
body {
	font-size:12px;
	font-family:Arial;
	height:100%; 
}
#testdiv1  {
	position:absolute;
	visibility:hidden;
	background-color:#ddd;
	padding:5px;
	border:1px solid #aaa;
	
	font-family:Arial;
	height:510px;
	width:780px;

	z-index:999;
	/*
	filter:alpha(opacity=5); 
	-moz-opacity: .05; 
	opacity: .05; */
}
#testdiv1 table td {
	font-size:9px;
	vertical-align:top;
}

#testdiv1 p{
	margin-left:0;
}

#testdiv1 ul{
	margin-left:-40px;
	_margin-left:0;
	_margin-right:10px;
}
#testdiv1 ul li {
	list-style-type:none;
	list-style-image:none;
}

#background {
	width:100%;
	height:1000px;
	position:absolute;
	overflow:hidden;
	visibility:hidden;
	top:0;
	left:0;
	background-color:white;
	
	z-index:990;

	filter:alpha(opacity=75); 
	-moz-opacity: .75; 
	opacity: .75; 
	
}
@media all and (min-width: 0px){
	#background {
  	 background:inherit;
	}
}


