/* Begin Login Form */

#login_div {
	position:absolute;
	top:70px;
	right: 21px;
	color:#FFFFFF;
}

#search_div {
	position:relative;
	top:-30px;
	right: 0px;
	color:#FFFFFF;
}


#login_button {
	background-image: url("../images/buttons/LoginButtonUPv3.jpg");
	font: 12px "Arial";
	text-decoration: none;
	font-weight:normal;
	color: #000000;
	border: 0;
	height:23px;
	width:60px;
	text-align:middle;
	align:center;
	background-repeat: no-repeat;
}

#login_button:hover {
	background-image: url("../images/buttons/LoginButtonOVERv3.jpg");
}

/* End Login Form */


/* Begin Search Form */

#search_button {
	background-image: url("../images/buttons/SearchButtonUPv3.jpg");
	font: 12px "Arial";
	text-decoration: none;
	font-weight:normal;
	color: #000000;
	border: 0;
	height:23px;
	width:96px;
	text-align:middle;
	align:center;
	background-repeat: no-repeat;
}

#search_button:hover {
	background-image: url("../images/buttons/SearchButtonOVERv3.jpg");
}

/* End Search Form */


/* Begin Info Request Form */

.myform{
margin:0 auto;
width:400px;
padding:14px;
}

#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}

#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}

#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}

#stylized .small_address{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
float: left;
padding-top: 6px;
}

#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:300px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
/* margin-left:150px; */
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

#stylized .form_button{
	background-image: url("../images/buttons/LoginButtonUPv3.jpg");
	font: 12px "Arial";
	text-decoration: none;
	font-weight:normal;
	color: #000000;
	border: 0;
	height:23px;
	width:60px;
	text-align:middle;
	align:center;
	background-repeat: no-repeat;
	margin: 2px;
	padding: 0px;
}

#stylized .form_button:hover{
	background-image: url("../images/buttons/LoginButtonOVERv3.jpg");
}

#stylized .form_dropdownlsit{;
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:305px;
	margin:2px 0 30px 10px;
}

#stylized .label_dropdown{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#input_div {
	width: 128px;
	text-align: center;
	position: absolute;
	top: 650px;
	left: 250px;	
}

#stylized .description {
	margin-left: 10px;
}

/* End Info Request Form */