﻿body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	background: #DBE2EA url(../GFX/backgrounds/body_bg.gif) repeat-x;
}

.logintext
{
	font-family: "Arial" , Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.loginimage
{
	background-image: url(../GFX/icons/login_bg.gif);
	background-repeat: no-repeat;
	height: 118px;
	width: 260px;
	top: 0px;
	position: absolute;
	vertical-align: top;
}
.expandimage
{
	background-image: url(../GFX/icons/blue_bg.gif);
	background-repeat: repeat-y;
	height: auto;
	width: 260px;
	vertical-align: top;
}
.footerimage
{
	background-image: url(../GFX/icons/footer_bg.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 34px;
}
.TextBox
{
	width: 100px;
	height: 15px;
	border: 1px solid #3399FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.button
{
	height: 20px;
	border: 1px solid #ccccc;
	font: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#loginpart
{
	width: 256px;
	position: relative;
	margin: auto auto;
	top: 175px;
	left: 0px;
}

#loginlayer
{
	position: absolute;
	left: -40px;
	top: 25px;
	width: 400px;
	height: auto;
	z-index: 1;
}
.loginlayertable
{
	width: 100%;
	border: 0px;
}
.loginimagetable
{
	width: 265px;
	border: 0px;
}
#Messagelayer
{
	width: 256px;
	position: relative;
	margin: auto auto;
	top: 145px;
	left: 0px;
}
.ChangePasswordfooterimage
{
	background-image: url(../GFX/icons/footer_bg.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 34px;
}
