/* @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;
}

#bottomborderbottom {
	/*the horizontal stroke bottom line*/
		filter: alpha(opacity=10);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
    -moz-opacity: 0.10;
    opacity: 0.10;
}