.form_container {
	margin:0 auto;
	text-align:left;
}
.form_container ul { list-style-image: none !important; }
form label {
	float: left;
	width: 10em;
}
form ul {
	font-size:100%;
	list-style-type: none;
	margin:0;
	padding:0;
	width:100%;
}
form li {
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}
form li:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.buttons:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.buttons {
	clear:both;
	display:block;
	margin-left: 9.5em;
	text-align: left;
}
* html form li { height:1%; }
* html .buttons { height:1%; }
* html form li div { display:inline-block; }
form li div {
	color:#444;
	margin:0 4px 0 0;
	padding:0 0 0px;
	clear: both;
}
form li span {
	color:#444;
	float:left;
	margin:0 4px 0 0;
	padding:0;
}
form li .list { margin-left: 9.5em; }
form li div label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
form li span label {
	clear:both;
	color:#444;
	display:block;
	font-size:9px;
	line-height:9px;
	margin:0;
	padding-top:3px;
}
.form_description {
	clear:both;
	display:inline-block;
	margin:0 0 1em;
}
.form_description p {
	font-size:95%;
	line-height:130%;
	margin:0;
}
/**** Buttons ****/
input.button_text { padding:0 7px; }
/**** Inputs and Labels ****/
label.description {
	border:none;
	color:#222;
	display:block;
	font-size:95%;
	font-weight:700;
	line-height:150%;
	padding:0 0 1px;
}
input.text {
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-size:100%;
	margin:0;
	padding:2px 0;
}
textarea.textarea {
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:90%;
	margin:0;
	width: 50%;
}
select.select {
	color:#333;
	font-size:100%;
	margin:1px 0;
	padding:1px 0 0;
	background:#fff;
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
}
input.checkbox {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}
input.radio {
	display:block;
	height:13px;
	line-height:1.4em;
	margin:6px 0 0 3px;
	width:13px;
}
label.choice {
	color:#444;
	display:block;
	font-size:100%;
	line-height:1.4em;
	margin:-1.55em 0 0 25px;
	padding:4px 0 5px;
	width:90%;
}
input.small { width:25%; }
select.small { width:25%; }
input.medium { width:50%; }
select.medium { width:50%; }
input.large { width:99%; }
select.large { width:100%; }
textarea.small { height:5.5em; }
textarea.medium { height:10em; }
textarea.large { height:20em; }
/**** Errors ****/
form .error {
	background-color:#f00 !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	padding: 5px;
	margin-bottom: 1em;
}
form .error p {
	margin: 0;
	padding: 0;
	color: #fff;
}
label.required {
	color: #f00;
	font-weight:700;
}
span.required {
	float: none;
	display: inline;
	color: #f00;
	font-weight:700;
}
