/* CSS Document */
#trigger {
	text-align:center;
}

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:400px;
	height:380px;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 10px #626262;
	-moz-box-shadow: 0px 0px 10px #626262;
	box-shadow: 0px 0px 10px #626262;
	background:#ffffff;
	padding:0px;
	border-radius:7px;
}
#fade { 
	display: none; /* Hidden as default */
	background: #dadada;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 9999;
}
#intabdiv {
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	
}
#intabdiv h2{
/*font-family: arial;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#5B743D;*/
/*	background:url(../images/border_bottom_content.png) bottom left repeat-x;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


#close img {
	text-decoration:none;
}
#close {
	width:30px;
	height:18px;
	position: absolute;
	float:right;
	right:0;
	top:10px;
	/*background:url(../images/close-btn.jpg) no-repeat right center;*/
}

.popupbox h3{background:#7a5d2d ;
font:400 24px/36px  'Lato', sans-serif;
margin:0px 0 0 0;
padding:0;
color:#ffffff;
padding:5px 10px;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;
border-bottom-left-radius:0px;}


.popup-tbl{
	text-align:left;
	margin:15px 7px 0px 7px;
	padding:0px 0px 0px 0px;}
	
.popup-tbl td{

padding:0px 0px 12px 0px;
color:#575757;
font:600 14px/20px  'Lato', sans-serif;	}

	.cal {
    background:#efefef url("../images/calendr-icon.png") no-repeat  right center ;
	border:1px solid #e5e5e5;
color:#4c4c4c;
font: 400 14px/16px 'Lato', sans-serif;
margin:0px 0px 0px 0px;
padding:6px 8px 6px 8px;
width:80%;

transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}

.popupbox .cal:focus, .input-box:hover{
background:#fcfcfc  url("../images/calendr-icon.png") no-repeat  right center;
border:1px solid #cdcdcd;

}
.popupbox .txtbox:focus, .input-box:hover{
background:#fcfcfc;
border:1px solid #cdcdcd;

}

.popupbox .txtbox{
background:#efefef;
border:1px solid #e5e5e5;
color:#4c4c4c;
font: 400 14px/16px 'Lato', sans-serif;
margin:0px 0px 0px 0px;
padding:6px 8px 6px 8px;
width:88%;

transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;
}


.err-txtbox{background:#efefef;
border:1px solid #b50101;
color:#4c4c4c;
font: 400 14px/16px 'Lato', sans-serif;
margin:0px 0px 0px 0px;
padding:8px 8px 8px 8px;
width:88%;

transition: background .25s ease-in-out;
-moz-transition: background .25s ease-in-out;
-webkit-transition: background .25s ease-in-out;}
.popupbox .txtbox:focus, .input-box:hover{
background:#fcfcfc;
border:1px solid #cdcdcd;
}

textarea.txtbox{
width:95%;}



.sb-btn{  background: none repeat scroll 0 0 #2B2525;
    border: 0 solid #000000;
   /* border-radius: 4px;*/
    box-shadow: 1px 1px 3px rgba(7, 56, 10, 0.5), 0 0 1px rgba(255, 255, 255, 0.7) inset;
    color: #FFFFFF;
    cursor: pointer;
    font-family:'Lato', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 10px;
    padding: 6px 10px;
    text-align: center;
    text-shadow: 0 1px 1px #5D5555;
    width: 130px;
	}
	



	