.botao {
background-color: #009FE3;
border-bottom: 4px solid #2D95BA;
border-radius: 5px;
color: #FFFFFF;
cursor: pointer;
font-size: 14px;
font-weight: bold;
line-height: 50px;
padding: 15px 50px;
text-decoration:none;
}
.botao:hover, .botao:focus {
background-color: #0089E0;
border-bottom: 4px solid #007EAD;
color: #FFFFFF !important;
outline: medium none;
transition: background-color 0.1s ease-in-out 0s, border-color 0.2s ease-in 0s;
}

.botao_cinza {
background-color: #bcbec0;
border-bottom: 4px solid #999;
border-radius: 5px;
color: #FFFFFF;
cursor: pointer;
font-size: 14px;
font-weight: bold;
line-height: 50px;
padding: 15px 50px;
text-decoration:none;
}
.botao_cinza:hover, .botao_cinza:focus {
background-color: #666;
border-bottom: 4px solid #333;
color: #FFFFFF !important;
outline: medium none;
transition: background-color 0.1s ease-in-out 0s, border-color 0.2s ease-in 0s;
}

div input{
width:10px;
color:#666;
height:auto;
}

input, select, textarea{
width:300px;
height:30px;
border-radius:5px;
border:1px solid #e3e4e5;
padding-left:10px;}

select{
text-transform:uppercase;
padding-top:5px;}	

.label_text{
width:200px;}

.linha{
float:left;}