
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;

}


#box 
{
	display: none;
	position: absolute;
	top: 750px;
	left: 30%;
	width: 250px;
	height: 50px;
	padding: 30px 10px;
	margin:0;
	border: 1px solid #00A4E9;
	background-color: white;
	z-index:101;
	overflow: none;
	color:#00A4E9;
}

#box input{
font-size:11px;
color:#666666;}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:270px;
	height:24px;
	margin-bottom:10px;
	background-color: #00A4E9;
	color:#FFFFFF;
	text-align:center;
}


