#background{
	background:gray;
	filter:alpha(opacity=70);
}



#popup{
	background:gray;
	z-index:5;
}
#title{
	margin:0px;
	background:#969696;	
}

.opt{
	margin:3px;
	padding:2px;
	width:240;
	font-weight:bold
}
#inner_box{
	background:#6699FF;	
}
#outer_box{
	position:absolute;
	top:0;
	left:0;
	width:250px;
	padding:5px;
	filter:shadow(color:gray,direction:225,strength:10);
	display:none;
	color:black;
}

.button{
	font-size:12;
	border:1px solid;
}

.textbox{
	background-color:#999999;
	border:1px solid;
	font-size:12px;
	color:white;
	border-color:black;
}

.text{
	font-size:10px;
	color:white;
	font-family:verdana;
	text-decoration:none;
	width:500;
}
