@import url(global.css); /* import global */

.navegacaoBusca ul li.contato a {
	background:#343434 url(../imgs/ico_arrow.jpg) no-repeat 12px 13px;
	color:#D5B500;
}

form #formContato {
	padding:30px;
}

form fieldset .obrigatory legend {
	color:#CA0606;
	display:block;
	margin:20px 0 0 0;
	text-transform:uppercase;
}

form fieldset fieldset.obrigatory {
	margin-top:10px;
}

form fieldset fieldset {
	margin-top:30px;
	*margin-top:10px;
	margin-left:40px;
}

form fieldset legend {
	color: #009900;
	display:block;
	font-weight:bold;
	margin:20px 0 0 0;
	*padding-bottom:20px;
	text-transform:uppercase;
}

form fieldset div {
	margin-bottom:15px;
}

form fieldset input.text, form fieldset select, form fieldset textarea {
	border:1px solid #D0C9C4;
	border-style:inset;
	color:#504641;
	font-size:11px;
	padding:4px;
	width:350px;
}

form fieldset div label, form fieldset div label strong {
	display:block;
	float:left;
	margin-right:10px;
	width:60px;
}

form fieldset .submit {
	background: #f9f9f9;
	border:2px solid;
	border-style:outset;
	font-weight:bold;
	margin:10px 0 40px 70px;
	width:80px;
}

/**********************/

.hasError .divHasError, .error {
	background:#fff;
	border:1px solid red;
	padding:10px 20px;
}

.success {
	background:#fff;
	border:1px solid Green;
	padding:10px 20px;
}

.success big {
	background:url(../imgs/bg_icoSuccess.jpg) no-repeat left center;
	color:Green;
	display:block;
	font-size:18px;
	margin:0;
	padding:7px 0 5px 35px;
}

.hasError .divHasError big, .error h1 {
	background:url(../imgs/bg_icoError.jpg) no-repeat left center;
	color:red;
	display:block;
	font-size:18px;
	margin:0;
	padding:7px 0 5px 35px;
}

.hasError .divHasError p {
	margin:0 0 10px 35px;
}

.hasError .divHasError p strong {
	color:red;
	font-weight:bold;
}

.formValidationError span {
	color:red;
	margin-left:70px;
	padding:2px;
}

/*///////////*/

/*************************************************************/

#newsletter .divHasError, .error {
	background:none;
	border:1px solid red;
	margin:8px 0;
	padding:5px;
}

#newsletter .success {
	background:#fff;
	border:1px solid Green;
	padding:10px 20px;
}

#newsletter .success big {
	background:none;
	color:Green;
	display:block;
	font-size:18px;
	margin:0;
	padding:7px 0 5px 0;
}

#newsletter .hasError .divHasError big, .error h1 {
	background:none;
	color:red;
	display:block;
	font-size:18px;
	margin:0;
	padding:5px 0 5px 0;
}

#newsletter .hasError .divHasError p {
	color:#D8D2CD;
	margin:0 0 10px 0;
}

#newsletter .hasError .divHasError p strong {
	color:red;
	font-weight:bold;
}

#newsletter .formValidationError span {
	color:red;
	display:none;
	position:absolute;
	padding:2px;
}

#interatividade ul li.newsletter #newsletter fieldset input.submit {
	float:right;
	margin:-27px 0pt 0pt 5px;
}
























