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

fieldset {
	color: #000000;
	margin-top: 18px;
	margin-right: 12px;
	margin-bottom: 0em;
	margin-left: 12px;
	background-image: url(../images/form-grad.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 6;
	padding-right: 6;
	padding-bottom: 0;
	padding-left: 6;
	border: 1px solid #999999;
}
legend {
	margin-left: 12px;
	color: #333333;
	font-weight: bold;
	left: 0px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 0px;
	top: 12px;
	margin-top: 0px;
	margin-right: 25px;
	text-align: left;
	line-height: 100%;
	padding: 0;
}

fieldset ol {
	list-style: none;
	padding: 0em;
	margin-left: 2px;
	margin-bottom: 8px;
	margin-top: 8px;
}
fieldset li {
	padding-bottom: 0.5em;
	margin-top: 2px;
	margin-bottom: 6px;
}
fieldset.submit {
	background-color: #FFF;
	float: none;
	padding-left: 4em;
	background-color: transparent;
	background-image: none;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	margin: 0px;
}
label {
	float: left;
	width: 10em;
	margin-right: 8px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

