.form1 * {
	padding: 0;
	margin: 0;
}
.form1 {
	margin: 20px;
	border: #eee 1px solid;
	padding: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.form1 fieldset {
	margin-bottom: 10px;
}
.form1 fieldset div {
	clear: both; 
	margin: 5px 0px;
	position: relative;
}
.form1 legend {
	font-size: 14px; 
	color: #1955b3;
	font-weight: bold;
}
.form1 legend span {
	width: 160px; 
	text-align: right;
}
.form1 label {
	float: left; 
	width: 160px; 
	margin-right: 10px; 
	text-align: right;
}
.form1 .radio {
	position: relative;
}
.form1 .radio fieldset {
	padding-left: 170px; 
	width: auto; 
	border: none; 
	padding-top: 1px; 
}
.form1 .radio legend {
	font-size: 11px; 
	font-weight: normal;
	color: #000000;
}
.form1 .radio legend span {
	display: block; 
	left: 0px; 
	width: 160px; 
	position: absolute; 
	top: 1px;
}
.form1 .radio label {
	display: inline; 
	background: none transparent scroll repeat 0% 0%; 
	float: none; 
	vertical-align: middle; 
	width: auto; 
	border: none;
}
.form1 .radio input {
	display: inline; 
	background: none transparent scroll repeat 0% 0%; 
	float: none; 
	vertical-align: middle; 
	width: auto; 
	border: none;
	margin-right: 5px;
}
.form1 .radio div {
	clear: none; 
	float: left; white-space: nowrap;
	margin: 0;
}
.form1 input {
	border-right: #ddd 1px solid; 
	padding-right: 0.15em; 
	border-top: #ddd 1px solid; 
	padding-left: 0.15em; 
	background: #fafafa; 
	padding-bottom: 0.15em; 
	font: bold 0.95em arial, sans-serif; 
	border-left: #ddd 1px solid; 
	width: 10em; 
	padding-top: 0.15em; 
	border-bottom: #ddd 1px solid; 
	-moz-border-radius: 0.4em; 
	-khtml-border-radius: 0.4em;
}
.form1 input:hover {
	border-left-color: #c5c5c5; 
	background: #f6f6f6; 
	border-bottom-color: #c5c5c5; 
	border-top-color: #c5c5c5; 
	border-right-color: #c5c5c5;
}
.form1 input:focus {
	border-left-color: #c5c5c5; 
	background: #f6f6f6; 
	border-bottom-color: #c5c5c5; 
	border-top-color: #c5c5c5; 
	border-right-color: #c5c5c5;
}


.form1 fieldset div span.help {
	display: none;
}
.form1 fieldset div:hover span.help {
	left: 300px;
	margin-right: 20px;
	display: block;
	position: absolute;
	top: -5px;
	z-index: 100;
	background-color: #ffe28a;
	border: #FF0000 1px dotted;
	padding: 5px;
	max-width: 50%;
}
.form1 * html fieldset div span.help {
	display: block;
}

.form1 #button {
	margin-top: 10px;
}
.form1 .error {
	left: 300px;
	top: 0px;
	display: inline;
	position: absolute;
	color: #FF0000;
	padding: 2px;
	font-size: 10px;
}

