.cB, .catBox{
    display:none;
    z-index:90001;
    position: absolute;
    top:100px;
    left:50%;
    background: white;
    opacity:1;
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.25);
    width: 664px;
}
#cB-layer,.cB-layer{
    display: none;
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    background: url('bodybg.png');
    
    z-index:90000;

}

.cB-box-close{
    cursor:pointer;
    position: absolute;
    top:6px;
    right:6px;
    background: url('close-box.svg') 0 0 no-repeat transparent;
    width:24px;
    height:24px;
}

.cB-box-content{
	/*
	height:380px;
    overflow:scroll;
    */
}

.cB-box-content .box-head{
	height: 38px;
	line-height: 37px;
	background: #074f93;
	text-align: left;
	color: white;
	padding-left: 13px;
	font-size: 16px;
}

.cB-box-buttons{
    position: absolute;
    bottom:20px;
    width:100%;
    height:20px;
}

.cb-btn{
    cursor: pointer;
    display:inline-block;
    border:1px solid gray;
    border-radius:3px;
    background: url('box-bg.png') 0 0 repeat-x white;
    float: right;
    margin-right: 20px;
    padding:0px 10px 0px 10px;
}

.cb-btn-ok, .cb-btn-abort{
    cursor: pointer;
    width:100px;
    border:1px solid gray;
    border-radius:3px;
    position: absolute;
    bottom:20px;
    left:50%;
    text-align: center;
    background: url('box-bg.png') 0 0 repeat-x white;
}
.cb-btn-ok{
    margin-left:-115px;
}
.cb-btn-abort{
    margin-left:15px;
}


.box-content{
    padding:10px;
    text-align: left;
}

.box-content h3{
	border-bottom: 1px dotted #074F93;
	color: #074F93;
    margin: 0px;
    font-size: 11px;
    line-height: 1.5;
}
#xajax-filter-description, .box-content p{
    font-size: 11px;
    line-height: 1.5;
    margin: 10px;
    padding: 2px 0;
    overflow: hidden;
}
.box-content div *{
	font-size: 11px;
}
.box-content h1{
	color: #074F93;
    margin: 0px;
    font-size: 13px;
}

.cB-close{
	cursor: pointer;
}