
/*-----------------------------------------------------*/
/*------------ BOTÕES/SELECTS/CHECKBOXES --------------*/
/*-----------------------------------------------------*/

.TPL_msg 
{  
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000; 
	font-size: 10px; 
	text-decoration: none;
	text-align: left;
}


input.TPL_form_botao
{
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border:0px;
	background-color:#123962;
	font-weight:bold;
	cursor:pointer;
}

input.TPL_form_botao_hover
{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border:0px;
	font-weight:bold;
		
}

input.TPL_form_botao_pesquisa
{
	color:#595957;
	font-family:'Verdana';
	font-size:9px;
	font-weight:normal;
	border:0px;
	background-color:#e9e6df;
	font-weight:bold;
}

input.TPL_form_botao_hover_pesquisa
{
	color:#595957;
	font-family:'Verdana';
	font-size:9px;
	font-weight:normal;
	border:0px;
	background-color:#e9e6df;
	font-weight:bold;
		
}

input.TPL_form_texto_tansparente
{
	font-family:'Verdana';
	font-size : 11px;
	color:#005475;
	background-color: transparent;		
	padding-left: 4px;
	padding-bottom: 4px;
	border: transparent;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;	
}	

input.TPL_form_texto_hover_tansparente
{
	font-family:'Verdana';
	font-size : 11px;
	border:1px dashed;
	background-color: transparent;		
	border-top-color:#494949;
	border-left-color:#494949;
	border-right-color:#494949;
	border-bottom-color:#494949;
}	
input.TPL_form_texto
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#000000;
	}	

input.TPL_form_texto_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#000000;
}	

select.TPL_form_select
{
	font-family:'Verdana';
	font-size : 10px;
	color:#595957;
	border:1px solid #595957;
}	

select.TPL_form_select_hover
{
	border:1px dashed;
}	

textarea.TPL_form_textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	color:#000000;
	padding-left: 2px;	
}	

textarea.TPL_form_textarea_hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}	

input.TPL_form_radio
{
	font-family:'Arial';
	font-size : 11px;
	color:#494949;
	background-color:transperence;		
	padding-left: 3px;
	border-bottom-color:#494949;
	
}	

input.TPL_form_radio_hover
{
	border:1px dashed;
	border-top-color:#FFFFFF;
	border-left-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
}	

