input.submitbutton {
	background:transparent url(../images/mhia/btn_submit.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:23px;
	margin-left:245px;
	width:53px;
	margin-top:5px;
}

input.submitbutton:hover {
	background:transparent url(../images/mhia/btn_submit.gif) no-repeat scroll 0 0;
	border:medium none;
	cursor:pointer;
	height:23px;
	margin-left:245px;
	width:53px;
	margin-top:5px;
}


.notesArea {
	margin-bottom:10px;
}

/*new css*/

#mainArea01 .table01{
	color: #333333;
	margin-bottom: 10px;
	}

#mainArea01 .table01 th{
	background: #E3E3E3;
	width: 240px;
	border:1px solid #D6D6D6;
	padding:3px;
	}

#mainArea01 .table01 td{
	border:1px solid #D6D6D6;
	padding:3px;
}





/* end of new css*/



#Info {
	margin-top: 30px;
	padding: 10px 0px;
	line-height: 130%;
}

#CareersForm {
	clear: both;
	width:540px;
}

#CareersForm a,
.Answers a,
#NextButtonContainer a {
	background:#FFFFFF url(../images/mhia/btn_next.gif) no-repeat scroll left top;
	display:inline-block;
	font-size:13px;
	font-weight:bold;
	height:21px;
	width:52px;
}



	#CareersForm a span.Sp {
		font-size: 14px;
	}
	
#CareersForm label,
#CareersForm input.textbox
#CareersForm input.nextbutton,
#CareersForm select,
#CareersForm textarea {
	float: left;
}

#CareersForm label {
	width: 230px;
	background:#E3E3E3;
	height:30px;
	line-height:30px;
	border-right:1px solid #D6D6D6;
	margin-right:10px;
}

#CareersForm .last{
	border-bottom:1px solid #D6D6D6;
	}
	
#CareersForm .last label {
	width: 125px;
	background:#E3E3E3;
	line-height:30px;
	border-right:1px solid #D6D6D6;
	margin-right:10px;
	width: 230px;
}

#NextButtonContainer{
	margin-top:10px;
	border:none;
}



#CareersForm input.textbox,
#CareersForm textarea {
	width: 250px;
	margin-top:4px;
}

#CareersForm select {
	margin-top:4px;
	}

#CareersForm #FirstName,
#CareersForm #LastName,
#CareersForm #Telephone {
	width: 200px;
}

#CareersForm #OutdoorSerialNo,
#CareersForm #IndoorSerialNo {
	width: 100px;
}

#CareersForm #Postcode {
	width: 50px;
}

#CareersForm #InstallationDate {
	width: 100px;
}

.FormRow {
	clear: both;
	overflow: hidden;
	width: 100%;
	line-height: 140%;
	border-top:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
}


