#txtContato{
	background:url(images/contato/txtContato.png) no-repeat center;
	height:51px;
	width:940px;
}

#cartao{
	background:url(images/contato/card.png) no-repeat top;
	height:261px;
	width:300px;
	float:right;
	margin-top:-137px;
}

#cartao{
	text-indent:-5000em;
	overflow:hidden;
}

#contato{
	padding-top:140px;
	padding-bottom:150px;
	font-family:Verdana, Geneva, sans-serif;
}

#contato form{
	background:#E8E8E8 url(images/contato/bgContato.jpg) repeat-x;
	width:550px;
	margin:auto;
}
#contato h2{
	color:#2D930D;
	text-shadow:1px 1px 0 #B9E0B1;
}
#contato #txt{
	width:460px;
	padding-bottom:20px;
}
#contato p{
	color:#333;
	font-size:12px;
	line-height:16px;
}
#contato fieldset{
	background:url(images/contato/dobraContato.jpg) no-repeat top right;
	border:1px solid #DBDBDB;
	padding:20px;
}
#contato #coluna1{
	margin-right:8px;
	float:left;
}

#contato label{
	font-size:14px;
	color:#5C5C5C;
	display:block;
	margin-top:5px;
}
#contato input, #contato textarea{
	width:244px;
	font-size:14px;
	padding:3px 0px 3px 6px;
	background:#E2E2E2;
	color:#333;
}
#contato input{
	background:#E2E2E2 url(images/contato/bgText.jpg) repeat-x top;
	height:20px;
	margin-top:1px;
}
#contato #assunto{
	width:498px;
}

#contato textarea{
	background:#E2E2E2 url(images/contato/bgTextarea.jpg) repeat-x top;
	height:130px;
	width:498px;
	font-size:15px;
	margin-top:1px;
}

#contato button{
	margin-top:10px;
	background: url(images/contato/btEnviar.png) no-repeat center;
	color:#FFF;
	font-weight:bold;
	width:112px;
	height:27px;
	cursor:pointer;
}
#contato .obg{
	color:#C00;
	font-size:12px;
}

#contato #info{
	font-size:12px;
	text-align:right;
	display:inline;
	float:right;
	margin-top:10px;
}

/***** comfirmação de envio *****/

#contato .msg{
	width:500px;
	text-align:center;
	border:10px solid #666;
	border:10px solid rgba(82, 82, 82, 0.698); 
    -moz-border-radius:8px; 
    -webkit-border-radius:8px; 
	display:none;
}

#contato .msg #centroP{
	background:#DDD;
	border:solid 1px #060;
}

#contato .msg #centroN{
	background:#DDD;
	border:solid 1px #C00;
}

#contato #imgPositivo{
	background:#7CC523 url(images/contato/positivo.png) no-repeat center;
	height:48px;
}

#contato #imgNegativo{
	background:#C00 url(images/contato/negativo.png) no-repeat center;
	display:block;
	height:48px;
}

#contato .positivo{
	color:#2D930D;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#contato .negativo{
	color:#C00;
	padding-top:5px;
	padding-bottom:15px;
	display:block;
}
#contato .errado{
	border:solid 1px #f00;
}

