#cformsform {
	width:575px;
	color: #BCBBBB;
	font-size: 92%;
}

#cformsform fieldset {
	border-top:1px solid #3f3f3f;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-bottom: 0px;
	padding:0px 0px 30px 12px;
}

#cformsform fieldset.cf_hidden {
	display: none;
}

#cformsform fieldset ol {
	list-style: none;
	float: left;
}

#cformsform fieldset li {
	height: 20px;
}

#cformsform legend {
	border-right:1px solid #3f3f3f;
	border-bottom:1px solid #3f3f3f;
	padding:2px 5px 2px 4px;
	background:#000;
	margin-bottom:10px;
	font-size: 1.1em;
	color:#f0f0f0;
	font-weight:bold;
}

#cformsform label { 
	margin-right: 10px; 
	width: 180px; 
	display: block; 
	float: left; 
	position: relative;
	text-align:right
}

#cformsform input, 
#cformsform select,
#cformsform textarea {
	border: none;
	width: 190px;
	font-size: 1em;
	padding: 2px;
}

#cformsform input {
	height: 1.4em;
}

#cformsform select {
	height: 1.65em;
}

#cformsform textarea {
	height: 125px;
	float: left;
}

#cformsform .emailreqtxt,
#cformsform .reqtxt {
	font-size: 80%;
	line-height: .8em;
}

#cformsform input#sendbutton {
	width: 80px;
	height: 2em;
	cursor: pointer;
}

#cformsform p.cf-sb {
	margin: -20px 0px 0px 232px;
}

#cformsform select {
	width:200px;
}

#cformsform .button {
	margin-left:183px;
}	