#alert
{
	position: absolute;
	left: 50%;
	margin-top: 20%;
	padding-left: -200px;
	float: left;
	width: 400px;
	display: none;
	z-index: 1000;
}
.shadow
{
	filter: alpha(opacity: 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
}
#alert table
{
	position: absolute;
	left: -200px;
	font-size: 1px;
	border: 0px;
	float: left;
	width: 400px;
}
#alert table img
{
	float: left;
	_float: none;
}
#alert table td, #alert table tr, #alert table
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#alert table #top
{
 border-top: 1px solid black;
	background-color: #ffdd7f;
	height: 1px;
	width: 1000%;
}
#alert table #name
{
 font-size: 14px;
	background-color: #ffdd7f;
	border: 1px solid black;
	border-top: 0px;
	text-align: center;
}
#alert table #rightTop down
{
	height: 100px;
	width: 7px;
	background-color: red;
}
#alert table #text
{
 font-size: 14px;
	background-color: #fdf5e3;
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	text-align: center;
 height: 100px;
}
#alert table #input
{
 font-size: 14px;
	background-color: #fdf5e3;
	border: 1px solid black;
	border-bottom: 0px;
	border-top: 0px;
	text-align: center;
}
#alert table #bottom
{
	border-bottom: 1px solid black;
	background-color: #fdf5e3;
	width: 400px;
	height: 1px;
}

#alert table #shadow img
{
	_float: left;
	_margin-right: -3px;
}
#alert table #shadow div
{
	float: left;
	height: 9px;
	background-color: gray;
	width: 382px;
	_width: 379px;
}

#alert table h3
{
	margin: 2px;
	font-family: arial;
	background-color: #ffdd7f;
}
#alert table p
{
	margin: 10px;
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
}

