@charset "UTF-8";
ol.forms {
	list-style: none;
	padding-top: 100px;
	height: 580px;
	width: 500px;
	background-color: #F0F0E6;
}
ol.forms li {
	clear: left;
	margin: 0 0 0;
}
ol.forms label {
	cursor: text;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	width: 130px;
	color: #2B4675;
	font-size: small;
	padding-bottom: 1em;
}
ol.forms input {
	font: inherit;
	width: 260px;
	padding-left: 5px;
	font-size: small;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(images/mail_form_backgr_input.gif);
	background-repeat: no-repeat;
	background-color: #F0F0E6;
}
ol.forms textarea {
	font: inherit;
	width: 260px;
	padding-left: 0.5px;
	font-size: small;
	height: 150px;
	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-image: url(images/mail_form_backgr.gif);
	background-repeat: no-repeat;
	background-color: #F0F0E6;
}
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;
	padding-left: 2px;
}
ol.forms .error {
	color: #f00;
	display: block;
	font-size: xx-small;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 120px;
}
.checkbox {
	font-size: small;
	text-decoration: none;
	color: #555753;
}
#checkbox  {
	height: 10px;
	width: 10px;
	margin-left: 85px;
}
#submit {
	height: 18px;
	width: 50px;
	margin-top: 2em;
	font-size: small;
	margin-left: 140px;
	color: #2B4675;
	background-color: #F0F0E6;
}
.buttons {
	
	}
