
#filter
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #CCC;
	z-index:10;
	opacity:0.5;
	filter: alpha(opacity=50);
}


#boxbackground
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:101;
	overflow: none;
	text-align: center;
	vertical-align: middle;
}

#box
{
	width: 350px;
	height: 180px;
	margin: 200px auto;
	border: 1px solid black;
	background-color: white;
}

#boxtitle
{
	width: 350px;
	height: 20px;
	padding: 3px 0;
	color: white;
  background-color: #369;
  background: url(navi_bg.gif) repeat;
	text-align: center;
}

#boxcontent
{
	width: 350px;
	height: 140px;
	padding: 20px 10px;
	font-size: 0.8em;
	text-align: left;
}

#boxcontent input {
  margin-right: 20px;
  float: right;
}



