.preselect {
	background-color: #FF9900;/*#CCCCFF;*/
}

hr {
	background-color: #000066;
	border-color: #000066;
	border: 0px;
	border-style: solid;
	height: 1px;
	color: #000066;
}

#mydiv {
	position:absolute;
	top: 50%;
	left: 50%;
	width:500px;
	height:100px;
	margin-top: -50px; /*set to a negative number 1/2 of your height*/
	margin-left: -250px; /*set to a negative number 1/2 of your width*/
	border: 1px solid #000000;
	color: #ff0000;
    font-size : 22pt;
    font-weight : bolder;
    z-index : 101;
    text-align: center;
    background-color: #dddddd;
    background-image: url(../images/roundedcornr_325916_grad.gif);
    background-repeat: repeat-x;
    background-position: top left;
 }

