#contact-box {
	float:left;
	width:700px;
	margin-top:40px;
	margin-left:10px;
}

#cb-top {
	position:relative;
	display:block;
	width:700px;
	height:18px;
	background-image:url('../images/clients-page/client-top.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

#cb-middle {
	position:relative;
	display:block;
	width:700px;
	background-image:url('../images/clients-page/client-middle.png');
	background-repeat:repeat-y;
	background-position:0 0;
}

#cb-content {
	padding:30px 0;
	margin:0 30px;
}

#cf-form {
	position:relative;
	clear:both;
	top:20px;
	padding:20px 0;
	margin-top:40px;
	border-top:1px solid #DDD;
}

#ccq-form {
	position:relative;
}

#cb-desc {
	float:left;
	width:39%;
	font-size:110%;
}

#cb-map {
	float:left;
	width:60%;
}

#cf-input label {
	display:block;
}

#cf-submit input {
	background-color:#0071bc;
	border:2px solid #01548c;
	color:#FFF;
	font-size:100%;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#cb-bottom {
	position:relative;
	display:block;
	width:700px;
	height:23px;
	background-image:url('../images/clients-page/client-bottom.png');
	background-repeat:no-repeat;
	background-position:0 0;
}

.clear {
	clear:both;
}

/*******************************************************
 *
 * Contact Form
 *
 *******************************************************/

#cf-form .gform_body ul {
	list-style-type: none;
	padding-left:0;
}

#cf-form input {
	width:170px;
	font-size:95%;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#cf-form textarea {
	font-size:95%;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#cf-form input.button {
	margin-top:-20px;
	background-color: #0071bc;
	border:2px solid #01548c;
	color:#FFF;
	font-size:98%;
	font-weight:bold;
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor: pointer;
}

#cf-form input.button:hover {
	background-color: #0071bc;
	border-color: #01548c;
}

#cf-form .validation_error,
#cf-form .validation_message {
	font-size:11px;
	margin: 0 0.5em 2em;
	padding: 0.2em 1em;
	background-color:#F00;
	border: 1px solid #F00;
	color:#FFF;
}

