/**
* jAlert v.1.0.0
* Copyright (c) 2008 Julian Castaneda
* http://www.smooka.com/blog/
* Requires: jQuery 1.2+
*/

body {
	margin: 0px;
	padding: 0px;
}

.msg-box-cont {
	color: #000000;
	display: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 1014;
}

.msg-box-cont table {
	border: 0px;
	margin: 5px;
	padding: 0px;
}

.msg-box-cont a { color: #000; }

.msg-btn {
	background: url(../../images/HOPEImages/msg-close-sprite.gif) no-repeat;
	cursor: pointer;
	height: 15px;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: -4px;
	width: 15px;
}

.msg-text {
	font-size: 12px;
	margin-left: 4px;
	margin-right: 4px;
}

.msg-icon {
	background: url(../../images/HOPEImages/msg-icon-sprite.png) no-repeat;
	float: left;
	height: 16px;
	margin: 0px 8px 0px 2px;
	top: 3px;
	width: 16px;
}

.err_msg_cont {
	color: #000000;
	margin-left: 20px;
	padding: 5px;
	width: 100%;
}


.msg-icon-success { background-position: 0px 0px; }

.msg-icon-warning { background-position: 0px -16px; }

.msg-icon-fatal { background-position: 0px -32px; }

.msg-icon-info { background-position: 0px -48px; }

.msg-success {
	background-color: #C6FFA4;
	border: 1px solid #009900;
}

.msg-success a:hover { color: #006600; }

.msg-warning {
	background-color: #FFFF99;
	border: 1px solid #FFCC00;
}

.msg-warning a:hover { color: #FF3300; }

.msg-fatal {
	background-color: #FFB7B7;
	border: 1px solid #DD0000;
}

.msg-fatal a:hover { color: #660000; }

.msg-info {
	background-color: #CAD3FF;
	border: 1px solid #0159BA;
}

.msg-info a:hover { color: #003366; }

.close-success { background-position: 0px 0px; }

.close-success:hover { background-position: -15px 0px; }

.close-warning { background-position: 0px -15px; }

.close-warning:hover { background-position: -15px -15px; }

.close-fatal { background-position: 0px -30px; }

.close-fatal:hover { background-position: -15px -30px; }

.close-info { background-position: 0px -45px; }

.close-info:hover { background-position: -15px -45px; }