﻿body
{
    font-family: Tahoma;
}
.loginbanner
{
	background-image: url(../Images/login_bananas.jpg);
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.textfields 
{
	border: 1px solid #CCCCCC;
}
.textfieldsL
{
	border: 1px solid #CCCCCC;
}
.cells
{
	font-size: 11px;
	color: #6D9D0B;
	line-height: 20px;
}
.loginbutton
{
	color: #fff;
	font-size: 1.0em;
	padding: 4px 10px;
	background-color: #DFDFDF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-image: url(../Images/lock_24.gif);
	background-repeat: no-repeat;
	width: 80px;
	text-align: right;
}
body 
{
	background-image: url(../Images/bg.jpg);
}
.tabledata 
{
	border: 1px dotted #CCCCCC;
}
