#formulario_contato {
	width:335px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin-right:9px;
}

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

#singleParagraphInputs 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: 5px;
	height: 1.5em;
}

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

#recaptcha_table input {
	border:auto !important;
	font-size:10px !important;
	padding:auto !important;
	width:auto!important;
	margin:0 !important;
}

#campo_recaptcha {
	width:328px;
	height:135px;
	float:left;
	background:#FFF;
	text-align:center;
	border-radius:10px;
	border:solid 1px #CCCCCC;
	padding-left:7px;
	padding-top:7px;
	margin-top:-7px;
	margin-bottom:10px;
	overflow:hidden;
}

#recaptcha_table {
	background:#FFF !important;
	margin-top: 0 !important;
}

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

.formError {
    border: 1px solid red;
}

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

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

#commentTxt {
	float:left;
}

#commentTxt textarea {
    height: 50px;
	width: 313px;
	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:-15px;
	font-size: 10px;
}

.botao_enviar {
	float:right;
	padding:2px;
	border-radius:5px;
	background:#666;
	border:solid 1px #333333;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	clear:both;
	
}

.botao_enviar:hover {
	float:right;
	padding:2px;
	border-radius:5px;
	background:#99BA00;
	cursor:pointer;
	border:solid 1px #333333;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	clear:both;
}

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

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

#campo_menor2 {
	float:right;
	width:162px;
	margin-right:0;
}

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

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

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

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