/* IE Png Fix */
img, div { behavior: url(iepngfix.htc) }

/* 
Color Codes
----------------------- 
Dk Blue 		#203b46
Brown			#8e6a2f
----------------------- 
*/

.form_input{
margin:0;
padding:2px 0 3px 2px;
width:200px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
height:20px;
color:#666;
text-align:left;
border-left:1px solid #959595;
border-right:1px solid #959595;
border-top:1px solid #7c7c7c;
border-bottom:1px solid #959595;
background-color:#fff;
}

.cb{
margin:0 5px 0 0;
padding:0;
}
#submit_btn{
margin:0;
padding:0 0 20px 0;
width:65px;
height:18px;
background-image:url(../images/submit.gif);
background-repeat:no-repeat;
float:right;
display:inline;
}
