
#_mobLayerPopup{
	position: absolute;
	text-align: left;
	top:0px;
	left:0px;
}

#_mobLayerPopup ._box{	
	
	background: #fff;	
}

#_mobLayerPopup ._box .topTitle{

	background: url('/_cloud.cinefox.com/libs/css/images/layer_popup/layer_top_bg.png') repeat-x;
	height: 37px;
	border-bottom: solid #acacac 1px;	
	overflow:hidden; 
}

#_mobLayerPopup ._box .topTitle .titleTable{
	width: 100%;	
}

#_mobLayerPopup ._box .topTitle .titleTable .title{
	border-right: solid #bbbbbb 1px;
	background: url('/_m.cloud.cinefox.com/libs/css/images/layer_popup/layer_title_bg_logo_L.png') 12px 10px  no-repeat;
	background-size: 84px 16px;
}

#_mobLayerPopup ._box .topTitle .titleTable .security{
	margin-left: 110px;
}

#_mobLayerPopup ._box .topTitle .titleTable .security .securityTitle{
	font-size: 11px;
	color: #999;
	position: relative;
	top:-6px;
}

#_mobLayerPopup ._box .topTitle .closeButton{
	height: 38px;
	width: 40px;
	background: url('/_cloud.cinefox.com/libs/css/images/layer_popup/layer_close.png') 12px 10px  no-repeat;
	overflow: hidden;
	border-left: solid #fff 1px;
	cursor: pointer;
}

#_mobLayerPopup ._box ._viewBox{
	border: solid  #e6e6e6 1px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 0px 0px 3px 3px ; 
	min-height: 200px;
}


