/* CSS Document */

FORM, SELECT {
	font-size: 1em;
	margin: 0.2em;
	padding: 0px;
	}
SELECT {
	width: 110px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}
OPTION {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
TEXTAREA {
	display: block;
	width: 70%;
	text-align:left;
	background-color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}
	
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 0.95em;
	margin: 0.2em 0.5em;
	}

INPUT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding-left: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin: 0px;	
	
}
LABEL.inputLabel {
	font-size: 1em;
	width: 10em;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}


form input[type="image"] {
 margin: 0;
}



form input[type="radio"], 
form input[type="checkbox"], 
form input[type="hidden"]{
	background-color: #FFFFFF;
}

form input[type="radio"], 
form input[type="checkbox"], 
form input[type="hidden"] {
	/* 
		Keeps Mozilla browsers (and others) from making the RADIO and CHECKBOXES too wide and/or tall.
		Also removes unnecessary borders from these browsers (They don't respond as expected) 
	*/
	width: auto;
	height: auto;
	border: 0;
	background-color: transparent;
}

form input[type="hidden"] {
	/*
		Firefox doesn't want to make them actually hidden, so I'll force it.
	*/
	display: none;
}
label.nloption {
	font-size: 11px;
}
