/* FORM STYLES */

/* Job  */


#jobApp {
	font-size: 11px;	
}

#jobApp input {
	border: 1px solid #7cc6fc;	
	padding: 3px;
	background: url(../_img/bg_input_bkg.jpg) top left repeat-x;
}

#jobApp label {
	display: block;
	margin: 0 0 6px 0;	
	font-weight: bold;
}

#jobApp table td {
	padding: 0 17px 15px 0;	
}

#jobApp select {
	padding: 3px;	
}

#jobApp span {
	padding: 0 20px 0 10px;	
}

#jobApp h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;	
}


/* Job  */


#aspnetForm {
	font-size: 11px;	
}

#aspnetForm input {
	border: 1px solid #7cc6fc;	
	padding: 3px;
	background: url(/demo/_img/bg_input_bkg.jpg) top left repeat-x;
}

#aspnetForm textarea {
	border: 1px solid #7cc6fc;	
	padding: 3px;
	background: url(/demo/_img/bg_input_bkg.jpg) top left repeat-x;
}

#aspnetForm label {
	display: block;
	margin: 0 0 6px 0;	
	font-weight: bold;
}

#aspnetForm table td {
	padding: 0 17px 15px 0;	
}

#aspnetForm select {
	padding: 3px;	
}

#aspnetForm span {
	padding: 0 20px 0 10px;	
}

#aspnetForm h5 {
	font-size: 12px;
	margin: 0;
	padding: 0;	
}






.formSubHead {
	padding-bottom: 7px !important;	
}

.check {
	border: 0 !important;
	padding: 0 !important;
	background: none !important
}




#submit input
{
	background: url(/demo/_img/b_submit.gif) no-repeat 0 0;
	border: 0px;	
	padding: 0px;
	width: 109px;
	height: 29px;
}



#submit input:hover 
{	
	background: url(/demo/_img/b_submit.gif) no-repeat 0 -29px;
	cursor: pointer	
}



/*

#submit {
	background: url(../_img/b_submit.gif) no-repeat 0 0;
	width: 109px;
	height: 29px;	
	border: none;
}

#submit:hover {
	background: url(../_img/b_submit.gif) no-repeat 0 -29px;
	cursor: pointer	
}

	#submit span {
		display: none;	
	}

*/