#lwd_cal_pop_overlay {
	opacity: 0 !important;
}

#lwd_cal_pop_container {
	background: #F2F2F2;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #a4a4a4;
	min-height: 100px;
	
	-webkit-box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.2);
	box-shadow: 1px 5px 5px 3px rgba(0,0,0,0.2);
}

#lwd_cal_pop_inner {
	margin: 20px 25px 15px 25px;
}

#lwd_cal_pop_close_btn {
	margin: 22px 25px 0 0;
	cursor: pointer;
	position: absolute;
	right: -23px;
	top: -18px;
}


#lwd_cal_pop_loading {
	text-align: center;
	margin: 0 0 30px 0;
}
