@CHARSET "UTF-8";
.verticalLine {
	position: absolute;
	visibility: hidden;
}

.horizontalLine {
	width: 100%;
	height: 0;
	border-bottom: 1px dotted #F2E693;
	margin-bottom: 1ex;
	margin-top: 1ex;
	clear: both;
}
.dyn-agent-IE .horizontalLine {
	height: 1ex;
	margin-top: 0;
}
.dyn-agent-IE.dyn-agent-majorVersion-7 .horizontalLine {
	height: .1ex;
	margin-top: .9ex;
}
