﻿body
{
    font-family: Tahoma;
    background-color : Black;
}
.loginbanner
{
	background-image: url(../Images/login_demonstr8.jpg);
	height: 150px;
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-color : Black;
}
.textfields 
{
	border: 1px solid #CCCCCC;
	width:195px;
}
.cells
{
	font-size: 14px;
	color:White;
	background-color:Gray;
	line-height: 20px;
}
.loginbutton
{
	/*color: #fff;*/
	color:Black;
	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;
}
.sendbutton
{
	/*color: #fff;*/
	color:Black;
	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/reply.gif);
	background-repeat: no-repeat;
	width: 80px;
	text-align: right;
}
.tabledata 
{
	/*border: 1px dotted #CCCCCC;*/
	/*background-color : Black;*/
}
