/*Contact Us Content*******************************/

form {
	margin: 0;
}

form li {
	line-height: 1.5em;
	margin: .75em 0;
}

form label {
	display: block;
	float: left;
	clear: both;
	width: 100px;
	text-align: right;
	height:1.5em;
	margin-right: 4px;
	
}

form textarea {
 	 height: 10em;
}

form input.sendbutton { 
	margin: 0 0 0 104px;
}

form p {
	margin: 0;
}

ol {
	list-style-type: none;
}

legend {
	font-size: 1em;
	margin: 0;
	color: #444;
	padding: 0 0 10px 0;	
}

span.reqtxt, span.emailreqtxt {
	margin-left: 3px;
	font-size: .75em;
	color: #666;
}

p.linklove {
	display: none;
}

input.cf-box-a, input.cf-box-b {
	display: inline;
	height: auto;
	margin-left: 16em;
}

label.cf-after {
	width: auto;
	display: inline;
	float: none;
}

p.failure {
	color: #c00;
	margin: 10px 0;
}

p.success{
	color: #69b36e;
	margin: 10px 0;
}

span.reqtxt, span.emailreqtxt {
	color: #800;
}

fieldset {
	border: none;
}

fieldset.cf_hidden {
	height: 0;
	display: none;
}
