
#form_busca {font-family: Verdana, "Century Gothic", Arial, Times, serif; line-height: 20px;  color: #000000; text-align: left}

input {
font-family: Verdana, "Century Gothic", Arial, Times, serif; 
font-size: 16px; 
color: #000000; 
border: 1px solid #b2b2b2;
border-radius: 5px;
height: 30px;
}

input[type=radio] {
height: 15px;
}

input[type=submit] {
background-color: #5ba637;
color: #f8f8f8;
font-weight: bold;
cursor: pointer;
cursor: hand;
}

input[type=submit]:hover {
background-color: #457e29;
color: #f8f8f8;
font-weight: bold;
cursor: pointer;
cursor: hand;
}

.input_obrig {
font-family: Verdana, "Century Gothic", Arial, Times, serif; 
font-size: 16px; 
color: #000000; 
border: 1px solid #b2b2b2; 
border-left: 3px #ff0000 solid;
border-radius: 5px;
height: 30px;
}

select {
font-family: Verdana, "Century Gothic", Arial, Times, serif; 
font-size: 14px; 
color: #000000; 
border: 1px solid #b2b2b2;
border-radius: 5px;
height: 30px;
}

.label_form {
font-family: Verdana, "Century Gothic", Arial, Times, serif; 
font-size: 15px; 
color: #000000; 
text-align: left
}


