/************************************************************
														CONTATO
************************************************************/
nav ul li:nth-child(4) a{color:#a52144;}

p.titulo{
	color: #a52144;
	text-transform: uppercase;
	}

p{line-height: 18px;}

form{
	width:100%;
	height:auto;
	display:block;
	margin-top:50px;
	overflow: auto;
	}

form span{
	float:left;
	display:inline;
	margin-bottom:10px;
	}

form span.no-float{
	display:block;
	float:none;
	clear:both;
	}

form label{
	width: 70px;
	height: 32px;
	line-height: 32px;
	display: block;
	float: left;
	margin-right: 10px;
	text-align: right;
	text-transform: uppercase;
}

/* form label[for="estado"]{width: 20px;} */

input[type="text"], select, textarea {
	font-family:Verdana, Geneva, sans-serif;
	color:#333333;
	border:1px solid #979797;
	margin:0 10px 10px 0;
	padding:0 5px;
	}

textarea{padding:8px 5px;}

input[type="text"]:hover, select:hover, textarea:hover, input[type="submit"]:hover, input[type="reset"]:hover {
	box-shadow:0px 0px 8px #333;
	-moz-box-shadow:0px 0px 8px #333;
	-webkit-box-shadow:0px 0px 8px #333;
	}

input[type="text"], select {
	height:30px;
	line-height: 30px;
	}

select{
	width:75px;
	padding:5px;
	font-weight:bold;
	}

input[type="submit"], input[type="reset"] {
	width:85px;
	height: 22px;
	float: right;
	margin-right: 198px;
	font-weight:bold;
	border:none;
	color:#fff;
	background:#a21640;
	border-radius:10px;
	cursor:pointer;
	text-transform: uppercase;
	font-size: 10px;
	margin-bottom: 10px;
	}

div#dados-contato{margin-top:30px;}






