@charset "UTF-8";
* {
	margin:0;
	padding:0;
	outline:none;
}

body {
	background:url(images/bg.gif);
	font-family: 'Cabin', sans-serif;
	font-size:14px;
	color:#666;
}

h1 {
	display:block;
	font-size:30px;
	float:left;
	color:#444499;
	width:560px
}

h2 {
	color:#4F50B4;
	font-size:24px;
	margin-bottom:15px;
	font-weight:100;
}

p {
	margin-bottom:14px;
	line-height:1.6;
	font-size:15px;
	letter-spacing:.3px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

table {
	border-collapse:collapse;
	background:#e3e3f0;
	margin-bottom:14px;
}

thead {
	background:#966ca2;
}

th {
	padding:6px;
	color:#fff;
	font-weight:100;
	text-align:left;
}

td {
	padding:6px;
}

a {
	color:#444499;
}

#principal {
	background:#fff;
	display:block;
	border:3px solid #cbcbe3;
	padding:45px;
	margin:30px auto;
	overflow:hidden;
	width:864px;
}

.bloco-imagem {
	display:block;
	text-align:left;
	clear:both;
	overflow:hidden;
	margin-bottom:14px;
	margin-top:25px;
	width:864px;
}

.col2 {
	padding-top:14px;
}

.imagem {
	display:inline;
	border:1px solid #966ca2;
}

.align-left {
	float:left;
	margin:0 28px 0 0;
}

.align-right {
	float:right;
	margin:0 0 0 28px;
}

.legenda {
	background:#966ca2;
	display:inline;
	clear:left;
	float:left;
	color:#fff;
	font-size:14px;
	font-style:italic;
	padding:8px 12px;
	margin-right:28px;
	width:278px;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

.legenda-grabriel {
	width:191px !important
}
	

.direita {
	float:right;
	clear:right;
	margin-left:28px;
	margin-right:0;
	margin-bottom:14px;
}

#formulario {
	/*float: right;*/
	width: 620px;
	/*margin: -40px 0 0 0;*/
}

#nome {
    height: 21px;
    padding: 5px;
    width: 160px;
}

#telefone {
    height: 21px;
    padding: 5px;
    width: 160px;
}

.nomes{
margin: 0 0 0 0;
width: 600px;
height: 37px;
}

.tele {
	margin: 0 0 0 0;
	width: 600px;
	height: 37px;
}

.emails {
	margin: 0 0 0 0;
	width: 600px;
	height: 37px;
}

.msg {
	margin: 0 0 0 0;
	width: 600px;
	height: 170px;
}

#email {
    height: 21px;
    padding: 5px;
    width: 160px;
}

#enviar {
	margin: 0 0 0 281px;
	width: 131px;
	height: 28px;
	background-color: #966CA2;
	border: none;
	color: #fff;
	font-weight: 600;
	margin-bottom: 13px;
	display: block;
	clear: both;
	cursor: pointer;
}

#mensagem{
    padding: 5px;
    margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#rodape {
	display:block;
	clear:both;
	border-top:1px solid #444499;
	margin-top:24px;
	padding-top:14px;
	font-size:12px;
}

#rodape p{
	font-size:13px;
}
	
/*FORMULARIO*/
#formulario h4, #principal h4{
	font-size: 16px;
	margin-bottom: 20px;
	color: #966CA2;
}
#formulario label{
	display: inline;
	float: left;
	margin-right: 10px;
	width: 72px;
	text-align: right;
}
.input-text{
    border: 1px solid #9797A4;
    display: inline;
    float: left;
    height: 14px !important;
    width: 320px !important;
}
.input-area{
	width: 320px !important;
	height: 150px !important;
	float: left;
	display: inline;
    border: 1px solid #9797A4;	
}
#formulario fieldset{
	border: none; 
}
.area_nome, .area_msg, .area_email{
    height: auto;
    margin-left: 81px;
    width: 333px;
}
.erro{
    background-color: #FFE1E1;
    color: #FF0000;
    display: block;
    font-size: 10px;
    margin-top: -10px;
    padding: 2px 5px;
}
#status{
    height: auto;
    margin-left: 81px;
    width: 333px;
	margin-bottom: 15px;
}
#status p{
    background-color: #FFE1E1;
    color: #FF0000;
    display: block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}
#status span{
    background-color: #DDFFDD;
    color: #005E00;
    display: block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
}

.header {
	border-bottom:1px solid #444499;
	display:block;
	height:40px;
	padding-bottom:4px;
	margin-bottom:22px;
}

.header-icones {
	display:block;
	float:right;
	margin-top:6px;
	width:250px
}

.header-icones li {
	color:#444499;
	display:block;
	float:left;
	height:24px;
	line-height:24px;
	list-style:none;
	padding-left:28px;
	font-size:16px
}

.icone-fone {
	background:url(images/icone-fone.png) no-repeat left center;
	margin-right:32px
}

.icone-mail {background:url(images/icone-mail.png) no-repeat left center}