@charset "UTF-8";
/* CSS Document */
object, embed {
  outline: 0;
}
ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


/*contact form*/
#form {
	width:570px;
	float:right;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}
.notification_error {
	border: 1px solid #f1dfc5;
	height: auto;
	color: #ca5702;
	width: 457px;
	padding: 10px 10px 10px 60px;
	background:url(../images/icons/erro.png) no-repeat center left #fdf0dc;
	text-align:left;
	-moz-border-radius:5px;
	margin-bottom:10px;
}
.notification_ok {
	border: 1px #cbcf8e solid;
	height: auto;
	width: 90%;
	padding: 10px;
	background: #f5f9fd;
	text-align: center;
	-moz-border-radius: 5px;
	margin-bottom:10px;
}
label {
	width: 100px;
	margin: 5px;
	float: left;
	text-align:left;
}
textarea {
	width:400px;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #333333;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}
.button {
	margin: 0 0 0 5px;
}
br {
	clear: left;
}
.textbox {
	width:400px;
	height:30px;
	margin: 5px;
	padding: 5px;
	float: left;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	color: #333333;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	-moz-border-radius: 3px;
}
.textbox2 {
	height:140px;
}
