@charset "utf-8";
/* Formulario */

form{
width:400px;
height:520px;
padding-top:65px;
padding-left:50px;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;

}

#base{
background-image:url(../img/base_form.jpg);
background-repeat:no-repeat;
width:420px;
height:500px;
}

#btn {
background-image:url(../img/btn_pesquisar.png);
background-repeat:no-repeat;
color: #00CCFF;
width:150px;
height:40px;
float:right;
margin-right:30px;


}  
