
/*-----------------------------------------------------*/
/*------------ BOTÕES/SELECTS/CHECKBOXES --------------*/
/*-----------------------------------------------------*/

input.TPL_form_botao
{
	color:#338BB3;
	 font-family:Arial;
	font-size:12px;
	font-weight:normal;
  background:no;
   border:0px;
background-color:#CFCFD1;
cursor:hand;
cursor:pointer;
}
		
input.TPL_form_botao_hover
{
	
	
	background-color:#000000;
	color:#848484;
	cursor:auto;		
}
input.TPL_form_botao_hover1
{
	font-size:13px;

}

input.TPL_form_texto
{
	font-family:Arial;
	font-size : 11px;
	color:#000000;
	background-color:white;		




}	

input.TPL_form_texto_hover
{

}	

select.TPL_form_select
{
	 font-family:Arial;
	font-size : 11px;
	color:#000000;
	
}	

select.TPL_form_select_hover
{
	border:1px dashed;
}	

textarea.TPL_form_textarea
{
	 font-family:Arial;
	font-size : 12px;
	color:#000000;
	padding-left: 3px;
		
	
}	

textarea.TPL_form_textarea_hover
{

}	

input.TPL_form_radio
{
	 font-family:Arial;
	font-size : 11px;
	color:#494949;
	background-color:transperence;		
	padding-left: 3px;
	border-bottom-color:#17809E;
	
}	

input.TPL_form_radio_hover
{
	border:1px dashed;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}	

