html,body {
	width: 100%;
	height: 100%;
}

body {
    text-align: center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-x;
}

body th,td {
	font-size: 12px;
	color: white;
}

#login {
	text-align: right;
	background-image: url(images/login.gif);
	width: 100%;
	margin: 0px auto;
	height: 0px;
	padding-top: 550px;
}

#tab1 {
	margin-left:200px;
	float: left;
	text-align: center;
}

input {
	border: 1px solid #ccccff;
	color: #285B93;
	width: 60px;
	margin: 0px 0px 0px 2px;
}

#button {
	padding: 3px;
	float: left;
	text-align: right;
	margin-right: 5px;
}

#button a {
	margin: 0px 2px;
	float: left;
	display: block;
	background-image: url(images/an3_1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 0px 0px 0px 8px;
	height: 24px;
	text-decoration: none;
	color: #285B93;
}

#button a:hover {
	color: #0000cc;
}

#button span {
	float: left;
	display: block;
	margin: 0px 0px 0px 0px;
	background-image: url(images/an3_2.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 6px 8px 0px 0px;
	height: 24px;
	cursor: hand;
}