.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	display: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	width:100%;
}

.modal-backdrop{
	position: static;
}
.fancybox-skin1 {
	padding: 5px;
	background: none repeat scroll 0 0 #f9f9f9;
	color: #444;
	position: relative;
	text-shadow: none;
	border-radius: 15px;
}
#div_cfclosebtn
{
	position: absolute; 
    top:-13px;
	right:-12px;
	cursor:pointer;
}	
.modal-open {
#	overflow-x: hidden;
#	overflow-y: auto;
#    position: fixed;
}
body.modal-open { position: fixed; width: 100%; }
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.fade.in {
	opacity: 1;
}
.modal.in .modal-dialog {
	-webkit-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.modal-dialog {
#	width: 600px;
	margin: 30px auto;
	position:relative;
}
.modal-content {
	position: relative;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
	width:100%;
	height:100%;
}
#cfmodal {
  position: fixed;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  outline: 0;
  width:100%;
  z-index:99999999 !important;
}
.body-fixed {
    position: fixed;
    width: 100%;
}