.btnSubmit {
	background-color: #5698cf;
	border: 1px solid #3279C0;
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
}

.login_title {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #3878CD;
	text-transform: capitalize;
}

.login {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
	margin-left: auto;
	margin-right: auto;
}

.lgnR3C1
{
    height: 44px;
    background-image: url(../Images/Login/00000001_r3_c5.jpg); 
    background-repeat:repeat-x;
    margin-bottom: 10px; 
    padding-bottom: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-transform: capitalize;
}

.lgnR1C1
{
    height: 73px;
    background-image: url(../Images/Login/00000001_r1_c5.jpg); 
    background-repeat:repeat-x; 
}


.developerBy
{
    height: 44px;
    margin-bottom: 10px; 
    padding-bottom: 10px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
}
input[type="text"] {
	font-family: arial;
	font-size: 12px;
	width:96px;
	border: 1px solid #3279C0;
	background-color:#F9F9F9;
	color: #3878CD;
}

input[type="password"] {
	font-family: Verdana;
	font-size: 12px;
	width:96px;
	border: 1px solid #3279C0;
	background-color:#F9F9F9;
}
input[type="select name"] {
	font-family: Verdana;
	font-size: 12px;
	width:96px;
	border: 1px solid #3279C0;
	background-color:#F9F9F9;
}
input[type="submit"]{
	font-weight: bold;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	width:96px;
	height:20px;
	border: 1px solid #3279C0;
	background-color:#5698cf;
	}

