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

label {
	font: bold .7em "lucida sans", verdana, sans-serif;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 5px;
	width: 159px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

#containerf { width:160px; margin: 5px auto; background: #fff;}

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

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

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

fieldset {
	padding: 2px;
	float: left;
	position: relative;
}
	
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: 150px;
	padding-top: 20px;
}

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

input[type="submit"] {
	background: #333333;
	color: #CCCCCC;
	float: left;
}
#innerform {
	float: left;
	padding: 2px;
}

input[type="reset"] {
	color: #CCCCCC;
	float: left;
	background-color: #660000;
}

.clearthis {
	clear: both;
}
