/******  for  sigin popup start   ******/
.mainDiv {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	height:auto;
	overflow:hidden;
}
input{ font-size:12px;}
.divTable {
	text-align: left;
	float: left;
	font-size: 13px;
	background-color: #C9C9C9;
	border-radius: 5px;
	padding: 5px;
	width: auto;
	margin: 0px auto;
	height:auto;
}
.divRow {
	width: 95%;
	background: url('../images/Sign-Inbg.jpg') repeat-x scroll 0% 0% transparent;
	padding: 5px;
	display: table;
	height: 280px;
}
.divCell {
	float: left;/*fix for  buggy browsers*/
	display: table-column;
	width: 300px;
	padding: 8px;
}
.divCell {
	float: left;
	display: table;
	width: 200px;
	padding: 8px;
	background-color: #D2D2D2;
	height: 265px;
	border: 1px solid #B2B2B2;
}
.div2 {
	display: table;
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 31px;
}
.div2-cell1 {
	float: left;
	display: table-cell;
	width: 120px;
	padding-top: 3px;
}
.div2-cell2 {
	float: left;
	display: table-cell;
	width: 360px;
}
.div2-cell2 input {
	width: 250px;
	height:30px;
}
.div2-cell3 {
	float: left;
	display: table-cell;
	width: 100px;
	padding-top: 3px;
}
.div2-cell4 {
	float: left;
	display: table-cell;
	width: 300px;
}
.text-box {
	height: 27px;
	font-size: 13px;
	color: #757575;
	border: 1px solid #A5A5A5;
	padding: 5px;
	width: 300px;
	margin: 0px;
}
.textarea-box {
	height: 80px;
	font-size: 13px;
	color: #757575;
	border: 1px solid #A5A5A5;
	padding: 5px;
	width: 300px;
	margin: 0px;
}
.blue-Button {
	color: #FFF;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	width: 37%;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 5px 0px;
	font-size: 18px;
	margin-left: 100px;
	background: #10396a;
	border: none !important;
}
.blue-Button:hover {
	background: #052245;
}
.h2-hed {
    margin-bottom: 20px;
    color: #1F1F1F;
    font-size: 16px;
}
h3{
 color:#1f1f1f;}

 @media screen and (-webkit-min-device-pixel-ratio:0) { .fancybox-inner { height:312px!important; }}

/******  for signin popup end   ******/

