﻿/*form.css: Folha de estilos para páginas formulários*/




form {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}



select {
	padding-top: 2px;
	font-size: 0.9em;
	height: 19px;
	margin-right: 2px;

}

/*IE workaround - remove button padding
* html select 
{ 
	overflow: visible; 
}*/




.printButton
{
	margin-top: 20px;
}

input[type="textbox"]
{
	width: 290px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 18px;
	border: 1px solid #C3BF9A;
}

.textbox
{
	width: 290px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 18px;
	border: 1px solid #C3BF9A;
}


/*********************************/

/*Generic Classes*/



.userForm
{
	margin: 0px 0 0 0;
	text-align: left;
}



.userFormQuestion .userFormQuestion
{
	margin: 0 0 5px 0;
}

.userFormGroup
{
	clear: both;
	vertical-align: middle;
	margin: 15px 0 10px 0;

	color: #C3BF9A;
	/*font-size: 1.1em;*/
}


.userFormGroup .userFormQuestion
{
	margin: 0 0 3px 0;
}


.userFormSuffix
{
	clear: both;
	padding-top: 40px;
	font-size: 0.9em;
	text-align: left;
}

.userFormQuestionLabel
{
	width: 130px;

	color: #C3BF9A;
	float: left;
}




.userFormResponse
{
	font-weight: normal;
	font-size: 0.9em;
	margin-bottom: 2px;
	display: block;
	list-style-type: none;
}

.userFormResponse select {

	width: auto;
}

.requiredField
{
	color: #4C4C4C;
	width: 150px;
	margin-right: 5px;
	font-size: 0.9em;
	padding-top: 3px;
	text-align: left;
}

.requiredFieldSymbol
{
	/*display: none;*/
}

.optionalField
{
	font-weight: normal;
	color: #4C4C4C;
}

.userFormValidationErrorMessage
{
	clear: both;
	margin: 20px 0 30px 0;
	color: Red;
}

.userFormFieldValidationError 
{
	margin: 0 0 0 90px;
	color: Red;
}

.userRegistrationFormBirthYearLabel
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.userLoginFormLabel
{
	width: 90px;
}

.userPasswordRecoveryPageTitle
{
	margin-bottom: 20px;
	margin-left: 170px;
}

.userPasswordRecoveryPageTitle h1
{
	margin: 0 0 0 0;
	padding: 7px 0 0 0;
	font-size:140%;
	color: #036;
}

.registrationOptions
{
	font-size: 0.9em;
	margin-bottom: 10px;
}

.userFormButton{

float:left;
padding-top:20px;
}