

/* Custom Mootools Tips */
.custom-tip {
	Z-INDEX: 13000; WIDTH: 250px; COLOR: #000; border:2px solid #000;
}
.custom-title {
	PADDING: 5px; FONT-WEIGHT: bold; FONT-SIZE: 11px; BACKGROUND: #A1B5BC; MARGIN: 0px; COLOR: #000; BORDER-BOTTOM: #b5cf74 1px solid;
	
}
.custom-text {
	PADDING-RIGHT: 4px; PADDING-LEFT: 4px; FONT-SIZE: 11px; BACKGROUND: #fff; PADDING-BOTTOM: 8px; PADDING-TOP: 4px; font-size:10px;
}
/* END: Custom Mootools Tips */


.errorNotice{
	width:97%;
	background-color:#FFFF99;
	border-top:2px solid #FF0000;
	border-bottom:2px solid #FF0000;
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
	padding:6px 6px 6px 20px;
	margin-left:0px;
	margin-bottom:5px;
}

.cautionNotice{
	width:97%;
	background-color:#FCE2A7;
	border-top:2px solid #FF6600;
	border-bottom:2px solid #FF6600;
	color:#FF6600;
	font-size:12px;
	font-weight:bold;
	padding:6px 6px 6px 20px;
	margin-left:0px;
	margin-bottom:5px;
}

.goodNotice{
	width:97%;
	background-color:#A5D9A4;
	border-top:2px solid #009900;
	border-bottom:2px solid #009900;
	color:#000000;
	font-size:10px;
	font-weight:bold;
	padding:6px 6px 6px 20px;
	margin-left:0px;
	margin-bottom:5px;
}

/* Custom error box */
#modalContainer {
	background-color:transparent;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	z-index:10000;
	background-image:url(images/alert_bg.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
	position:relative;
	width:335px;
	min-height:100px;
	margin-top:50px;
	border:2px solid #000;
	background-color:#F2F5F6;
	background-image:url(images/alert.png);
	background-repeat:no-repeat;
	background-position:20px 30px;
}

#modalContainer > #alertBox {
	position:fixed;
}

#alertBox h1 {
	margin:0;
	font:bold 0.9em verdana,arial;
	background-color:#78919B;
	color:#FFF;
	border-bottom:1px solid #000;
	padding:2px 0 2px 5px;
}

#alertBox p {
	font:0.9em verdana,arial;
	height:60px;
	margin-top:10px;
	margin-left:65px;
	margin-right:10px;
	padding-left:5px;
	padding-right:10px;

}

#alertBox #closeBtn {
	display:block;
	position:relative;
	margin:5px auto;
	padding:3px;
	border:2px solid #000;
	width:70px;
	font:0.7em verdana,arial;
	text-transform:uppercase;
	text-align:center;
	color:#FFF;
	background-color:#78919B;
	text-decoration:none;
}
/* END Custom error box */




