
#contactForm {
	
	display: block;
	width: 590px;
	border: 1px solid #A2A2A2;	
	position: relative;
	background-color: #E4E4E4;
	padding: 10px;	
	font-family: arial;
	padding-bottom: 0px;
	margin-bottom: 0px;

	
}

#enqDetails {
	width: 590px;
	border: 0px solid #333333;
	position: relative;	
	padding: 0;
	left: 0px;


}

#enqDetails td {
	
	border: 0px solid blue;
	font-weight: normal;
	color: #373737;
	padding: 0px;
	font-size: 14px;
	
}


#enqDetails td.headerText {
	
	font-size: 20px;
	color: black;	
}



#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}



#enqDetails tr td img.captchaImage {
	
	border: 0px solid red;
	position: relative;
	left: 0;
	margin: 8px 0;	
}


#enqDetails tr td input {
	
	width: 100%;
	border: 1px solid black;
	color: #8C8C8C;
	padding-top: 9px;
	padding-left: 5px;
	background-color: white;

}


#enqDetails tr td table {
	
	width: 100%;
	border: 0px solid #C0C2C5;
	padding: 0;
	position: relative;
	left: -1px;
	
}


#enqDetails tr td table tr td {
	width: 50%;
	font-family: Helvetica, arial;
	font-size: 14px;
	color: #373737;
	font-weight: normal;
	padding: 0px 0 0px 0;
	border: 0px solid #C0C2C5;
}

#enqDetails tr td table tr td.textHeader {
	
	padding-top: 8px;
	padding-bottom: 2px;	
}

#enqDetails tr td table tr td input, #enqDetails tr td table tr td select {
	width: 97.7%;
	border: 1px solid black;
	color: #575757;
	padding-top: 4px;
	padding-bottom: 4px;	
	background-color: white;
	margin-bottom: 10px;
}

#enqDetails tr td table tr td select {
	
	width: 100%;
	
}

#enqDetails tr td table tr td input.address {
	
	width: 599px;	
}



#enqDetails tr td table tr td.leftCell {
	
	padding-right: 0px;
	padding-left: 0;
	width: 50%;		
}

#enqDetails tr td table tr td.rightCell {
	
	padding-left: 15px;
	width: 50%;		
		
}


#enqDetails tr td textarea {
	border: 1px solid black;
	color: #575757;
	height: 80px;
	padding-top: 9px;
	padding-left: 5px;
	background-color: white;
	width: 574px;
	position: relative;
	top: 0px;
	left: 1px;
}


#enqDetails tr td input.selectedFile {
	
	width: 300px;	

}

#formSubmit {
	
	border: 0;
	margin: 0;
	display: block;
	cursor: pointer;
	background-color: transparent;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	left: 490px;
	width: 94px;
	height: 29px;
	background-image: url(images/send.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: 0px solid red;
	
}

