/*Contact Us Content*******************************/
form {
	width: 26em;
}

form li {
	line-height: 1.5em;
	margin: .5em;

}

form label {
	display: block;
	float: left;
	clear: both;
	width: 7em;
	text-align: right;
	font-size: 1em;
	height: 1em;
	margin-right: .5em;
}

form textarea, form input, form select {
	height: 1em;
	font-size: 1em;
}

form textarea {
 	 height: 15em;
 	 width: 16em;
}

form input.sendbutton { 
	display: block;
	width: auto;
	text-align: center; 
	height: auto;
	padding: 0;
	margin: .75em 0 .75em 11em;
}

fieldset {
	border: 1px solid #ddd;
}

fieldset.cf_hidden {
	border: none;
}

ol {
	list-style-type: none;
	margin-bottom: 1.5em;
}

legend {
	font-size: 1em;
	color: #666;
	margin-left: 1em;
}

span.reqtxt, span.emailreqtxt {
	font-size: .75em;
	height: 1em;
	color: #666;
}

p.linklove {
	display: none;
}

	