
#quickfilter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#quickbox 
{
	display: none;
	position: absolute;
	top: 58%;
	left: 5%;
	width: 220px;
	height: 160px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	overflow: none;
}

#quickboxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:220px;
	height:18px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #000;
	background-color: #555555;
	color:white;
	z-index:101;
	text-align:center;
}
.button
{   
    font-family:Tahoma;
    font-size:8pt;
	font-weight:bold;
    color: #000000; 
	cursor: hand; 
	border: 1px solid #808080; 
	background:  url('../images/Button_Back.gif') center; 
	padding:1px;
	
	height:25px;
	cursor:pointer
}

