.graybg
{
	/*background-color:#f4f4f3;*/
	height:auto;
	padding:5px;
}
.lightbg
{
	/*background-color:#ededed;*/
	height:auto;
	padding:5px;
}
.tbltxt
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:4px;
	width:20%;
	float:left;
}
.tbltxt1
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	width:37%;
	float:left;
	line-height:20px;
}
.formsec
{
	width:63%;
	float:left;
}
.mandatory
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#F00;
}
.heading
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:500;
	color:#1678B6;
}
.subheading
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#02364f;
}
.tbltxtbox
{
	height:24px;
	width:98%;
	/*width:200px;*/
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333px;
}
.tbltxtsmlbox
{
	width:98%;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333px;
}

.tbltxtsmlboxnew
{
	width:60%;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333px;
	float:left;
}
.tbltxtsmlboxnew1
{
	width:40%;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333px;
	float:left;
}
.tbltxtmidbox
{
	width:100%;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333px;
}
.tbltxtmidbox1
{
	width:82%;
	height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	color:#333px;
}
.submitbtn
{
	width:auto;
	height:auto;
	padding:5px;
	background-color:#218ECF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	border:none;
}

	
.leftlink
{
	height:60px;
	width:98%;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#333px;
}	


.clear
{
	height:1px;
	clear:both;
}
.totalcont
{
	height:auto;
	/*padding:5px;*/
	width:100%;
	background-color:#E8FAFF;
	border: solid 1px #268dd0;
	float:left;
}
@media(min-width:766px)
{
	.tbltxt
	{
		width:100%;
	}
}
@media(max-width:1024px)
{
.formsec
{
width:100%;
}
}