#FormIntro {
	width: 250px;
	float: left
}
#form-container {
	width: 585px;
	float: right;
	color: #272727;
}
#contact-form {
	display: block;
	width: 350px;
}
#contact-form table t2 {
	margin: 0 !important;
	padding: 10px !important;
}

label{
	text-transform:uppercase;
	font-size:10px;
	font-family:Tahoma,Arial,Sans-serif;
	color: #FFF;
}

textarea{
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{
	text-indent:8px;
}
#contact-form a {
	color: #272727 !important;
}
#contact-form ul {
	margin: 0 !important;
	padding: 0 !important;
}
.error{
	background-color:#AB0000;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}
.TextInput {
	width: 245px;
}
select {
	width: 224px;
	color: #272727 !important;
}
#contact-form td{
	white-space: nowrap !important;
}
