#alarm 
{
	position:absolute;
	left: 0px;
	top: 0px;
	width: 580px;
	z-index: 5;
}


.main
{
	font-family: courier, courier new, mono;
	font-size: 12px;
	color: #003;
	line-height: 16px;
	text-decoration: none;
	padding: 0 0 0 5px;
}

.main h3
{
	font-family: courier, courier new, mono;
	font-size: 16px;
	color: #003;
	line-height: 16px;
	text-decoration: none;
	padding: 0 0 10px 0;
}

.mainform
{
	font-family:  courier, courier new, mono;
	font-size: 12px;
	color: #000;
	line-height: 22px;
	text-decoration: none;
	width: 180px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
}

.mainbt
{
	font-family: courier, courier new, mono;
	font-size: 12px;
	color: #003;
	text-decoration: none;
	width: 180px;
	background-color: #ddd;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	text-align: center;
}

.alert
{
	font-family: courier,courier new,mono;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	background-color: #900;
	text-align: center;

}
