
/* 
	##############################
	SPECIFIC FORM STYLES
	############################## */

/* ----- default types -------------- */
label {
	text-align:right;
	float:left;
	margin-right:10px;
	display:block;
	/*font-size:9px;*/
	color:#333;
	}

.submit input, #signinForm .submit {
	color: #fff;
	font-size:9px;
	background: #333;
	border: 2px outset #000;
	margin:3px 0px 0px 60px;
	width:60px;
	clear:both;
	}

/*#registrationForm .submit input{ */
.submit input{
	color: #fff;
	font-size:9px;
	background: #333;
	border: 2px outset #000;
	margin:3px 0px 0px 90px;
	width:60px;
	clear:both;
	}



/*  -----------   contactUsForm ------- */

.insetForm .wrapper
{
	padding:30px 10px 30px 10px;
	width:540px;
	margin-left:0px;
	
}

.insetForm fieldset { 
	position:relative;
	margin: 0 0 .5em 0;
}
.insetForm label {
	clear:both;
	display:block;
	/*font-size:12px;*/
	color:#333;
	width:170px;
	text-align:right;
	margin: 0 0 10px 0;
}
.insetForm .inputField {
	float:left;
	margin: 0 150px 10px 10px;
	/*border:1px solid black; */
}

.insetForm #questions {
	margin-left:178px; 
	display:inline;
}
.insetForm #questions label {
	text-align:left;
	margin:0;
}
.insetForm #questions .inputField {
	margin: 0 0 10px 0; 
	float:left;
}
.insetForm .submit-button {
	display:block;
  	margin-left: auto ;
  	margin-right: auto ; 
}

.insetForm .formErrors , .insetForm .formSuccess {
	width:390px;
	margin-left:160px;
}	

/* 
	##############################
	DEFAULT STYLES
	############################## */
.inputField {
	float:right;
	background-color:#ccc;
	border:1px solid #FFF;
	margin:0px 20px 3px 0px
	}
	
select {
	 background-color: #ccc;
	 color: #000;
	 border:1px solid #ccc;
	 margin:0px 0px 0px 85px;
	 font-size:10px;
	}
	
	
	
.formErrors, .formSuccess {
	border:1px solid #F00;
	color:black;
	padding:5px;
	width:90%;
	margin-bottom:10px;
	}

.formErrors li {
	margin-left:10px;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	padding:0 0 0 10px;
	text-indent:-14px;
}
.formSuccess {
	border:2px solid #009933;
}

.hiddenFields {
	display: none;
}

.fieldError {
	background-color:#F00; /*#9A131D; */
	color:white;
}



