/* Contato */

h2 {
	text-align: left;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
}

.contact {
	width: 500px;
	margin: 0 auto;
}

form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

label {
	display: block;
	margin-bottom: 10px;
}

label em {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

dl {
	clear: both;
}

dt {
	float:left;
	text-align: right;
	height: 15px;
	text-indent: 5px;
	margin-bottom: 5px;
}

dt label {
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}

dd {
	float:left;
	margin: 0;
	width: 500px;
}

dd div {
	float: left;
	height: 35px;
	background: url(../img/bg-input.png) repeat-x;
	width: 483px;
}

input[type='text'] {
	background-color: transparent;
	border: 0;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
}

select {
	background: url(../img/bg-input.png) repeat-x;
	border: 0;
	height: 29px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
	position: relative;
	top: -2px;
}

select.styled {
	width: 100% !important;
}

.select {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: absolute;
	height: 31px;
	padding-top: 7px;
	color: #000;
	background: url(../img/arrow-down.png) no-repeat right top;
	overflow: hidden;
	width: 488px;
	margin-top: 1px;
}

select option {
	background-color: #f1e1b6;
	vertical-align: middle;
}

.border_left {
	float: left;
	width: 7px;
}

dl.field_nome {
	float: left;
	width: 280px;
	clear: none;
	margin: 0;
}

dl.field_nome dd {
	width: 280px;
}

dl.field_nome dd div {
	width: 260px;
}

dl.field_telefone {
	float: left;
	width: 217px;
	clear: none;
	margin: 0;
}

dl.field_telefone dd {
	width: 217px;
}

dl.field_telefone dd div {
	width: 203px;
}

dl.field_mensagem dd div {
	height: 145px;
	background: url(../img/bg-textarea.png) repeat-x;
}

dl.field_mensagem dd div textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 475px;
	height: 118px;
	background-color: transparent;
	border: 0;
	padding: 10px 3px;
	margin-top: 2px;
	overflow: auto;
}

.content_aviso {
	color: #9a9865;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border: 1px solid #eaede4;
	background-color: #f2fae5;
	padding: 7px;
	text-indent: 7px;
}

.content_aviso .message {
	margin-left: 25px;
}

.content_aviso img {
	float: left;
	vertical-align: middle;
}
