﻿span.intro
{
	color: Black;

}
ul.contactList
{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 15px;
	float: left;
}
ul.contactList li
{
	width: 340px;
	margin-bottom: 10px;
	padding: 0;
}
ul label
{
	width: 116px;
	float: left;
	padding-left: 14px;
	height: 1em;
}
ul label.required
{
	background: url(../images/asterix.gif) no-repeat left center;
}
ul input, ul select, ul textarea
{
	width: 185px;
	border: solid 1px #8d949c;
}
ul input.submitBtn
{
	width: 75px;
	height: 37px;
	float: right;
	background: url(../images/submit_btn.png) no-repeat center right;
	color: #02496d;
	font-weight: bold;
	font-size: 0.9em;
	margin-right: 15px;
	border: none;
}
#contactDetails
{
	border-left: solid 1px #d8dce0;
	float: right;
	padding: 40px;
	margin-top: 15px;
	width: 180px;
	padding-bottom: 80px;
}