/* CSS Document */

body 
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:13px;
	margin:0;
	padding:0;

}

.button1
{
	height:22px;
	margin-left:5px;
	vertical-align:middle;
	font-size:9px;
	padding:0 0 2px 0;
}

.spacer{clear:both; 	border-bottom:1px solid #d3dde3; padding: 0 0 2px 0; margin: 0 0 7px 0;}

p
{
	margin-bottom:10px;
}

.btnclass
{
	margin-top:5px;
}
.captcha
{
	margin-bottom:4px;
	border:1px #8ca5b3 solid;
	padding:0px;
}

#stylized label{
text-align:left;
color:#011e3e;

}
#stylized .small{
color:#666;
font-size:10px;
font-weight:normal;
text-align:left;
float:right;
}

.style1 {font-size: 10px}

.ordtextfield
{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
padding:3px;
padding-left:3px;
border:solid 1px #8ca5b3;
width:392px;
margin:5px 0 7px 0px;
background:#fff;
}


.ordtextfield:focus, select:focus, textarea:focus
{
background:#d1e1e9;
border: 1px solid #8ca5b3;
color:#000;
}
