#warranty {
	visibility:hidden;
}

#filter
{
	display: none;
	position:absolute;
	top: 0%;
	left: 0%;
	height: 2500px;
	background-color:black;
	z-index:10;
	/* for IE */
	filter:alpha(opacity=50);
	/* CSS3 Standard */
	opacity:0.5;	
}

#box 
{
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	margin-left: -200px;	
	width: 400px;
	height: 320px;
	padding: 30px;
	border: 1 solid black;
	background-color: white;
	font-family:Arial;
	font-size:12px;
	z-index:101;
}

#boxtitle
{
	position:absolute;
	top:0;
	left:0;
	width:460px;
	height:24px;
	background-color: #09c;
	color:white;
	text-align:center;
	font-size:20px;
	z-index:100;
}


