.bcx_container.bcx_overlay{
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
	z-index:2147483645;
}	
	
.bouncex_lightbox{
	position:relative;
	width:100%;
	height:100%;
	z-index:2147483645;
}

.bouncex_header_top,.bouncex_header_bottom,.bcx_container.bcx_overlay{
	position:fixed;
	filter:inherit;/*ie8 transparency fix?   */
}

.bouncex_header_top,.bouncex_header_bottom{
	width:100%;
	z-index:2147483644;
}

#bcx_power{
	position:absolute;
	bottom:20px;
	left:20px;
	z-index:2147483646;
	color:#fff !important;
}

#bcx_power a {
	color: #ffffff !important;
	font-size: 15px;
	font-family: 'Segoe UI','Open Sans','Helvetica Neue',Helvetica, Arial;
	text-decoration: none;
}

#bcx_power a span {
	color: #fff !important;
	font-size: 15px;
	font-family: 'Segoe UI','Open Sans','Helvetica Neue',Helvetica, Arial;
	text-decoration: none;
}


	#bcx_power a span{
		text-decoration:underline;
	}

.bouncex_header_top{
	top:0;
}

.bouncex_header_top, .bouncex_header_bottom{
	left:0;
}
	.bouncex_header_top.bcx_middle, .bouncex_header_bottom.bcx_middle{
		top:50%;
	}
	.bouncex_header_top.right, .bouncex_header_bottom.right{
		right:0;
		left:auto;
	}
	.bouncex_header_top.center .bcx_inner, .bouncex_header_bottom.center .bcx_inner{
		margin: 0 auto;
	}
	.bouncex_header_top.left_content,.bouncex_header_bottom.right_content,.bouncex_header_bottom.left_content,.bouncex_header_top.right_content{
		left:50%;
		right:auto;
	}
.bouncex_middle{
	position:fixed;
	top:50%;
	left:50%;
	z-index:2147483645;
}

.bouncex_header_bottom{
	bottom:0;
}


a.bouncex_close{ 
	width:34px;
	height:34px;
	display:block;
	
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2147483647;
	background: transparent url("/assets/global/images/close.png") no-repeat 0 0;
}

.bouncex_close{
	margin: -25px;
}
	.bcx_close_overlay{
		margin:-15px;
	}

	a.bouncex_close.size_75{
		width:26px;
		height:26px;
		background-image: url("/assets/global/images/close75.png");
	}
	
	a.bouncex_close.size_50{
		width:17px;
		height:17px;
		background-image: url("/assets/global/images/close50.png");
	}
	
	a.bouncex_close.size_100{
	
	}
	
	a.bouncex_close.size_150{
		width:51px;
		height:51px;
		background-image: url("/assets/global/images/close150.png");
	}
	
	a.bouncex_close.size_200{
		width:68px;
		height:68px;
		background-image: url("/assets/global/images/close200.png");
	}

	a.bouncex_close.bcx_close_header_top,a.bouncex_close.bcx_close_header_bottom{
		top:5px;
		right:5px;
		margin:0;
	
	}

	a.bouncex_close.bcx_close_overlay.top_left,a.bouncex_close.bcx_close_header_top.left, a.bouncex_close.bcx_close_header_bottom.left,a.bouncex_close.bcx_close_header_top.left_content,a.bouncex_close.bcx_close_header_bottom.left_content{
		left:5px;
	}
.bcx_container{
	display:none;
}
	.bcx_container img, .bcx_container a{
		border:0 none;
	}
	.bcx_container .bcx_inner{
		position:relative;
		width:100%;
		height:100%;
	}
		.bcx_container .bcx_inner .bcx_ie_fix{
			position:absolute;
			top:0;
			left:0;
			width:100%;
			height:10px;
			z-index:3;
			background-image:url(about:blank);
			display:block;
			/*display:block \20;*/
		}
	.bcx_container .bcx_inner iframe{
		overflow:hidden;
		z-index:1;
			top:0;
			left:0;
			width:100%;
			height:100%;
			position:absolute;
		
	}

/*form*/
.bcx_container.bcx_overlay form,.bcx_container.bcx_overlay input,.bcx_container.bcx_overlay select,.bcx_container.bcx_overlay button{
	margin:0;
	padding:0;
	border:none;
	background:none;
}

.bouncex_abs_error{
	position:absolute;
	color:#ff1919;
	z-index:999999;
	font-size:12px;
	font-style: normal;
	font-family: sans-serif;
	font-weight: 500;
}	

.bcx_container iframe{
	width: 100%!important;
	height: 100%!important;
	padding: 0!important;
}

/*iframe*/

#bcx_frame_body{
	margin:0;padding:0;overflow:hidden;
}
	#bcx_frame_body img,#bcx_frame_body a{
		border:none;
	}
	/*form 2.0*/
	#bcx_form .wmode{
		height:100%;
		width:100%;
		position:relative;
	}	
	#bcx_form .wmode.wafter{
		
		display:none;
	}
	.bcx_el.dd select option:hover{
		background-color:#eee!important;
	}
	.bcx_el input:focus{
		outline:none;
	}
