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

#contactForm
{
	width:755px;
	position: relative;
	margin-bottom: 30px;
	clear: both;
}

.contactFormText 
{
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:15px;
	margin-top:0px;
	color:#045195;
}

.sendButton 
{
	display: block;
	background-position: center;
	background-image: url(images/2009rev/submitButton-2.png);
	width: 199px;
	height: 54px;
	position: absolute;
	right: 218px;
	top: 205px;
	border:0px;
}

.contactFloatRight
{
	float:left;
	clear:both;
	width:300px;
}

.how
{
	width:400px;
}

.contactMessageFloatRight
{
	width:250px;
}

#contactThanks
{
	width: 755px;
	padding-top: 0px;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	margin-bottom:25px;
	margin-top:0px;
	color:#045195;
}

#contactLeftColumn
{
	float:left;
	position:relative;
	width:330px;
}

#contactRightColumn
{
	float:right;
	position:relative;
	width: 425px;
}

#teamVistaPic
{
	background-image:url(images/2009rev/teamvista.png);
	position:absolute;
	display: block;
	width: 225px;
	height: 150px;
	top: 120px;
	right: -35px;
}
