label {
	width: 20em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 21px;
	color: #003366;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.labelHighlight {
	font-weight: bold;	
}

input.text {
	height: 25px;
	width: 14em;
	border: 1px solid #333;
	background-position: center;
	font-size: 12px;
	color: #333333;
	line-height: 25px;
	margin-right: 5px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}

input.file {
	height: 21px;
	width: 14em;
	border: 1px solid #333333;
	background-position: center;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}

input.log {
	height: 21px;
	width: 100px;
	border: 1px solid #333333;
	background-position: center;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
	margin-top: 0px;
	margin-bottom: 2px;
}

input.text:focus, input.log:focus, input.file:focus {
	border:1px solid #0099CC;
	background:#fff;
}

textarea {
	border: 1px solid #330000;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

textarea:focus { border:1px solid #669900; background:#fff;
}

.log_btnBar {
	font-weight: bold;
	background-image: url(../imagens/log_btn_sm.jpg);
	height: 23px;
	width: 125px;
	background-position: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 23px;
	color: #330000;
	text-decoration: none;
}

input.submit {
	font-weight: bold;
	background-image: url(../imagens/log_btn_sw.jpg);
	height: 23px;
	width: 125px;
	background-position: left;
	margin-left: 15px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 23px;
	color: #330000;
	text-decoration: none;
}

.input_btn {
	font-weight: bold;
	background-image: url(../imagens/log_btn_sw.jpg);
	height: 19px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 23px;
	color: #330000;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 19px;
}
.txt_forms {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 5px;
}

.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	text-align: left;
	line-height: 22px;
	vertical-align: middle;
	text-transform: uppercase;
	padding-right: 5px;
	font-weight: bold;
}

.obrigatorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


 .submit input
{
margin-left: 4.5em;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}

form.login {
	padding-left: 0px;
}
fieldset
{
	border: 1px solid #FFFFFF;
	width: 30em;
	background-color: #FFFFFF;
}

.fieldsetHighlight
{
	border: 1px solid #FFFFFF;
	width: 30em;
	background-color: #99FFFF;
}

legend
{
	color: #330000;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
}

select {
	background-color:#FFFFFF;
	color:#300;
	border:1px #300 solid;
	width: 8em;    
}

option:hover {
	color:#300;
	border:1px #300 solid;
	width: 7.9em;
	display:block;  
}

