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


label {
	display:block;
	float:left;
	padding-right: 5px;
	width: 105px;
	text-align: right;
	height: 25px;
	line-height: 25px;
	background: inherit;
}

#container { padding: 20px; border:none; width:640px; margin: 10px 0px 10px 20px;}

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

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

div.row span.formw {
  float: left;
  width: 320px;
  text-align: left;
  margin: 0;

} 

fieldset {
	border: none;
	padding: 10px;
	float: left;
	position: relative;
	margin:auto;
	
}
	
input, textarea, .options {
	font: .9em "Century Gothic", verdana, sans-serif;
	padding: 0;
	color: #333333;
}

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

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

input[type="submit"] {
	background: #333333;
	border: 2px solid #2a5761;
	color: #CCCCCC;
	float: left;
	margin:0 10px 0 20px;
}
#innerform {
	float: left;
	padding: 15px;
}

input[type="reset"] {
	border: 2px solid #2a5761;
	color: #CCCCCC;
	float: left;
	background-color: #660000;

}

.clearthis {
	clear: both;
}

