body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	text-align: center;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #333;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
tr td {
	padding: 5px;
}
#txtUserName {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 170px;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #333;
}
#txtPassword {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	width: 170px;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #333;
}
#submit {
	margin-top: 5px;
}

.login {
	background-color: #eee;
	padding: 0px;
	width: 340px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/login-bg.png);
	background-repeat: repeat-y;
	display: none;
}
.login-top {
	background-image: url(../images/login-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.login-bottom {
	background-image: url(../images/login-bottom.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 35px;
}
.error {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #C00;
}
