#entry form {
	display:block;
	width:500px;
	margin:auto;
	position:relative;
}
#entry form legend { display:none; }
#entry form label {
	display:block;
	float:left;
	width:100%;
	font:bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4C3425;
	margin-top:5px;
}
#entry form label span.erro { font:normal 11px "Courier New", Courier, monospace; color:#8F0000; }
#entry form label input, #entry form label textarea {
	background-color:#f0ddaf;
	padding:2px 5px;
	border:2px solid #8d773c; 
	width:486px;
	color:#4c3425;
}
#entry form .bt_enviar {
	font:22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#4c3425;
	padding:2px;
	display:block;
	width:100px;
	border:2px solid #8d773c;
	border-left:0px;
	border-right:0px;
	background-color:transparent;
	float:right;
	margin-top:10px;
	cursor:pointer;
}
#entry form .disabled {
	cursor:default;
	color:#AF9A8E;
}
#entry form p.c_loading, #entry form .msg_erro {
	position:absolute;
	bottom:10px;
	width:390px;
	display:block;
	text-align:right;
}
#entry form .msg_sucesso {
	display:block;
	width:100%;
	height:100px;
	float:left;
	background:url(../imagens/contato/msg-sucesso.png) no-repeat right center;
	text-indent:-3000px;
}
#entry form .msg_erro { bottom:3px; color:#8F0000; }
