body {
	background-image:url('images/background.jpg');
	background-color:#92FFFF;
	background-repeat:repeat-x;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
}
body, td, a {
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#2655DE;
	line-height:21px;
}
h1 {
	font-size:16px;
	margin:7px;
}
form {
	margin:0px;
	padding:0px;
}
img {
	margin:0px;
	border:0px;
}
input.text {
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-image:url('images/text.jpg');
	background-repeat:repeat-x;
	_background-attachment:fixed;
	border:none 0px;
	height:23px;
	width:200px;
	margin-left:10px;
	margin-right:10px;
	padding:3px;
}
input.submit {
	text-align:center;
	text-decoration:underline;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color: #FFFFFF;
	background-image:url('images/submit.jpg');
	background-repeat:no-repeat;
	border:none 0px;
	height:23px;
	width:175px;
	margin-left:10px;
	margin-right:10px;
	padding:3px;
}
hr {
	border: 0;
	color:#2655DE;
	background-color:#2655DE;
	width:90%;
	height: 2px;
	margin:10px;
}
li {
	line-height:25px;
}



#overlay{
	background-color:#555;
	display:none;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:999;
}
#alert{
	background:#FFF;
	display:none;
	position:absolute;
	z-index:1000;
}
#alertHeader{
	background:#DDD;
	line-height:20px;
	text-align:right;
}
#alertMessage{
	padding:10px;
}