@import url('text.css'); 
 @import url('errors.css'); 



label {
font-family:Verdana,Helvetica,Arial,sans-serif;
font-size:11px;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 10px;
	width: 75px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#container { padding: 8px; border: 1px #ccc solid; width:500px; margin: 20px auto;}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 335px;
  text-align: left;
} 

fieldset {

	padding: 10px;
	float: left;
	position: relative;border: 1px #e4e4e4 solid;}
	
input, textarea, .options {
	font: .9em "lucida sans", verdana, sans-serif;
	padding: 0.2em;
}

.options input {
	float: none;
	padding-left: 0;
}
div.buttons {
	clear: both;
	float: left;
	width: 300px;
	padding-top: 20px;
}

.options label {
	font: .9em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	background: #fff;
	border-right: 1px #657798 solid;
	border-bottom: 1px #657798 solid;
	border-left: 1px #657798 solid;
	color: #000;
	float: left;}
#innerform {
	float: left;
	padding: 15px;
}

input[type="reset"] {
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px #FFFFFF solid;
	color: #fff;
	float: left;
	background-color: #c10000;
}

.clearthis {
	clear: both;
}
