/* CSS Document */

body
{
	margin: 0; /* background-image:url(../LoginImages/body.gif); background-repeat:repeat-x;*/
}

#BGbody
{
	background-image: url(../LoginImages/login_body.gif);
	background-repeat: no-repeat;
	width: 371px;
	height: 119px;
}

#top
{
	background-image: url(../LoginImages/title_mid.gif);
	background-repeat: repeat-x;
	height: 24px;
}

#shadow
{
	background-image: url(../LoginImages/shadow.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	width: 371px;
}

#banner
{
	background-image: url(../LoginImages/login_head.gif);
	background-repeat: no-repeat;
	width: 371px;
	height: 86px;
}
#form
{
	background-image: url(../LoginImages/login_body.gif);
	background-repeat: no-repeat;
}

.title
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.caption
{
	color: #355985;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.txt
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #355985;
}
.txt a:link, .txt a:active, .txt a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #355985;
	text-decoration: none;
}
.txt a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.loginbutton
{
	width: 40px;
	height: 18px;
	background-color: #000000;
	background-image: url(../LoginImages/loginbtn.gif);
	background-repeat: repeat-x;
	border: none;
	font: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	float: left; /*background-image: url(../LoginImages/Button75X25.jpg);     color:White;     text-align:center;*/
}

.inputBox
{
	width: 122px;
	height: 16px;
	padding: 0;
	margin: 0 0 4px 5px; /*margin:5px 0 0 5px;*/
	border: 1px solid #000066;
}



