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

#bigbox {
	display : none;
	position : absolute;
	width : 100%;
	height : 100%;
	vertical-align: middle;
	top : 0px;
	left : 0px;
}

#box 
{
	display: none;
	position : relative;
	/*position: absolute;*/
	/*top: 20%;
	left: 20%;*/
	width: 420px;
	height: 420px;
	padding: 48px;
	top : 200px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:516px;
	height:24px;
	padding:0;
	padding-top:6px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #224F78;
	background-color: #3C6388;
	color:white;
	font-size : 10pt;
	font-style : italic;
	font-family : Georgia, Arial, Times;
	font-weight : bold;
	text-align:center;
}

#box label {
	display: block;
	padding-bottom: 22px;
	font-size: 12px;
}
#box label b{
	color: #721821;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
}
#box table {
	width : 100%;
	border : 0;
	padding : 0;
	margin : 0;
}
#box table td.col1, #box table td.col3 {
	width : 48%;
}
#box table td.col2 {
	width : 4%;
}

#box table input.notbutton, #box input.notbutton, #box textarea {
	width : 100%; 
}





