@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color:#FFF;
	text-align:left;
}
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:25px;
	letter-spacing: -1px;
	color:#B21318;
}
textarea {
	width:89%;
	border: 2px solid #000;
	height:100px;
}

input {
	width:89.5%;
	border: 2px solid #000;
}
.submitEnquiry {
	background-color:#000;
	color:#FFF;
	font-weight:bold;
	width:91%;
}
