form {
	width:510px;
	float:left;
}
  form div { float:left; margin-right:10px; }
    form div.rightZero { margin-right:0 !important; }
		
		/* 400px */
		form div.w400px { width:500px; }
		  form div.w400px input[type="text"] { width:475px; }
		  form div.w400px select { width:495px; }
		  form div.w400px textarea { width:480px; }
		/* 280px */
		form div.w260px { width:360px; }
		  form div.w260px input[type="text"] { width:335px; }
		  form div.w260px select { width:355px; }
		/* 220px */
		form div.w195px { width:295px; }
		  form div.w195px input[type="text"] { width:270px; }
		  form div.w195px select { width:290px; }
		/* 120px */
		form div.w125px { width:125px; }
		  form div.w125px input[type="text"] { width:100px; }
		  form div.w125px select { width:120px; }

form input[type="text"] { padding: 10px; }
form select { padding: 9px 10px; }



form h2 {
	margin-bottom:15px;
	margin-right:20px;
	border-bottom:dotted 1px #999;
}
form label {
	font-family: 'TwCenMT-Medium';
	font-size:16px;
	font-weight:700;
	color:#1B1B1B;
	margin-bottom:5px;
	margin-top:10px;
	display:table;
}
form label.error, form .small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#F00;
	margin-top:0;
}
form .small {
	margin-top:5px;
	float:right;
	margin-left:2px;
}
form input[type="text"], form select, textarea {
	margin-bottom: 10px;
	border: 1px solid #CCC;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	behavior: url(border-radius.htc); /* This lets IE know to call the script on all elements which get the 'box' class */
	
	-webkit-transition: all 0.30s ease-in-out;
	  -moz-transition: all 0.30s ease-in-out;
	  -ms-transition: all 0.30s ease-in-out;
	  -o-transition: all 0.30s ease-in-out;
	  outline: none;
}
:focus {
	background-color:#fdf2e1;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding:10px !important;
}

#enviar {
	color:#FFF;
	border: 1px solid #F86736;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border-radius: 5px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	padding:15px 50px;
	font-size: 15px;
	background-color: #f87950;
	float: left;
	clear:left;
	margin-top:25px;
}
#enviar:hover {
	background-color: #F86736;
	cursor:pointer;
}
#enviar:active {
	background-color: #F7470D;
}

#box_info_contato {
	float:right;
	margin-top:25px;
	width:360px;
}