FORM {
	width: 90%;
	text-align: left;
	margin: 11px auto;
	margin-bottom: 20px;
	color: black;	
	padding: 5px;
	background: URL('images/Forms/bg_form.jpg') repeat-y top center;
}

FORM input, form textarea{
	font-family: "Arial";
	font-size: 9pt;	
	font-weight: normal;
}



FIELDSET{
	padding: 10px;
	border: none;	
	margin: 1px auto;
}

LEGEND{
	height: 24px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;	
	text-align: center;
	margin-bottom: 0px;
	color: #03183E;
	letter-spacing: 2px;
	font-family: "Tahoma";
	font-size: 9pt;
	/*text-decoration: underline ;;*/
	border: groove 1px #D6E2C7;
	background: URL('images/Forms/bg_inputs.jpg') repeat-y top left ;
}

LABEL.form-label, INPUT.form-input, TEXTAREA{
	float: left;
	clear: both;
}

LABEL.form-label{
	/*width: 100%;*/
	font-weight: bold;
	/*color: #205FB5;*/
	color: black;	
	margin-bottom: 2px;
	margin-top: 15px;
	/*clear: right;*/
}

INPUT.form-input, TEXTAREA, INPUT.form-input-checkbox, .radioGroup{
	background:  URL("images/Forms/bg_inputs.jpg") ;
	height: 23px;
	width: 100%;
	margin-bottom: 12px;
	color: black;
	border-width: 1px ;
	font-family: inherit;
}


.radioGroup{
	float: left;
}

INPUT.radioButton{
	margin-left: 10px;
}

INPUT.checkbox{
	margin-right: 5px;
}

textarea{
	height: 100px;
}

INPUT.submitButton{
	float: left;
	clear: both;
	padding: 1px;
	padding-left: 15px;
	padding-right: 15px;
	color: black;	
	letter-spacing: 2px;
	font-family: "Tahoma";
	font-size: 9pt;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 2px;
	border-width: 1px;
	background:  URL("images/Forms/bg_inputs.jpg") repeat-y;	
	margin-top: 10px;
}

Form.formLogin{
	width: 400px;
	margin: 1px auto;
}

FORM.formContato{
	width: 300px;
	height: 320px;
	margin: 1px auto;
	float:left;
	/*
	background: none;
	border-top: outset 2px;
	border-right: outset 2px;*/
}

IMG.miniatura{
	width: 50px;
	clear: both;
	margin-top: -10px;
	float: left;
}

.formReserva-label{
	float: left;
	width: 100px;
	text-align: right;
	font-size: 9pt;
}

.formReserva-input{
	background: white;
	border: none;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	margin-bottom: 5px;
	width: 147px;
	font-size: 9pt;
	height: 20px;
	clear: right;
	float: left;
}

FORM.formReserva{
	margin-top: 20px;
	background: none;
	float: left;
	width: 100%;
}

.submitButtonFormReserva {
	border: none;
	background: transparent URL('images/seta_noticia_esportiva.jpg') no-repeat top left;
	font-weight: bold;
	padding-left: 8px;
	cursor: pointer;
	float: right;
}

TEXTAREA.formReserva-input{
	height: 100px;
}

div.imageFile{
	margin-top: 20px;
	/*border-bottom: 1px solid;*/
	float: left;
	width: 100%;
}

div.imageFile textArea{
	margin-bottom: 30px;
	height: 50px;
}

div.imageFile input{
	margin-bottom: 3px;
}
