@charset "UTF-8";
ol.forms {
	float: left;
	list-style: none;
	width: 100%;
}
ol.forms li {
	clear: both;
	float: left;
	margin: 0 0 0;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: normal;
	margin: 0;
	width: 90px;
	color: #555753;
	font-size: small;
	padding-bottom: 1em;
}
ol.forms input {
	font: inherit;
	width: 260px;
	padding-left: 5px;
	font-size: small;
	background-image: url(images/mail_form_backgr_input.gif);
	background-repeat: no-repeat;
	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;
}
ol.forms textarea {
	font: inherit;
	width: 260px;
	padding-left: 0.5px;
	font-size: small;
	height: 150px;
	background-image: url(images/mail_form_backgr.gif);
	background-repeat: no-repeat;
	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;
}
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 {
	background-image: url(images/mail_form_send.gif);
	background-repeat: no-repeat;
	height: 18px;
	width: 50px;
	margin-top: 2em;
	margin-left: 100px;
	font-size: smaller;
	color: #555753;
}
