#formulario_contato {
	width:445px;
	height:auto;
	float:left;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
}

label {
    display: block;
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    z-index: 1;
	cursor:text;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}

input[type="text"], textarea {
    display: block;
    background:#FFF;
    font: inherit;
    padding-left:10px;
    position: relative;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	color:#333;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	line-height: 1.5em;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 1.5em;
}

#recaptcha_table input {
	border-color:#CCCCCC !important;
	font-size:10px !important;
	margin-left:-7px !important;
	padding-left:10px !important;
	width:284px !important;
	height:30px	!important;
}

#campo_recaptcha {
	width:442px;
	height:auto;
	float:left;
}

#recaptcha_table {
	margin-top:-10px !important;
}

input, textarea{
	border-radius:5px;
	border:solid 1px #CCCCCC;
}

.formError {
    border: 1px solid red;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width: 420px; /* 16px less than form width */
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}

#commentTxt {
	float:left;
}

#commentTxt textarea {
    height: 100px;
	width: 420px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	clear:both;
}

#screenReader, #checking {
    float: left;
	display: none;
}

#recaptcha_response_field {
    width: 200px !important; /* just a stylistic detail to make the input field equal width as the box with words to copy */
}

input[type="submit"]{
	/* some styles for the button */
}

#formErrors {
	float: right;
	text-align:right;
	color:#ce000c;
	margin-top:-10px;
	font-size: 10px;
}

.botao_enviar {
	float:right;
	padding:10px;
	border-radius:7px;
	border:0;
	background:#004DA2;
	color:#FFEF00;
	font-size:14px;
	clear:both;
}

.botao_enviar:hover {
	background:#848484;
	color:#FFF;
	cursor:pointer;
}

#campo_menor {
	float:left;
	width:211px;
}

#campo_menor input {
	width:189px !important;
}

#campo_menor2 {
	float:right;
	width:211px;
	margin-right:3px;
}

#campo_menor2 input {
	width:189px !important;
}

.campo_menor3 {
	float:left;
	width:211px;
	height:52px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
}

.campo_menor3 input {
	width:189px !important;
}

.campo_menor4 {
	float:right;
	width:211px;
	height:52px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
}

.campo_menor4 input {
	width:189px !important;
}

.campo_menor5 {
	float:left;
	width:209px;
	height:25px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
	padding-top:10px;
    background: #fff;
	border: 1px solid #cccccc;
    border-radius: 5px;
}

.campo_menor5 input {
	width:50px !important;
	height:10px !important;
	float:left;
}

.campo_menor6 {
	float:right;
	width:209px;
	height:25px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
	padding-top:10px;
    background: #fff;
	border: 1px solid #cccccc;
    border-radius: 5px;
}

.campo_menor6 input {
	width:50px !important;
	height:10px !important;
	float:left;
}

.campo_menor7 {
	float:left;
	width:210px;
	margin-right:3px;
	height:96px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
	font-size:12px;
	border-right:solid 1px #CCCCCC;
}

.campo_menor7 input {
	width:10px !important;
	height:10px !important;
}

.campo_menor8 {
	float:right;
	width:211px;
	margin-right:3px;
	height:96px !important;
	margin-bottom:4px !important;
	font-size:10px;
	color: #666;
	font-size:12px;
}

.campo_menor8 input {
	width:10px !important;
	height:10px !important;
}


div.error {
	float: right;
	text-align:right;
	color:#ce000c;
	font-size: 10px;
	margin-top:-25px;
	margin-right:15px;
	position:relative;
	z-index:200;
}

.campo_menor5 div.error {
	margin-top:15px;
	width:230px;
	border-radius:10px;
	border:solid 1px #ce000c;
	text-align:center;
	clear:both;
	margin-right:-122px;
}

input.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}

.campo_orcamento {
	font-size:10px;
	color: #666;
	height:52px !important;
	margin-bottom:4px !important;
}

.campo_orcamento input {
	width:408px !important;
}

.campo_orcamento2 {
	font-size:10px;
	color: #666;
	height:52px !important;
	margin-bottom:4px !important;
	clear:both;
}