/* modal window styles */
div#modal_bg
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 200px;
	background-color: #333;
	filter: alpha(opacity:50);
	KHTMLOpacity: 0.5;
	MozOpacity: 0.5;
	opacity: 0.5;
}
div#modal
{
	display: none;
	position: absolute;
	top: 150px;
	z-index: 30;
	width: 750px;
	height: auto;
	background-color: #000;
	padding: 8px;
	text-align: left;
	overflow: hidden;
}
div#modal h1
{
	color: #ffffff;
	background-color: #f96f12;
	font-size: 108%;
	font-weight: bold;
	padding: 9px 20px;
	margin-bottom: 10px;
}
div#modal a#close_modal
{
	display: block;
	float: right;
	font-size: 70%;
	padding: 5px 0px;
}
div#modal fieldset
{
	padding: 14px 20px 0;
}
div#modal div.filters div.checkboxlist
{
	float: left;
	padding: 0;
	margin: 0;
}
div#modal fieldset legend
{
	color: #fff;
	font-size: 108%;
	font-weight: bold;
	padding: 14px 0 0 0;
}
div#modal div.submit
{
	padding: 0 20px 20px 0;
	margin: 0;
	width: 530px;
	float: left;
}
div#modal a.imgButton
{
	float: right;
}

/* filter modal styles */
div.optional
{
	clear: both;
	color: #aaaaaa;
	width: 352px;
	padding: 0;
	margin: 0;
}
div#modal div.optional
{
	width: 100%;
}
div.filters div.submit,
div#modal div.filters div.submit
{
	float: right;
	width: 410px;
}
div.filters input,
div.filters button
{
	width: auto;
	margin: 0 8px 0 0;
	clear: left;
	height: 1.4em;
	vertical-align: bottom;
}
div.filters .button
{
	height: auto;
	width: 82px;
	font-size: 90%;
}
div.filters div.checkboxlist label
{
	width: auto;
	padding: 0;
	margin: 0;
	clear: none;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
}