@charset "utf-8";

.outage .tl {
	background: url(images/tl.png) no-repeat;
	width: 9px;
	height: 20px;
	float: left;
}
.outage .tr {
	background: url(images/tr.png) no-repeat;
	width: 9px;
	height: 20px;
	float: right;
}
.outage .t_rep {
	background: url(images/t_rep.png) repeat-x;
	height: 20px;
	margin: 0 9px;
}
.outage .outMid {
	border-left: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	padding: 12px;
}
.outage .bl {
	background: url(images/bl.png) no-repeat;
	width: 9px;
	height: 20px;
	float: left;
}
.outage .br {
	background: url(images/br.png) no-repeat;
	width: 9px;
	height: 20px;
	float: right;
}
.outage .b_rep {
	background: url(images/b_rep.png) repeat-x;
	height: 20px;
	margin: 0 9px;
}
