#cso_info {
	display: block;
	background: url("http://croctech.com/images/layout/logo_footer_croc.png") no-repeat 355px 10px #666;
	opacity: 0.95;
	
    border: 2px solid #333;
    color: #000000;
	
    display: block;
        
	width: 470px;   
	height: auto;
    min-height: 100px;
	
    position: fixed;
	margin: 0 auto;	
	top: 10px;
	left:0;
	right:0;
	padding: 5px;	
	
	z-index: 10000001;
}
#cso_info p {
	text-align: left;
	margin: 0;
	padding: 0;
}

#cso_info .cso_title{
	font-size: 16px;
	color: #000;
	font-weight: bolder;
	margin-bottom: 5px;
}

#cso_info .cso_info_text {
	line-height:16px;
	color: #fff;
	font-size:12px;
}


#cso_info .cso_block {
	display: block;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #aaa;
}
#cso_info .cso_block a {
	margin-right: 5px;
}

#cso_info .cso_info_text a {
	color: #ff0 !important;
	font-weight: bolder !important;
	font-size: 12px !important;
	text-decoration: underline !important;
	padding-left: 12px !important;
	background: url('visible_no.gif') no-repeat scroll 0 1px;	
}

#cso_info .cso_info_text a:hover {
	color: #f93 !important;
	font-weight: bolder !important; 
	font-size: 12px !important;
	text-decoration: underline !important;	
}
#cso_info .cso_info_text a.is_visible {
	background: url('visible_yes.gif') no-repeat scroll 0 1px;	
}

#cso_info .cso_error {
	background-color: #FF0000;
    color: #FFFFFF;
    padding: 0 2px;
}
#cso_info .cso_good {
	background-color: #009900;
    color: #FFFFFF;
    padding: 0 2px;
}

.cso_content {	
	position: absolute;display:block;
	border: 2px solid #f00;
	background: transparent;
	opacity:0.7;
	z-index: 10000000;
}
.cso_content_hover {	
	border: 2px solid #f0f !important;
}
.cso_iframe {
	position: absolute;display:block;
	background: #afa;
	opacity:0.8;
	border: 0px none transparent;
	font-weight: bolder;
	color:#000;
	z-index: 10000000;
}
.cso_iframe_hover {
	background-color: #3a3 !important;
}
.cso_mero {
	position: absolute;display:block;
	color: #000;
	/*background: #FF6A00;*/
	background: #F00;
	border: 0px none transparent;
	opacity:0.7;
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	z-index: 10000000;
}
.cso_mero_hover {
	/*background: #ff0000 !important;*/
	background: #F0F !important;
}