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


label {
	font:italic 14px georgia;
	color: #000;
	text-transform: uppercase;
	display:block;
	float:right;
	width:100%;
	height:20px;
	padding-top:10px;
	text-indent:26px;
	text-align: right;
	line-height: 20px;
}

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

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

div.row span.formw {
  float: left;
  width: 100%;
  text-align: left;
} 
	
input, textarea, .options {
	font:italic 14px georgia;
	padding: 3px;
	border:1px solid #ccc;
	width:100%;
}

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

.options label {
	font:italic 14px georgia;
	color: #000;
	text-transform: none;
}

input[type="submit"] {
	background: #333333;
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #CCCCCC;
	float: left;
	margin-left:5px;
	width:140px;
}
#innerform {
	float: left;
	padding: 15px 0 15px 22px;
}

input[type="reset"] {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	color: #CCCCCC;
	float: left;
	background-color: #660000;
	margin-left:5px;
	width:140px;
}

.clearthis {
	clear: both;
}
