@import url('text.css');
@import url('errors.css');


label {
	font: bold 1.0em "Century Gothic", verdana, sans-serif;
	color: #454545;
	text-transform: uppercase;
	display:block;
	float:left;
	padding-right: 5px;
	width: 85px;
	text-align: right;
	height: 20px;
	line-height: 20px;
}

#container { padding: 20px; border: 1px solid #D5DAE3; width:620px; margin: 30px 0px 20px 0px; font-size:14px;}

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 140px;
  text-align: right;
  }

div.row span.formw {
  float: left;
  width: 430px;
  text-align: left;

} 

fieldset {
	border: 1px solid #D5DAE3;
	padding: 10px;
	float: left;
	position: relative;
	margin:auto;
	background-color:#FFFFFF;
}
	
input, textarea, .options {
	font: 1.1em "Century Gothic", verdana, sans-serif;
	padding: 0.2em;
}

.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: 1.1em "Century Gothic", verdana, sans-serif;
	color: #454545;
	text-transform: none;
}

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;
}
#innerform {
	float: left;
	padding: 15px;

}

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;

}

.clearthis {
	clear: both;
}
