/* Papa Trilhas (http://www.papatrilhas.com.br) */

/* Início do Contato
----------------------------------------------*/
#contato_box_border {
	margin: 5px;
	padding: 5px;
	border: 1px solid #DCDAC2;
	background-color: #FFFFFF;
	width: 485px;
	height: 300px;
}
#contato_box_body {
	width: auto;
	margin: 0px;
	padding: 5px;
	border: none;
	background-color: #FCFCFC;
	height: 290px;
}
#contato_title {
	float: left;
	width: 474px;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #CCCCCC;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #0066CC;
	text-align: left;
	text-decoration: none;
	cursor: default;
}
#contato_body {
	width: auto;
	color: #333333;
	text-align: justify;
	cursor: default;
}
#contato {
	float: left;
	width: 370px;
}
#contato form {
	border: none;
}
#contato .input {
	width: 300px;
	height: 17px;
	padding-left: 3px;
	border: 1px solid #abadb3;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
#contato .input:hover {
	border: 1px solid #0099CC;
}
#contato .input:focus {
	border: 1px solid #0099CC;
}
#contato .textarea {
	width: 300px;
	height: 80px;
	padding-left: 3px;
	border: 1px solid #abadb3;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	text-decoration: none;
}
#contato .textarea:hover {
	border: 1px solid #0099CC;
}
#contato .textarea:focus {
	border: 1px solid #0099CC;
}
#contato .submit {
	width: 60px;
	height: 25px;
	padding: 0px;
	border: 1px solid #abadb3;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
#contato .submit:hover {
	border: 1px solid #0099CC;
	background-color: #0099CC;
}
/* Fim do Contato
----------------------------------------------*/
