@charset "UTF-8";
ol.forms {
	float: left;
	list-style: none;
	width: 520px;
}
ol.forms li {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	width: 90px;
	font-size: small;
	padding-bottom: 1em;
}
ol.forms input {
	font: inherit;
	width: 300px;
	padding-left: 5px;
	font-size: small;
	border: 1px solid #000;
	float: left;
	background-color: #999;
}
ol.forms textarea {
	font: inherit;
	width: 650px;
	padding-left: 5px;
	font-size: small;
	height: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-repeat: repeat;
	background-color: #999;
}
ol.forms li.grouping label {
	width: auto;
}
ol.forms li.grouping { margin-bottom: 0; }
ol.forms  li.grouping  ol { list-style: none; margin-left: 100px; }
ol.forms  li.grouping  ol  label {
	display: inline;
	float: none;
	font-weight: normal;
	margin: 0 0 0 10px;
	width: auto;
}
ol.forms  li.grouping  ol  input {
	width: auto;
	padding-left: 5px;
}
ol.forms li.grouping label { margin: 0; text-align: left; width: auto; }
ol.forms .help {
	color: #444;
	display: block;
	font-size: 0.923em;
	margin: 5px 0 0 0;
}
ol.forms span.required {
	color: #f00;
	font-size: 0.5em;
}
ol.forms .error {
	color: #f00;
	display: block;
	margin: 5px 0 0 120px;
	font-size: xx-small;
}
.checkbox {
	font-size: small;
	text-decoration: none;
	color: #555753;
}
#checkbox  {
	background-image: url(images/mail_form_send.gif);
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
	margin-left: 85px;
}
#submit {
	height: 30px;
	width: 160px;
	margin-top: 20px;
	margin-left: 170px;
	font-size: 12px;
	font-weight: bold;
	background-color: #1E1E1E;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	color: #9F9F95;
}

