@import url('errors.css');
form {
	border:none;
}
label {
	display:block;
	height: 20px;
	line-height: 20px;
	float: left;
	border: none;
	padding-left: 23px;
}

#container {
}

div.row {
	clear: both;
  }

div.row span.label {
	float: left;
	width: 100px;
  }

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

fieldset {
	float: left;
	font-size: 11px;
	color: #6C6C6C;
	line-height: 14px;
	border: none;
}
	
input, textarea, .options {
	padding: 1px;
	margin: 1px;
	border: 1px solid #919191;
}

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

.options label {
	text-transform: none;
}

input[type="submit"] {
	color: #FFFFFF;
	float: left;
	border: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-left: 6px;
	font-size: 11px;
	line-height: 13px;
	background-color: #43A5E1;
	text-decoration: underline;
	margin-left: 100px;
}
input[type="submit"]:hover {
	background-color: #FD5C00;
	cursor: Hand;
	text-decoration: none;
}
#innerform {
	float: left;
}

.clearthis {
	clear: both;
}
