/* Portal Silvānia - GO */
/* CSS produzido em 19/01/2007 */

#contato_body {
	font-family 	: tahoma, arial, sans serif;
	font-size 		: 11px;
	color 			: #404040;
}

.contato_form {
	font-family 	: tahoma, arial, sans serif;
	font-size 		: 10px !important;
	color 			: #404040;
	font-weight 	: bold;
}

.contato_input {
	float 			: left;
	margin 			: 5px;
	width 			: 220px;
	height 			: 18px;
	font-family 	: tahoma, arial, sans serif;
	font-size 		: 11px;
	color 			: #135987;
	font-weight 	: normal;
	line-height 	: 18px;
}
	
.contato_textarea {
	margin 			: 5px;
	width 			: 320px;
	font-family 	: tahoma, arial, sans serif;
	font-size 		: 11px;
	color 			: #135987;
	font-weight 	: normal;
}

#contato_container {
	width 			: 420px;
	background 		: #f9f9f9;
	padding 		: 5px;
	border 			: 0;
}

#contato_container h2 {
	font-family 	: 'Trebuchet MS', tahoma, arial, sans serif;
	font-size 		: 13px;
	color 			: #404040;
	font-weight 	: bold;
	background 		: #f1f1f1 /* url('../imgs/bg_h2.gif') repeat-x */;
	border 			: 0;
	margin 			: 0 0 15px 0;
	padding	 		: 5px;
	height 			: auto;
	text-transform  : uppercase;
}

.contato_th {
	padding 		: 0 0 0 5px;
	text-align 		: left;
}

.contato_button {
	border 			: 1px double #ccc !important;
	width 			: auto;
	height 			: 22px;
	background 		: #f9f9f9 url('../imgs/bg_button.gif') repeat-x;
	color			: #404040;
	margin			: 10px 1px 5px 1px;
	padding			: 2px 6px 8px 6px;
	line-height 	: 12px;
	font-family : tahoma, arial, sans serif;
	font-size	: 10px;
	font-weight : bold;
}


