/*
	Copyright (C) 2009 Jose Roberto Santos Neves, todos os direitos reservados.
	version/CSS: 0.2 of 2010
	author: klausmadeira
	url: http://www.jrsantosneves.com.br
*/
form {padding-left: 0px;}
fieldset {width: 440px; border: none;}
legend {font: bold 20px "trebuchet ms", arial, sans-serif; color: #999;}
label {
	display: block;
	width: 404px;
	font: 16px "trebuchet ms", sans-serif;
	color: #E79E5A;
	padding-bottom: 12px;
	position: relative;
}
label input { 
	width: 400px;
	height: 34px;
	font: 20px "trebuchet ms", arial, sans-serif;
	border:  1px solid #D9D9D9;
	background: url("imagens/bg_field.jpg") repeat-x;
	padding-left: 6px;
}
label span {font: 12px georgia, "trebuchet ms", sans-serif; color: #999; right: 0;}
textarea { 
	width: 400px;
	height: 180px;
	font: 20px helvetica, "trebuchet ms", arial, sans-serif;
	background: url("imagens/bg_field.jpg") repeat-x; /*FFFFE5*/
	border:  1px solid #D9D9D9;
	padding-left: 6px;
}
button {
	background: #000;
	font: bold 18px "trebuchet ms", arial, sans-serif;
	color: #FFF;
	width: 120px;
	height: 38px;
	border: none;
	display: block;
	cursor: pointer;
	float: right;
}