fieldset {
	border-width:4px 1px 1px 1px;
	border-style:double;
	margin:0.5em 2em;
	padding:0.5em 2em;
}
fieldset legend {
	padding:0 8px;
	font-weight:bold;
	font-size:120%;
}
fieldset legend .little {
	font-weight:normal;
	font-size:80%;
}

select option.green {
	background: #e6f8ea;
	color: #093;
}

.checkbox .chck {
	float:left;
	display:inline;
	cursor:pointer;
	width:11px;height:13px;overflow:hidden;
	background:none no-repeat 0 1px;
	margin-right:3px;
}
.checkbox .chck-0 {background-image:url('forms.checkbox-0.png');}
.checkbox .chck-1 {background-image:url('forms.checkbox-1.png');}
.checkbox span.label {cursor:pointer;}

dl {
	position: relative;
	width: 480px;
	clear: both;
}
dt {
	clear: both;
	float: left;
	width: 108px;
	text-align: right;
	margin: 2px 0;
	padding: 1px 3px;
}
dt label {
}
dd {
	float: left;
	position: relative;
	width: 360px;
	margin: 2px 0;
	padding: 1px 3px;
}
dd h3 {
	margin: 0;
}
dd div {
	padding:4px 0 4px 0;
}

.hint {
	display: none;
	position: absolute;
	left: 0;
	width: 240px;
	margin-top: -3px;
	border: 1px solid #c93;
	padding: 6px 12px;
	background: #ffc url('forms.hint-arrow.gif') no-repeat -10px 5px;
	color:#000;
	z-index:10;
	line-height:1.5em;
}
.hint .hint-pointer {
	position: absolute;
	left: -8px;
	top: 1px;
	width: 8px;
	height: 16px;
	background: url('forms.hint-arrow.gif') no-repeat left top;
}
.hint strong {
	display:block;
	margin-bottom:4px;
}
.hint a {
	color:#a00;
}
.hint a:hover {
	color:#a00;
	text-decoration:underline;
}
