form label.checkbox-unchecked{
	background-image:url(../pics/layout/form-checkbox-double.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
form label.checkbox-checked{
	background-image:url(../pics/layout/form-checkbox-double.gif);
	background-position:0 -88px;
	background-repeat:no-repeat;
	padding-left:15px;
}
form label.radiobutton-unchecked{
	background-image:url(../pics/layout/form-radiobutton-double.gif);
	background-repeat:no-repeat;
	padding-left:15px;
}
form label.radiobutton-checked{
	background-image:url(../pics/layout/form-radiobutton-double.gif);
	background-position:0 -88px;
	background-repeat:no-repeat;
	padding-left:15px;
}
form label.selectboxlabel{
	display:block;
	width:60px;
	float:left;
}
form div.selectboxcontainer{
	position:relative;
	margin:0;
	padding:0;
	width:100px;
	float:left;
}
form div.selectboxcontainer strong{
	display:block;
	margin:0;
	padding:0;
	line-height:1.5em;
	clear:both;
	width:100%;
	border:1px solid #999999;
	background-image:url(../pics/layout/form-dropdown-back.gif);
	background-repeat:no-repeat;
	background-position:right;
}
div#content form div.selectboxcontainer ul{
	position:absolute;
	top:1.5em;
	left:-6px;
	-left:-5px;
	display:none;
	border:1px solid #999999;
	clear:both;
	width:100%;
	background-color:#FFFFFF;
}
div#content form div.selectboxcontainer ul.open{
	display:block;
}
div#content form div.selectboxcontainer ul li{
	list-style-type:none;
	margin:0;
	padding:0;
	line-height:1.5em;
	white-space:nowrap;
	width:100%;
}
div#content form div.selectboxcontainer ul li.over{
	background-color:#CCCCCC;
}