
.input1 {	
	width:99%;
	height:35px;
	color:#06F;
	font:Tahoma;
	font-size:14px;
	text-transform:capitalize;
	border-color:#999;
	border:solid 1px #999;
	padding:2px;
	/*margin-bottom:5px;*/
	background-color:#F5F5F5;
	border-radius:5px;
	text-align: left;
}
.input2 {	
	width:99%;
	height:35px;
	color:#06F;
	font:Tahoma;
	font-size:14px;
	border-color:#999;
	border:solid 1px #999;
	padding:2px;
	/*margin-bottom:5px;*/
	background-color:#F5F5F5;
	border-radius:5px;
	text-align: left;
}

.textarea {	
	width:99%;
	color:#06F;
	font:Tahoma;
	font-size:14px;
	text-transform:uppercase;
	border-color:#999;
	border:solid 1px #999;
	padding:2px;
	/*margin-bottom:5px;*/
	background-color:#F5F5F5;
	border-radius:5px;
	text-align: left;
}

 .vermais{
 font-weight: 400;	 
 font-family:'Montserrat', sans-serif;	 
 width:98%;  
 height: 35px;  
 background-color:#F33 ; 
 color:#FFF; 
 font-size: 14px;
 border:solid 1px #F99;
 border-radius  : 5px;

 }
  .vermais:hover{
 background-color:#FCC;
 /*border:solid 6px #F33 ;*/
 font-size: 14px;
 color:#000;
 transition   : all 400ms ease;
}

 .btn_voltar{
 font-weight: 400;	 
 font-family:'Montserrat', sans-serif;	 
 width:98%;  
 height: 35px;  
 background-color:#09F ; 
 color:#FFF; 
 font-size: 14px;
 border:solid 1px #F99;
 border-radius  : 5px;

 }
  .btn_voltar:hover{
 background-color:#0FF;
 /*border:solid 6px #F33 ;*/
 font-size: 14px;
 color:#000;
 transition   : all 400ms ease;
}

.btn_voltar1{
 font-weight: 400;	 
 font-family:'Montserrat', sans-serif;	 
 width:30%;  
 height: 35px;  
 background-color:#FFF; 
 color:#000; 
 font-size: 14px;
 border: 0px;
 border-radius  : 5px;

 }
.btn_voltar1:hover{
 background-color:#CCC;
 /*border:solid 6px #F33 ;*/
 font-size: 14px;
 color:#000;
 transition   : all 400ms ease;
}

.btn_voltar2{
 font-weight: 400;	 
 font-family:'Montserrat', sans-serif;	 
 width:30%;  
 height: 35px;  
 background-color:#09F; 
 color:#000; 
 font-size: 14px;
 border: 0px;
 border-radius  : 5px;

 }
.btn_voltar2:hover{
 background-color:#0FF;
 /*border:solid 6px #F33 ;*/
 font-size: 14px;
 color:#000;
 transition   : all 400ms ease;
}

 .fundo-menu:hover{
 padding:2px;
 background-color:#333;
 border:solid 1px #676767;
 border-radius  : 5px;
 color:#900;
 transition   : all 400ms ease;
 cursor:pointer;
 }
 
.input_none{
	border:#FFF 1px;
	display:none;
}
