﻿body
{
	 margin: 0px;
	 background-color: #DDEEFF;
	 color: #336699;
}
.main
{
	margin-top: 25px;
	margin-left:auto; 
	margin-right:auto; 
	width:500px;
	overflow: hidden;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}

.footer
{
	width: 100%;
	background-color: #6699CC;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	float: left;
	font-family: Verdana;
	font-size: 10px;
}

.title
{
	margin-bottom: 10px;
	font-size:16px;
	font-weight: bold;
}
.title2
{
	font-size:14px;
	font-weight: bold;
	font-style:italic;
}

.login 
{
	width: 500px;
	/*height: 140px;
	background-image: url("/Images/Login.png");*/
}

.href, .pwdforgot
{
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
}
.edittable
{
	border: 1px solid #AABBDD; 
	padding: 0;
	margin-top: 10px; 
	margin-bottom: 100px; 
	margin-left: auto; 
	margin-right: auto;
	border-radius: 4px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
}
.requiredField
{
     background-color: #FFEFEF !important;
}