body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Lucida Sans Unicode, Verdana, Arial;
	font-size: 11px;
	line-height: 16px;
}
.form label {
	padding-right: 5px;
	vertical-align: top;
	font-weight: bold;
	color: #314b0f;
	font-size:12px;
}
.form .textbox {
	width: 250px;
	border: 1px #8ea174 solid;
	margin-bottom: 5px;
	color: #314b0f;
}
.form textarea {
	width: 250px;
	height:150px;
	margin-bottom: 5px;
	border: 1px #8ea174 solid;
	color: #314b0f;
}
.button {
	background: #edf0e7;
	padding: 1px 5px;
	color: #314b0f;
	font-weight: bold;
	border: 1px #8ea174 solid;
}
.form .subwindow
{
	/*position: absolute;*/
	text-align: right;
	float: left;
	/*left: 50%;
	margin-left: -200px;
	width: 400px;*/
	padding: 5px;
	width: 80%;
}
.form .outer
{
	background: #edf0e7;
	border: 1px #8ea174 solid;
	width: 98%;
	float: left;
}
.form .subwindow a
{
	font-size: 13px;
	padding-bottom: 2px;
	font-weight: bold;
	cursor: pointer;
}
.form label.line
{
	margin-bottom: 12px;
}
.form label.line, .form span.line
{
	display:block;
	width:100%;
	text-align:left;
}
.historico, .historico a:hover, .historico a:link, .historico a:visited{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #314b0f;
}