.h2 { 
	width:650px;
	padding:10px 10px;
	background:#aca483;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius:9px;
	color:white;
	font-size:18px;
	font-family:Arial;
	font-weight:bold;
	margin-bottom:25px;
}

p.alt{
	margin-bottom:15px;
}

#contato h3{
	font-size:18px;
	color:darkgreen;
	margin:15px 0;
	clear:both;
}

#contato label{
	float:left;
	clear:left;
	width:150px;
	height:25px;
	line-height:25px;
	font-size:14px;
	margin:0 0 8px 15px;
}

#contato .input{
	display:block;
	width:240px;
	height:25px;
	line-height:25px;
	border:1px solid #000;
	margin:0 0 8px 15px;
}

#contato .area{
	display:block;
	width:240px;
	height:90px;
	border:1px solid #000;
	margin:0 0 8px 15px;
}

#contato #enviar{
	display:block;
	clear:both;
	margin:50px auto 0 auto;
	width:140px;
	height:25px;
	line-height:25px;
	background:darkgreen;
}

#checkbox label {
	width:auto;
	float:left;
	display:inline;
	margin-top:-7px;
	line-height:0;
	}
#checkbox input {

	float:left;
	display:inline;
	line-height:0;
	
	}
