.cbOverlay {
	background-color: #000;
}

.cbContainer {
	padding:5px;
	background-color:white;
	border: 2px solid gray;
}

.cbBox h3 {
	font-size:1.4em;
	margin-top:0px;
	padding-top: 3px;
	vertical-align: middle;
	text-align:left;
	background: #F5F9ED url(../images/prompt-bg.png) repeat-x right center;
}
.cbBox p {
	margin:3px;
	color:#000;
}
.cbBox {
	text-align:left;
}
.cbButtons {
	text-align:center;
}

.cbButton {
	margin: 5px;
	padding:0px 4px;
}
.cbCloseButton {
	background: url( close.gif ) no-repeat;
	width: 16px; height: 16px;
	position:absolute;
	top: 9px;
	right:5px;
	cursor: pointer;
}

.error {
	/*background:#FF3300;*/
	}
	.error h3 {
		background:#FF3300;
		color:#FFFFFF;
		}


.info {
	}
	.info h3 {
		background:#FF6633;
		color:#FFFFFF;
		padding:4px 4px 2px 4px;
		}
