#shadowing
{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
	left: 0%;
	top: 0%;
}
#box 
{
	display: none;
	position: fixed;
	top: 10%;
	left: 30%;
width: 374px;
height: 450px;
	border: 1px solid #666666;
	background-color: white;
	z-index:10;
	overflow: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:374px;
	height:35px;
	padding-top:5px;
	left-padding:8px;
	border-bottom:4px solid #491005;
	background-color: #ccc;
	color:white;
	text-align:center;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
input,textarea 
{
	color:#000;
/*border-color:#333333;*/
background:#A5A5A5;
}