#zcibHolder { /* Main ZCIB containing div */
   text-align: center;
   background: #E9E9E9;
   cursor: pointer;
   color: #666699;
   position: absolute;
   padding: 10px 10px 6px 10px;
   border: 2px solid #666699;
   z-index: 999;
   visibility: hidden;
}

#zcibHolder img {
}

#zcibMessage { /* Messages returned by the server in event of a problem */
	display: none; /* Make sure the message div doesn't interfere with the overall layout when hidden */
	font-size: 110%;
	font-weight: bold;
	color: navy;
}

#zcibCTC { /* Click to close text */
   color: navy;
   background: #E9E9E9; 
   margin-top: 4px;
}