h2.pageTitle{
	color: #fe4110;
	margin: 20px auto;
	text-align: center;
}

#pageContent{
	float: right;
	margin: 0;
	padding: 0 0 0 15px;
	width: 695px;
}

#freeform{
	margin: 0 auto;
	width: 500px;
}

#freeform label, #getStarted label{
	display: block;
}

#freeform input{
	border: 1px solid #747474;
	height: 24px;
	margin: 0;
	height: 2px 4px;
	width: 392px;
}

#freeform textarea{
	border: 1px solid #747474;
	height: 246px;
	margin: 0;
	height: 2px 4px;
	width: 542px;
}

.col1, .col2, .col3{
	float: left;
	width: 300px;
}

.col1{
	margin: 0 20px 0 10px;
}

.col2{
	margin-right: 20px;
}

#getStarted fieldset, #client_info fieldset{
	border: 1px solid #979797;
	margin: 0 0 15px;
	padding: 15px;
}

#getStarted fieldset legend, #client_info fieldset legend{
	color: #fe4110;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 15px 0;
}

#getStarted ul, #getStarted ul li, #client_info ul, #client_info ul li{
	list-style: none;
}

#client_info .col3 ul, #client_info .col3 ul li{
	padding: none;
}

#getStarted input[type=text], #getStarted input[type=email], #client_info input[type=text], #client_info input[type=email]{
	border: 1px solid #747474;
	height: 20px;
	margin: 0;
	padding: 2px 4px;
	width: 268px;
}

#client_info .col2 textarea, #client_info .col3 textarea{
	clear: both;
	border: 1px solid #747474;
	height: 40px;
	margin: 0;
	padding: 2px 4px;
	width: 268px;
}

#client_info .botFields textarea{
	clear: both;
	border: 1px solid #747474;
	height: 40px;
	margin: 0;
	padding: 2px 4px;
	width: 600px;
}

#client_info .botFields{
	clear: both;
	margin: 0 auto;
	padding: 25px;
	width: 600px;
}

#client_info .botFields input{
	clear: both;
}

#getStarted fieldset#submit, #client_info fieldset#submit{
	border: none;
	clear: both;
	margin: 0 auto;
	width: 170px;
}

#getStarted fieldset#submit button, #client_info fieldset#submit button{
	background: #fe4110;
	border: 1px solid #000;
	box-shadow: 0 1px 2px #595959;
	-moz-box-shadow: 0 1px 2px #595959;
	-webkit-box-shadow: 0 1px 2px #595959;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0 auto;
	padding: 5px 20px;
	width: 150px;
}

#getStarted fieldset#submit button:hover, #client_info fieldset#submit button:hover{
	background: #000;
	border: 1px solid #000;
	box-shadow: 0 1px 2px #595959;
	-moz-box-shadow: 0 1px 2px #595959;
	-webkit-box-shadow: 0 1px 2px #595959;
	color: #fe4110;
	font-family: 'BonvenoCFLight', Corbel, Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0 auto;
	padding: 5px 20px;
	width: 150px;
}	