@charset "UTF-8";
/* CSS Document */

form {
	width: 201px;
	margin: 5px 10px 10px 10px;
	padding: 0;
	}
form fieldset {
	border: none;
	margin: 0;
	padding: 0;
	}
form label{
	line-height: 12px;
	font-size: 12px;
	padding: 4px 0 2px 4px;
	display: block;
	width: 196px;
	clear: both;
	}
form input {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 2px;
	cursor: text;
	width: 194px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #333;
	display: block;
	clear: both;
	}
form textarea {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 2px;
	cursor: text;
	width: 194px;
	height: 50px;
	color: #FFF;
	background-color: #000;
	border: 1px solid #333;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;	
	}
form .submit {
	font-size: 12px;
	line-height: 12px;	
	cursor: pointer;
	margin: 0;
	width: 200px;
	color: #000;
	font-weight: bold;	
	text-align: center;
	background-color: #669999;
	margin-top: 8px;
	padding: 4px;
	height: 30px;
	}
form .submit:hover {
	color: #000;
	background-color: #FFF;
	}
form label.field-people{
	width: 91px;
	float: left;
	clear: none;
}
form label.field-date{
	width: 91px;
	margin-right: 10px;
	float: left;
	clear: none;
}
form input.field-people{
	width: 89px;
	float: left;
	clear: none;
}
form input.field-date{
	width: 89px;
	margin-right: 10px;
	float: left;
	clear: none;
}
#myform_errorloc{
	z-index: 100;
	background-color:#669999; 
	}
.error_strings {
	line-height: 12px;
	font-size: 12px;
	list-style: none;
	}
#myform_errorloc ul{
	margin: 10px;
	padding: 10px;
	}	
#myform_errorloc ul li{
	margin: 0px;
	padding: 3px 0;
	list-style: none;
	color: #000;
	}
