
@import url('errors.css');
@import url('text.css');

#cForm label {
	font: bold 1em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:left;
	width: 85px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#cForm div.row {
  clear: both;
  padding-top: 10px;
  }

#cForm  div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

#cForm  div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

#cForm fieldset {
	padding: 0;
	float: left;
	position: relative;
}
#cForm fieldset #innerform{
	background-color: #fff;
}
	
#cForm input, #cForm textarea, #cForm .options {

	padding: 0.2em;
	background-color: #fff;
}

#cForm .options input {
	float: none;
	padding-left: 0;
}
#cForm div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

#cForm .options label {
	color: #000;
	text-transform: none;
}

#cForm input[type="submit"] {
	background: #333333;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #CCCCCC;
	float: left;
}
#cForm #innerform {
	float: left;
	padding: 15px;
}

#cForm input[type="reset"] {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #999999;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #FFFFFF;
	color: #CCCCCC;
	float: left;
	background-color: #660000;
}

#cForm .clearthis {
	clear: both;
}
