#cssAlert_background
{
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: black;
	opacity: 0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

#cssAlert_confirm
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 150px;
	display: none;
	background-color: white;
	margin-left: -150px;
	margin-top: -75px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
}

#cssAlert_alert
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 150px;
	display: none;
	background-color: white;
	margin-left: -150px;
	margin-top: -75px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
}

#cssAlert_prompt
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 300px;
	height: 150px;
	display: none;
	background-color: white;
	margin-left: -150px;
	margin-top: -75px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #000000;
}
