@charset "utf-8";
@import url("../fonts/fonts.css");

/* Contato */
#signupForm {
	width:47%;
	float:left;
}
#signupForm label {
	font-weight:700;
}

#signupForm div {
	padding-bottom:7px;
	color: #a79a6d;
}
#signupForm p {
	margin-bottom:15px;
}


#form {
	width:47%;
	float:left;
}
#form label {
	font-weight:700;
}
#nome, #email, #telefone, #assunto, #mensagem {
	margin-top: 5px;
	padding: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	font-family: Arial, Helvetica, sans-serif;
	width:95%;
}
#form div {
	padding-bottom:7px;
	color: #a79a6d;
}
#form p {
	margin-bottom:15px;
}

#enviar {
	color:#FFF;
	border: 1px solid #666;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	background-image: url(../images/icon-send.png);
	background-position: 15px center;
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 60px;
	font-size: 15px;
	background-color: #a79a6d;
	float: right;
	margin-right: 7px;
}
#enviar:hover {
	background-color: #555;
}
#enviar:active {
	background-color: #222;
}

#font_sucesso {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:15px;
}

#info_contato {
	float:right;
	width:47%;
}
#info_contato p {
	font-size:14px;
	text-align:left;
}