#myForm {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	border: 1px solid #ccc;
	text-align: left;
	width: 100%;
}
form.contact_form {
	margin:20px 20px 0;
	padding:0 0 20px;
}
/**** Form Section ****/
form ul {
	list-style-type:none !important;
	margin:0;
	padding:0;
	width:100%;
}
form li {
	display: block;
	list-style-type:none !important;
	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-top: 10px;
}
form li div 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[class] { display:block; }
/**** 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 {
	border-bottom:1px solid #ddd;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-top:1px solid #7c7c7c;
	color:#333;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}
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:#FFDFDF !important;
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
	padding: 5px;
}
form .error p {
	margin: 0;
	padding: 0;
}
form .required {
	color:red;
	float:none;
	font-weight:700;
}
