#cee_box {
    background-color:#fff;

	xborder:1px solid #3b3d40;
	border:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*
   -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	*/
}

#cee_count {
    font:10px Helvetica, sans-serif;
    -moz-opacity:0.8;
    opacity: 0.8;
    clear:left;
    float:left;
    padding: 2px 0 4px;
}

.cee_html #cee_title h2 {
    float:left;
}

.cee_html #cee_count {
    clear:none;
    padding-left:5px;
}

#cee_closeBtn {
    display:block !important;
    top:6px;
    right:10px;
    color:#000000;
    position:absolute;
    width:20x;
    height:20px;
	font-size:16px;
	text-transform:lowercase;
	font-family:"medium", Helvetica, sans-serif;
    xtext-indent:-9999em;
    xxbackground:url(/images/ui/close-x.png) no-repeat -15px -2px;
    outline:none;
	
}

#cee_closeBtn:hover {
    background-position:-15px -26px;
}

.cee_close {
    cursor:pointer
}

#cee_box {
    text-align:left;
    color:#000;
}

#cee_box img#cee_img,
#cee_vid,
#cee_iframeContent,
#cee_ajax {
    display:block;
    margin:28px 28px 0 28px;
    border:1px solid #bababa;
   
}

#cee_title {
    padding:20px 28px;
    overflow:hidden;
}

#cee_title h2 {
    color:#3b3d40;
    font-size:18px;
    
}


#cee_ajax{
    clear:both;
    padding:2px 15px 15px 15px;
    overflow:auto;
    text-align:left;
    line-height:1.4em;
}

#cee_load {
    display:none;
    height:50px;
    width:50px;
    margin:-25px 0 0 -25px;
    background-image:url(/images/v2/cmn/loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

#cee_HideSelect {
    z-index:99;
    position:fixed;
    top:0;
    left:0;
    background-color:#fff;
    border:none;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
    height:100%;
    width:100%;
}

* html #cee_HideSelect {/* ie6 hack */
    position:absolute;
    height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#cee_iframe {
    clear:both;
    border:none;
    margin-bottom:-1px;
    margin-top:1px;
}
