#popup_window{
padding: 10px;
background: #267E8A;
cursor: pointer;
color: #FCFCFC;
margin: 0px 0px 0px 0px;
}
.popup-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
	background: url('fancybox_overlay.png');
    opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}
.overlay .popup-overlay {
    opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    left: 0;
}
.popup_desc {
    position: fixed;
	z-index: -9999;
}
.popup_desc .popup-body {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
    opacity: 0;
    min-height: 350px;
	height:auto;
    width: 850px;
	left:50%;
	margin-left:-425px;
	top:20px;
	border-radius:5px;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: relative;
    -moz-box-shadow: 1px 2px 10px 1px rgb(0, 0, 0, .60);
    -webkit-box-shadow: 1px 2px 10px 1px rgb(0, 0, 0, .60);
    box-shadow: 1px 2px 10px 1px rgb(0, 0, 0, .60);
    text-align: center;
	
}
#popup2 .popup-body {
	left:50%;
	margin-left: -450px;
	width:900px;	
	top:15px;
}
#popup2 .popup-body .popup-content {
	 font-size:15px;
	 padding: 0px 70px;
}
#popup2 .popup-body .popup-content p{
	text-align:center;	
}
#popup2 .popup-body .popup-content ul{
	margin:17px 86px;
	line-height:25px;
	text-align:left;
}
#popup2 .popup-body .popup-content img{
	width:61%;
	border:1px solid #ccc;
	padding:10px;	
}
.popup-overlay.visible, .popup-overlay.transitioning{
	z-index: 9999;
}
.popup-overlay.visible .popup-body {
    background: rgba(0, 0, 0, .60);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.popup_desc.visible, .popup_desc.transitioning {
    z-index: 9999;
}

.popup_desc.visible .popup-body {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.popup_desc .popup-exit {
	float:right;
    cursor: pointer;
    display: inline;
    width: 27px;
    height: 27px;
    background: url("../img/close.png") no-repeat;
	margin-right:20px;
	margin-top:-40px;
}
.topHolder .popup-exit{}
.popup_desc .popup-content {
    overflow-y: auto;
}
.popup-content .popup-title {
    /*font-size: 24px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;*/
	float:left;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-style:normal;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	margin-bottom:10px;
}
.popup-content img{
	width: 48%;
	padding: 5px;
	min-height: 250px;
	margin:10px 0px;	
}
.popup-content p {
	margin:10px 0px;
    font-size: 14px;
    text-align: justify;
	color:#313131;
}

.popup-body{
	margin:0px;
	padding:0px;
	height:100%;
}
.popup-body #topHolder, .popup-body #bottomHolder{
	background-color:#0f9dee;
	width:100%;
	height:50px;	
}
.popup-body #topHolder{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	color:#fff;
}
.popup-body #bottomHolder{
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	bottom:0px;
}
.popup-body #bottomHolder p{
    float: left;
	padding-top: 12px;
    padding-left: 19px;
	color:#fff;
	font-size:16px;
}
.popup-body #bottomHolder a{
	font-size:16px;
	color:#fff;
}
.popup-body #topHolder .popup-title{
font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
font-style: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
font-weight: bold;
margin-bottom: 10px;
padding-top:15px;
color:#fff;
}
.popup-body .popup-content{
	padding:0px 20px;	
}
