/* GENERIC FORM */
.dataForm {
	width:430px;
	border:1px solid #e3eaee;
	padding-left:0;
	padding-right:0;
	background:url(../images/bg_box.jpg) #fff repeat-x bottom;
}


.dataForm .formRow {
	display:block;
	clear:both;
	line-height:20px;
	padding:0px;
	margin:0px;
	margin-top:10px;
	width:100%;
}

.dataForm .mandatory {
	font-weight:bold;
}

.dataForm .formFooter {
	width:100%;
	text-align:center;
}

.dataForm .formRow label {
	width:40%;
	/*margin-left:10px;*/
	float:left;
	font-size:1em;	
}


.dataForm .formRow .textinput {
	width:55%;
	color:#4C4D4F;
	height:20px;
	font-size:1em;
	border-style: inset;
	border-color:#E7E7E7;
}

.dataForm .formRow select {
	width:55%;
	color:#4C4D4F;
	height:25px;
	font-size:1em;
	border-style: inset;
	border-top-color:#E7E7E7;
}

.dataForm .formRow textarea {
	width:55%;
	color:#4C4D4F;
	font-size:1em;
	border-style: inset;
	border-top-color:#E7E7E7;
	font-family:Arial, Helvetica, sans-serif;	
}


.dataForm .submit {
	width:200px;
	height:49px;
	background:url(../images/formbtn.png) no-repeat;
	background-position:center center;
	behavior: url(../js/iepngfix.htc);
	border:none;
	font-weight:bold;
	color:#fff;
	margin-top:5px;
	font-size:1.1em;
	cursor:pointer;
	margin:10px 0 10px 0;
}
/* CHECK ONLINE FORM */

#checkOnlineForm.dataForm  { 
	width:930px;
	padding:5px;
}

#checkOnlineForm.dataForm .formRow label {
	width:170px;
	margin-right:5px;
	margin-left:5px;
	float:left;
	line-height:29px;
}

#checkOnlineForm.dataForm .formRow .textinput {
	width:450px;
	margin-right:15px;
}
	
#checkOnlineForm.dataForm  .formFooter {
	border:1px solid;
}

#checkOnlineForm.dataForm  .submit {
	width:189px;
	background:url(../images/testbtn.png) no-repeat;
	height:34px;
	padding:0 0 6px 0;
	margin-left:10px;
	margin-top:-2px;
}

/* REGISTER FORM */
#registerForm.dataForm  { 
	width:404px;
	background:none;
	border:none;
}

#registerForm.dataForm .termsOfService label{
	width:355px;
	font-size:100%;
	vertical-align:middle
}


/* CONTACT FORM */

#contactForm.dataForm  { 
	width:510px;
	float:left;
}

#contactForm.dataForm .formRow { 
	margin-left:10px;
}



/* LOGIN FORM */

#loginForm.dataForm  { 
	width:400px;
	float:left;
	background:none;
	border-right:1px solid #793d79;
	border-top:none;
	border-left:none;
	border-bottom:none;
	margin-right:25px;
	padding-right: 10px;
}

/* REQUEST PASSWORD FORM */

#passwordRequestForm.dataForm  { 
	width:400px;
	float:left;
	background:none;
	border-right:1px solid #793d79;
	border-top:none;
	border-left:none;
	border-bottom:none;
	margin-top: 15px;
	margin-right:25px;
}
#passwordRequestForm.dataForm .submit {
	width:189px;
	height:34px;
	background:url(../images/testbtn.png) no-repeat;
}

/* CHECK ONLINE INSIDE HOMEPAGE */
#homeCheckOnlineForm.dataForm  { 
	width:249px;
	background:none;
	margin:0;
	padding:0;
	border:none;
}

#homeCheckOnlineForm.dataForm .formRow .textinput {
	width:100%;
}


/* ERROR PAGE */
#errorPageForm.dataForm  { 
	width:249px;
	background:none;
	margin:0;
	padding:0;
	border:none;
}
