﻿/**
* LAST MOD: OCT 26 2009: DREW @ WWW.DREAMDESIGNSWEB.COM
* -------------------------------------------------------
*/
body {
	font-family: arial;
	color: #666666;
	font-size: 13px;
}
.introText {
	font-size: 13px;
	text-align: center;
	color: #666666;
	font-weight: bold;
}
#container {
	position: relative;
	margin: 0px auto;
	height: 570px;
	padding: 15px 15px 0px 0px;
	border: none;
	color: #000000;
	background: url('../images/contactus_bg.jpg') bottom no-repeat;
	background-color: #ffffff;
}
#formTB {
	position: absolute;
	left: 170px;
	top: 235px;
}
.contactInput {
	 background-color: #ffffff;
	 color: #000000;
	 border: 1px solid #999999;
}
#message {
	width: 350px;
	height: 130px;
}
#submit {
	margin-top: 10px;
}
#submit:hover {
	background-color: #96B8E0;
}


