#cib_box {
	/* REQUIRED */
	position:absolute;
	top:-10px;
	left:-10px;
	width:0px;
	height:0px;
	overflow: clip;
	z-index:1000;
	/* REQUIRED */

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#333333;
	display:none;
	text-align:center;
	border:solid 1px #000000;
	background-color:#dedede;
	
}
#cib_box p {
	text-align: center;
	margin: 0;
	padding:0;
}
#cib_box p#cib_title {
	padding: 5px 10px;
	color: #ffffff;
	background: #333333;
	text-align: left;
	font-weight: bold;
}
#cib_box p#cib_error,
#cib_box p#cib_message,
#cib_box p#cib_input {
	padding: 10px 20px 5px 20px;
}
#cib_box p#cib_error {
	color: #FF0000
}
#cib_box p#cib_buttons {
	padding: 5px 20px 10px 20px;
}
#cib_box button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#333333;
	padding: 2px;
	margin-left: 3px;
	margin-right: 3px;
}
#cib_box_bg {
	/* REQUIRED */
	display:none;
	position:absolute;
	top:-10px;
	left:-10px;
	width:0;
	height:0;
	overflow: clip;
	z-index:900;
	border: none;
	padding:0;
	margin:0;
	/* REQUIRED */
	
    background-color:#999999;
    filter: alpha(opacity=90);
    opacity:.90;
}

