#login {
	background-color: #D3DCE3;
	position: absolute;
	height: 116px;
	width: 200px;
	visibility: visible;
	z-index: 3;
	left: 50%;
	top: 180px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #053867;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #053867;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #053867;
	margin-left: -100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #053867;
}
#login table {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}
#logo {
	background-image: url(../images/banner.gif);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	visibility: visible;
	z-index: 2;
	height: 140px;
	width: 370px;
	margin-left: -185px;
	left: 50%;
	top: 15px;
}
#all {
	position: absolute;
	visibility: visible;
	z-index: 1;
	height: 400px;
	width: 400px;
	margin-left: -200px;
	left: 50%;
	border: 1px solid #2965AD;
}
