/* 
	Forms 
*/
form {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* Form Width */
#frmSetWidth {
	width: 400px;
}
	
/* Label */
label {
	font-weight: normal;
	width: 150px;
	margin-bottom: 10px;
}	
.labelIndent {
	font-weight: normal;
	width: 179px;
	margin-bottom: 10px;
	padding-left: 21px;
}	
.pretendLabel {
	font-weight: bold;
	width: 250px;
	margin-bottom: 0;	
}
.pretendLabel h3 {
	font-size: 1em;
	padding-left: 15px;
	margin-bottom: 10px;
	clear: both;
}

	
/* Input Boxes */
input, 
textarea, 
select {		
	background-color: #EBEBE3;
	border: 1px solid #A5A17E;
	color: #606060;
}

.removeBorder {
	background:transparent;
	border: 0;
}


/* Form Row */
.formRow {
	clear: left;
	width: 100%;
	padding-left: 0px;
	padding-bottom: 10px;
}

.hidden {
	clear: left;
	width: 100%;
}	
	
/* Submit Row */
.submitRow {
	clear: both;
	padding: 6px;
	padding-left: 0px;		
}

.thisSubmit {
	width: 65px;
	height: 21px;
	color: #002757;
	border: 1px solid #A5A17E;
	font-size: 1.1em;
}

.frmPadBottom {
	margin-bottom: 4px;
}
	
/*
specialField
Moves objects out of the browser window's field of view. Used for spam protection.
*/
.specialField {
	position: absolute;
	left: -15000px;
}


/*added from common.css file*/

.floatLeft {
	float: left;
}	

/* Required Text */	
/* Use to denote user alert text. eg required fields in forms */	
.textReqd, 
.requiredStar {
	color: #ff0000;
}	

#formDisclaimer {
	font-size: 0.9em;
}
#formDisclaimer li {
	list-style-type: lower-alpha;
	padding: 0 20px 0 0;
	margin-left: 15px;
}





