body {
	margin: 0px;
	padding: 0px;
	background-color: #DED2B8;
	background-image: url(images/bg_tile.gif);
}

table.login_full_table {
	background-image: url(images/login_bg.gif);
	background-color: #FFFFFF;
}

td {
	color:#333333;
	font-family: arial, helvetica;
	font-size:9pt;
}

td.login {
	text-align: left;
	background-image: url(images/inputs_bg.gif);
	background-color: #FFFFFF;
	width: 199px;
}

td.username {
	text-align: left;
	background-image: url(images/username_bg.gif);
	background-color: #FFFFFF;
	width: 122px;
}

td.login_full {
	text-align: center;
	background-image: url(images/login_bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: #FFFFFF;
	width: 321px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.error {
	font-weight: bold;
	color: #AA0000;
}

input.login {
	margin-top: 5px;
	background-color: #35b8cb;
	border: 1px solid #1c768c;
	color: #600;
	font-weight: bold;
	padding: 2px;
	width: 150px;
}

a {
	color:#D81248;
	font-family: arial, helvetica; 
	font-size:9pt; 
	font-weight:bold;
}

a:hover {
	color:#2590A0;
}

a.login, a:hover.login {
	color: #FFFFFF;
	font-family: arial, helvetica; 
	font-size:9pt; 
	font-weight:bold;
}


