/* Form ----------------------------------------*/
#myForm {
	font-family:\"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;
	text-align:left;
	width:100%;
}
form h2 {
	font-size: 1.4em;
	line-height: 1.4em;
}
form.contact_form {
	margin:20px 20px 0;
	padding:0 0 20px;
}
/**** Form Section ****/
form ul {
	font-size:100%;
	list-style-type:none;
	list-style-image: none;
	margin:0 !important;
	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;
}
form label {
	float:left;
	padding-right:1.5em;
	text-align:right;
	width:130px;
}
.buttons:after {
	clear:both;
	content:\".\";
	display:block;
	height:0;
	visibility:hidden;
}
.buttons {
	clear:both;
	display:block;
	margin-top:10px;
}
* html form li { height:1%; }
* html .buttons { height:1%; }
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 {
	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:\"Lucida Grande\", Tahoma, Arial, Verdana, sans-serif;
	font-size:100%;
	margin:0;
	width:99%;
}
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;
}
select.select[class] {
	margin:0;
	padding:1px 0;
}
*:first-child+html select.select[class] { margin:1px 0; }
.safari select.select {
	font-size:120% !important;
	margin-bottom:1px;
}
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; }
form li input, form li select, form li textarea { margin-left: 1em; }
#currentshivvers_list { width: 300px; }
#currentshivvers_list li {
	float: left;
	margin-left: 0;
}
form ul ul li { margin-left: 10.1em; }
/**** 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;
}
