@charset "utf-8";
/* CSS Document */

form {
	margin-top: 1.5em;
	padding-bottom: 1em;
	width: 540px;
}
input.text {
	width: 180px;
}
legend span {
	margin-top: 0.2em;
	margin-left: 0.5em;
	position: relative;
	font: normal 110% Verdana, Arial, Helvetica, sans-serif;
}
fieldset {
	float: left;
	width: 100%;
	padding: 0;
	background: url(../images/nav/form_bg.jpg) repeat-x #F2EFE9;
	border: 1px solid #E0E0E0;
	clear: left;
	margin-bottom: 1.5em;
	position: relative;
}
legend {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 1em;
	padding: 0px;
	border: 1px none #FFFFFF;
}
fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}
label {
	float: left;
	width: 10em;
	margin-right: 1.5em;
	text-align: right;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
}
/*label strong {
	position: absolute;
	left: 31em;
	top: 0.5em;
	width: 12em;
	color: #CC0033;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: normal;
}*/
label strong img {
	position: absolute;
	left: -18.5em;
}
/*
[if IE]>
<style type="text/css">
legend
{
	position: relative;
	left: -7px;
	top: -0.75em;
}
fieldset ol
{
	padding-top: 0.25em;
}
</style>
<![endif]*/
