body
{
	width:610px;
	font-family: 'Verdana';
	font-size: 14px;
}
.tableheader {
	background-color: #0094FF;
	color:white;
	font-weight:bold;
}
.tablerow {
	background-color: #BFE4FF;
	color:black;
	font-size: 13px;
}
.message {
	color: #333;
	border: #FF0000 1px solid;
	background: #FFE7E7;
	padding: 5px 20px;
}
.tablefooter {
	background-color: #0094FF;
	color:white;
	font-weight:bold;
	font-size: 11px;
	font-style: italic;
}

input[type=submit] {
    height: 2em;
	width: 8em;  
}

.tblLogin{
	margin-top : 2px;
}
