
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#box 
{
display: none;
position: fixed;
top: 5%;
left: 1%;
width: 17%;
height: 430px;
padding: 20px;
color:#000;
margin:0;
border: 1px solid white;
background-color: white;
z-index:101;
overflow: auto;
}
.input, .select, .textarea{
border: 1px solid #000;
background-color:#000;
color:red;
padding: 3px;
}
input.text{
background-color:#000;
font-color: #FF0000;
border: 1px solid #000;
color: #000000;
padding: 3px;

}

form{
font-size: 11px;
font-family: Verdana, Arial;
font-color: #FF0000;
}
