/* CSS Document */

body 
{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:10px;
	margin:0;
	padding:0;
	background:#011e3e;

}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both;}
.line
{
	height:1px;
	background-color:#9eb4ca;
	margin:0 0 12px 0;
}
.captcha
{
	margin:0px 0 2px 40px;
	border:1px #011e3e solid;
}

.myform{
padding:0px;
padding-top:0px;
padding-bottom:20px;
}

#stylized p{
color:#fff;
margin-bottom:20px;
border-bottom:solid 0px #2a330a;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:normal;
text-align:left;
width:40px;
padding-bottom:4px;
float:left;
}
.ordtextfield{
font-family:Arial, Helvetica, sans-serif;
padding:2px;
border:solid 1px #011e3e;
width:153px;
margin:0px 0 2px 0px;
color:#52667a;
background:url(../giffs/textbxbgd.gif) no-repeat #fff;
float:left;
font-size:10px;
}

.ordtextfield:focus, select:focus, textarea:focus {
background:url(../giffs/textbxbgd.gif) no-repeat #fff;
border:1px solid #4286ce;
color:#15222f;
}

.submit
{
	margin:7px 0 0 40px;
}