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

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:350px;
	height:390px;
	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;
	margin:10px 15px 0 -10px;
}
#close {
	width:12px;
	height:18px;
	position: absolute;
	float:right;
	right:0px;
	top:0px;
	
	/*background:url(../images/close-btn.jpg) no-repeat right center;*/
}


.popupbox h3 {
    background: none repeat scroll 0 0 #45221F;
    border-radius: 7px 7px 0 0;
    color: #C69B6A;
     font: 400 20px/20px 'seagull_md_btmedium',sans-serif,georgia;
    margin: 0;
    padding: 7px 0 10px 15px;
}

.popup-tbl {
    color: #424344;
     font: 400 14px/13px 'seagull_md_btmedium',sans-serif,georgia;
    margin: 0;
    padding: 10px 10px 10px 20px;
}


.popup-tbl td {
    margin: 0;
    padding: 5px 0 10px;
}


.txtbox {
 background:#FBF8F4;
    border-radius: 3px;
    color: #424344;
     font: 400 13px/20px 'seagull_md_btmedium',sans-serif,georgia;
    margin: 0;
    padding: 5px 5px;
    width: 91%;
	border: 1px solid #E1CAAE;
}


.cal {
    background: url("../images/calender-icon.png") no-repeat scroll right center rgba(0, 0, 0, 0) !important;

}

.err-txt-box {
 background:#FBF8F4;
    border-radius: 3px;
    color: #424344;
     font: 400 13px/20px 'seagull_md_btmedium',sans-serif,georgia;
    margin: 0;
    padding: 5px 5px;
    width: 91%;
	border: 1px solid #cc0000;
}



.sb-btn {
    background: none repeat scroll 0 0 #460E00;
    border: 0 none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    font: 400 15px/16px 'Belleza',arial,sans-serif;
    margin: 0;
    padding: 6px 18px;
}





	