#contatoEsquerda2{
	width:230px;
	float:left;
}

#contatoDireita2{
	width:680px;
	height:700px;
	float:left;
	border:1px solid #ccc;
}
.clearing{
	width:100%;
	float:left;
	height:30px;
	clear:both;
	position:relative;
}
.divBox {
	width:480px;
	height:50px;
	position:relative;
	float:left;
	margin-left:20px;
}

.divBoxMsg {
	width:480px;
	height:150px;
	position:relative;
	float:left;
	margin-left:20px;
}
.divBoxInputMsg {
	width:270px;
	height:35px;
	float:left;
}

.divBoxNome {
	width:70px;
	height:40px;
	float:left;
	font-size:15px;
	color:#666;
	text-align:right;
	margin-right:10px;
	margin-top:10px;
}

.divBoxInput {
	width:270px;
	height:35px;
	float:left;
}

.divBoxErro {
	font-size:12px;
	color:#F00;
	text-align:right;
	right:0;
	display:none;
	position:absolute;
	top:13px;
	right:10px;
}

#formContato input{
	width:380px;
	height:20px;
	border:1px solid #666;
	padding:10px;
	border-radius:10px;
}

#formContato select{
	width:400px;
	height:40px;
	border:1px solid #666;
	padding:10px;
	border-radius:10px;
}

#formContato option{
	border-left:1px solid #6cceff;
	border-right:1px solid #6cceff;
	padding:2px 10px;
	border-radius:10px;
}

#formContato textarea{
	background:#fff;
	width:380px;
	height:130px;
	padding:10px;
	border:1px solid #666;
	border-radius:10px;
}

#formContato button{
	background:#666;	
	width:100px;
	height:37px;
	float:right;
	margin-top:10px;
	cursor:pointer;
	border:none;
	color:#fff;
	border-radius:10px;
}
#formContato button:hover{
	background:#990000;
}
