@charset "UTF-8";
/* CSS Document */


/* CSS CONTATO ESTÁ OK */


/* Início Contato ****************** */

#contato_form, #contato_end {
	/*display:block;
	float:left;*/
	margin:0 auto;
	
	border:red 0px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:340px;
}  
 #contato_form table td {
font-weight: normal;
height: 65px;
font-size: 13px;
line-height: 27px;
}

#contato_form select, #contato_form input, #contato_form .campo_form_mensagem{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #D3D3D3;
	background-color:#F8F8F8;
	width:300px;
	height:31px;
	line-height:17px;
				-webkit-border-radius: 5px !important;
			-moz-border-radius: 5px !important;
			border-radius: 5px !important;
			padding:3px;
}
	#contato_form .campo_form:hover, #contato_form .campo_form_mensagem:hover {
			background-color:#F8F8F8;
			border:1px solid #3366CC;
		}	
					#contato_form .campo_form_ativo{
						border:1px solid #3366CC;
					}	

#contato_form .campo_form_cidade { width:260px; }
#contato_form .campo_form_uf { width:25px; text-transform:uppercase; }
#contato_form .campo_form_mensagem { height:100px; }

#contato_form .botao_enviar  { background:url(/images/botao_contato.gif) no-repeat; width:91px; height:27px; margin-left:100px;}
#contato_form .botao_enviar:hover { background:url(/images/botao_contato2.gif) no-repeat; }

	
/*  Contato Final ***************************** */


/* Início Curriculo ***************************** */

#curriculo table {
	border:red 0px solid;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:680px;
}  

#curriculo table td { font-weight:bold; }

#curriculo select, #curriculo input, #curriculo .campo_form_mensagem{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #D3D3D3;
	background-color:#F8F8F8;
	width:160px;
	height:24px;
	line-height:17px;
}
	#curriculo .campo_form:hover, #curriculo .campo_form_mensagem:hover {
			background-color:#F8F8F8;
			border:1px solid #3366CC;
		}	
					#curriculo .campo_form_ativo{
						border:1px solid #3366CC;
					}	

#curriculo .campo_form_longo { width:330px; }
#curriculo .campo_form_mensagem { height:175px; }

#curriculo .separa_botao  { padding-top:15px;   }
#curriculo .botao_enviar  { background:url(/images/botao_contato.gif) no-repeat; width:91px; height:27px; float:right; }
#curriculo .botao_enviar:hover { background:url(/images/botao_contato2.gif) no-repeat; }

/* Final Curriculo */
/* *********************************************************
Início B1
Fabio Zampirão - zampi81@gmail.com - /08/2012 
Usar: http://css3pie.com/
******************************************************** */
 #botao1, input#botao1, a#botao1{
/* Reset de intervenções */
margin:0!important;padding:0!important;top:0!important;left:0!important;
width:0!important; height:0!important; text-decoration:none!important;
line-height:auto!important; 
/*-----*/
	cursor:pointer !important;
	margin: 0 auto!important;
	padding: 8px 15px !important;
	width:150px !important;
	height:auto !important;
 		font:normal 100 14px/1.4em  'Arial', sans-serif !important;
		text-align: center !important;
		color:#FFFFFF !important;
			border:#FFFFFF 2px solid;
			-webkit-border-radius: 5px !important;
			-moz-border-radius: 5px !important;
			border-radius: 5px !important;
				-webkit-box-shadow: rgba(26, 26, 26, 0.50) 0 2px 6px !important;
				-moz-box-shadow: rgba(26, 26, 26, 0.50) 0 2px 6px !important;
				box-shadow: rgba(26, 26, 26, 0.50) 0 2px 6px !important;
					background: #0066FF !important;
						background: -webkit-gradient(linear, 0 0, 0 bottom, from(#00CCFF), to(#0066FF)) ;
						background: -webkit-linear-gradient(#00CCFF, #0066FF) ;
						background: -moz-linear-gradient(#00CCFF, #0066FF) ;
						background: -o-linear-gradient(#00CCFF, #0066FF) ;
						background: linear-gradient(#00CCFF, #0066FF) ;
						background: -ms-linear-gradient(#00CCFF, #0066FF) ;
						-pie-background: linear-gradient(#00CCFF, #0066FF) ;
							behavior: url(/css/PIE.htc) ;
}
#botao1:hover {
	text-decoration:none !important;
	color:#FFFFFF !important;
		background:  #00CCFF;
			background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0099FF), to(#00CCFF));
			background: -webkit-linear-gradient(#0099FF, #00CCFF);
			background: -moz-linear-gradient(#0099FF, #00CCFF);
			background: -o-linear-gradient(#0099FF, #00CCFF);
			background: linear-gradient(#0099FF, #00CCFF);
			background: -ms-linear-gradient(#0099FF, #00CCFF);
			-pie-background: linear-gradient(#0099FF, #00CCFF) ;
				behavior: url(/css/PIE.htc) ;
}
#botao1:active {
	margin-top:2px !important;
	margin-bottom:-2px !important;
		-webkit-box-shadow: #DCB759 0px 0px 0px !important;
		-moz-box-shadow: #DCB759 0px 0px 0px !important;
		box-shadow: #DCB759 0px 0px 0px !important;
			background:  #999999;
				background: -webkit-gradient(linear, 0 0, 0 bottom, from(#CCCCCC), to(#999999));
				background: -webkit-linear-gradient(#CCCCCC, #999999);
				background: -moz-linear-gradient(#CCCCCC, #999999);
				background: -ms-linear-gradient(#CCCCCC, # #999999) ;
				background: -o-linear-gradient(#CCCCCC, #999999);
				background: linear-gradient(#CCCCCC, #999999);
				-pie-background: linear-gradient(#CCCCCC, #999999) ;
					behavior: url(/css/PIE.htc) ;
}
/*---Fim Botao1 ------------------*/


