@charset "utf-8";
/* CSS Document */

.contactDIV {
	width: auto;
	height: 640px;
	padding-top: 20px;
	padding-left: 5px;
}

.DIV_ImageBox_OurContacts {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00a9e0;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	width: 140px;
	height: 100px;
	position: relative;
	margin: 0px;
	padding: 0px;
}


.TitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	clip: rect(auto,auto,auto,auto);
	border-left-style: 10;
	color: #000;
}
.redMustFill {
	color: #F00;
}
.submit_btn {
	color: #000;
	width: 90px;
}
.contentCentreBarBG_Contact {
	background-image: url(../images/ContactCentreBarBG.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 459px;
}
.contentBarBG_Contact {
	margin-right: auto;
	margin-left: auto;
	height: 459px;
	background-image: url(../images/ContactCentreBg.jpg);
}
#mailtoText {
	color: #03C;
}

.Form_YourName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 400px;
	color: #06C;
	font-weight: bold;
	border: 1px inset #999;
	background-color: #FFF;
}
.Form_Message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 800px;
	color: #06C;
	font-weight: normal;
	border: 1px inset #999;
	height: 150px;
}
