#cemporcentotop {
	margin-bottom:10px !important;
	height:100px !important;
}


form {
	margin:20px 0 20px 0px;
	width:450px;
	float:left;
}

form p {
	clear:both;
	margin-bottom:5px;
	background:none !important;
}


#conteudo p {
	padding:10px !important;
	background:none;
}

form label {
	width:100px;
	display:block;
	float:left;
	text-align:right;
	font-weight:bold;
	color:#000;
	margin-right:10px;
	font-size:16px;
	line-height:20px;
}

form input {
	width:300px;
	height:16px;
	padding:5px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

form p.textarea {
	height:	145px;
}

form textarea {
	float:left;
	width:300px;
	height:130px;
	padding:5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

form .botao {
	width:80px;
	height:30px;
	background:#FFF;
	color:#888;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding-top:0;
	color:#900;
	margin-left:250px;
}

/* ERRO */
label.error {
	display:none !important;
}
input.error, textarea.error {
	background:#E6DD98;
}

/* RESPOSTA */
#resposta {
	text-align:center;
}



