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

#goodbox 
{
	display: none;
	position: absolute;
	top: 35%;
	left: 35%;
	width: 400px;
	height: 75px;
	padding: 48px;
	margin: 0;
	border: 1px solid #f1921c;
	background-color: white;
	z-index: 101;
	overflow: none;
	font-weight:bold;
}

#badbox 
{
	display: none;
	position: absolute;
	top: 35%;
	left: 35%;
	width: 400px;
	height: 85px;
	padding: 48px;
	margin: 0;
	border: 1px solid #f1921c;
	background-color: white;
	z-index: 101;
	overflow: none;
	font-weight:bold;
}

.boxtitle
{
	position: absolute;
	float: center;
	top: 0;
	left: 0;
	width: 496px;
	height: 24px;
	padding: 0;
	padding-top: 4px;
	left-padding: 8px;
	margin: 0;
	border-bottom: 4px solid #2F7483;
	background-color: #3eb8cf;
	color: white;
	text-align: center;
	font-size:16px;
	font-weight:bold;
}



