#formulario_contato {
	max-width:440px;
	width:100%;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	overflow:hidden;
	margin-bottom:20px;
}

label {
    display: block;
    padding: 10px 10px 0;
    position: absolute;
    top: 0;
    z-index: 1;
	cursor:text;
	font-size:10px;
	text-transform:uppercase;
	color:#666;
}

input[type="text"], textarea {
    display: block;
    background:#FFF;
    font: inherit;
    padding: 10px 10px 0;
    position: relative;
	overflow: auto; /* removes scrollbar from textarea in IE - trick from HTML5 boilerplate*/
	color:#333;
	font-size:11px;
	text-transform:uppercase;
}

label, input[type="text"], #singleParagraphInputs div{
	/* these two values must be the same */
	line-height: 1.5em;
	height: 1.5em;
}

#singleParagraphInputs div, #commentTxt, #recaptcha_widget_div{
	margin-bottom: 1.5em;
}

#campo_recaptcha {
	width:100%;
	max-width:442px;
	height:auto;
	float:left;
    margin-bottom:20px;
}

.validacao_recaptcha {
    float: left;
	text-align:left;
	color:#ce000c;
    width:100%;
    padding:10px;
	font-size: 10px;
}

input, textarea{
	border-radius:1px;
	border:solid 1px #CCCCCC;
}

.formError {
    border: 1px solid red;
}

#singleParagraphInputs div, #commentTxt {
    position: relative;
}

#singleParagraphInputs input {
    width:94%; /* 16px less than form width */
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
}


#commentTxt {
	float:left;
}

#commentTxt textarea {
    height: 100px;
	width: 94%;
	clear:both;
	resize:none;
}

#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;
	padding-left:25px;
	padding-right:25px;
	border-radius:1px;
	border:0;
	background:#7C9D49;
	color:#FFF;
	font-size:13px;
	clear:both;
	transition: all 0.4s;
}

.botao_enviar:hover {
	background:#A2B923;
	color:#FFF;
	cursor:pointer;
    transition: all 0.4s;
}

#campo_menor {
	float:left;
	width:50%;
}

#campo_menor input {
	width:85% !important;
}

#campo_menor2 {
	float:left;
	width:50%;
}

#campo_menor2 input {
	width:88% !important;
	
}

div.error {
	float: right;
	text-align:right;
	color:#ce000c;
	font-size: 10px;
	margin-top:-25px;
	margin-right:15px;
	position:relative;
	z-index:200;
}

input.error {
    border: 1px solid red;
}

textarea.error {
    border: 1px solid red;
}
