
.modalInactiveBox {
	background-color: #000000;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
}

div.error {
	position:absolute;
	border: thin solid #9f2531;
	padding:1px;
	background-color:#ffeabf;
	color:#9f2531;
	font-size:smaller;
	font-weight:bolder;
	font-style: italic;
	z-index:100;
}

/* Message Boxes */
div #messageBox {
	width:95%;
	margin:auto;
}
.cbox_messagebox_information,.cbox_messagebox_success,.cbox_messagebox_warning,.cbox_messagebox_error {
	font-size: 13px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 25px 0px 0px 55px;
	max-width:700px;
	'-moz-border-radius-topleft': 8px; -webkit-border-top-left-radius: 8px;
	'-moz-border-radius-topright': 8px; -webkit-border-top-right-radius: 8px;
	'-moz-border-radius-bottomleft': 8px; -webkit-border-bottom-left-radius: 8px;
	'-moz-border-radius-bottomright': 8px; -webkit-border-bottom-right-radius: 8px;
}
div.cbox_messagebox_information {
	background: url(/sharedImages/backgrounds/msgInformationBG.gif) #e8edf1 no-repeat ;
	color: #00527b;
	border: 2px solid #00517b;

}
div.cbox_messagebox_warning {
	background: url(/sharedImages/backgrounds/msgWarningBG.gif) #feebdf no-repeat ;
	color: #f15a29;
	border: 2px solid #f15b29;

}
div.cbox_messagebox_error {
	background: url(/sharedImages/backgrounds/msgErrorBG.gif) #eedfda no-repeat ;
	color: #9f2531;
	border: 2px solid #9f2531;

}
div.cbox_messagebox_success {
	background: url(/sharedImages/backgrounds/msgSuccessBG.gif) #ebeee4 no-repeat ;
	color: #30652f;
	border: 2px solid #659b48;

}
div.cbox_messagebox_button {
	text-align:center;	
}



