/* @option user-selected Horizontal stroke display */

#bottom {
	/*the horizontal tall stroke*/
	filter: alpha(opacity=20);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.20;
    opacity: 0.20;
	height: 27px;
	margin-top: 164px;
}

#bottombordertop {
	margin-top: 164px;
		filter: alpha(opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: 0.10;
    opacity: 0.10;
}