

/* -------------------------------------------------------- */
/* ---- This section is dedicated for the LoginControl ---- */
/* -------------------------------------------------------- */
/* --------------------Start Section----------------------- */
.LoginMainTable {
	border: 0px dashed #C0C0C0;
	font-family: Droid Sans;
	width:450px;
}
.LoginTitle {
	font-weight: bold; 
	font-size: 15px; 
	vertical-align: top;
	color: #cfd6e3; 
	background-color: #cfd6e3;
	height:25px;vertical-align:middle;
}
.LoginInner {
	/*background-image: url(fhBg.gif); */
	vertical-align: top; 
	color: #002c5a; 
	background-repeat: repeat-x; 
	background-color:#cfd6e3;
}
.LoginLabel {
	font-size: 14px;
	height:25px;
}
.LoginTxt {
	border: solid 1px;
	font-size: 12px;
}
.LoginPwd {
	border: solid 1px;
	font-size: 12px;
	font-family: Wingdings
}
.LoginBtn {
	background-color: #6798c7;
	border: solid 1px #6798c7;
	font-weight: bold;
	color: #ffffff;
	font-size: 0.7em;
}
.LoginCheck {
	font-size: 12px;
}
.LoginErrorMsg {
	font-size: 12px;
	color: rgb(255,0,0);
	font-weight: bold;
	padding: 3px	
}
a.LoginLink, a.LoginLink:visited, a.LoginLink:link {
    color: #013DA4;
    font-size: 0.7em;
    text-decoration: none
}
a.LoginLink:Hover {
	color: #013DA4;
    font-size: 0.7em;
    text-decoration: underline
}
.Txt
{width: 200px !important;

    }

/* ----------------------End Section----------------------- */
