/* CSS Document */

.topLineLa{background-color:#f5a647;
height:5px;
}
.gyandeepText{
font-size:12px;
padding-left:10px;
color:#1f3456;
padding-right:5px;
width:60px;
text-align:left;
}
.Text{
font-size:12px;
color:#1f3456;
width:2px;
}
	.LabelText
{
	font-weight: normal;
	color: #525252;
	font-size: 12px;
	font-family: Tahoma;
	text-align:right;
	padding-right: 15px;
	}

.box 
{ height:15px;
width:200px;
margin-left:10px;

	background-color: #ffffff;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	color: #525252;
	border:#666666 solid 1px;
}
.gyandeepButton{ background-image:url(../Images/LoginBut.jpg);
height:20px;
cursor:hand;
width:43px;
font-size:12px;
color:#ffffff;
border:0px;
text-align:center;
}
.gyandeepButton:hover{ background-image:url(../Images/LoginBut_m.jpg);
height:20px;
cursor:hand;
width:43px;
font-size:12px;
color:#ffffff;
border:0px;
}
.errorText{font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-left:15px;
color:#bc200d;
text-align:center;
}
.tableBorder {border-bottom:#e5b3f0 solid 1px;
border-right:#e5b3f0 solid 1px;
background-image:url(../Images/loginBg.jpg);
background-repeat:repeat-x;
height:156px;
}