
#filter
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	
}


#box 
{
	display: none;
	position: fixed;
	top: 20%;
	left: 35%;
	width: 450px;
	height: 130px;
	padding: 10px;
	margin:0;
	background: url("../images/contnt-bg.jpg") repeat scroll left rgba(0, 0, 0, 0) ;
	background-repeat: no-repeat;
	z-index:101;
	overflow: none;
	
}
#box input[type=submit], #box input[type=button] {
    background: url(../images/sign.png) no-repeat;
    border: none;
    color: #fff;
    height: 25px;
    width: 65px;
}
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	height:45px;
	line-height: 45px;
	padding:0;
	padding-left: 10px;
	background-repeat: no-repeat;
	color:white;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	width: 450px;
	color:#000000;
}

