/* Style for Alerts */

.success_message{
  background-image: url(../images/generic/success.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #A3FFC0;
  border: 1px solid #63E27B;
  	font-size: 11px;
	font-family:tahoma, arial, sans-serif;
  	position:relative;
    margin-top:5px;
	margin-bottom:5px;
	padding:10px 10px 10px 50px;
	display:inline-block;
	color:#000;
}

.error_message{
  background-image: url(../images/generic/error.png);
  background-position: left center;
  background-repeat: no-repeat;
  position:relative;
	font-size: 11px;
	font-family:tahoma, arial, sans-serif;
 	 margin-top:5px;
	margin-bottom:5px;
	padding:10px 10px 10px 50px;
	font-weight: normal;
	display:inline-block;
	color:#333;
	background-color: #FBE6F2;
	border: 1px solid #D893A1;
}

.warning-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #c53333;
	border: 1px solid #ec9b9b;
	background: #fae2e3;
}
.warning-box a { color: #c53333; text-decoration: underline; }
.warning-box a:hover { color: #000; }
.success-box {
	margin:5px;
	/*margin-bottom: 20px;*/
	padding: 10px 20px;
	color: #28941a;
	border: 1px solid #72cb67;
	background: #dffad3;
}
.success-box a { color: #28941a; text-decoration: underline; }
.success-box a:hover { color: #000; }
.info-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #1c86c9;
	border: 1px solid #50b0ec;
	background: #dde9f7;
}
.info-box a { color: #1c86c9; text-decoration: underline; }
.info-box a:hover { color: #000; }
.note-box {
	margin-bottom: 20px;
	padding: 10px 20px;
	color: #9a8e00;
	border: 1px solid #d3c200;
	background: #fffac6;
}
.note-box a { color: #9a8e00; text-decoration: underline; }
.note-box a:hover { color: #000; }


.errorbox {
	margin: 20px 20px 10px 20px;
	display: block;
	overflow: hidden;
	text-align:left;
	position: relative; 
	z-index: 1; 
	zoom: 1; 
	font-size:12px;
    background: url('images/ico_error.png') 2px 0px no-repeat #FAE2E3;
	border: 1px solid #EC9B9B;
    line-height: 16px; 
    padding: 10px 25px 10px 42px !important;
}

.successbox {
	margin: 20px 20px 10px 20px;
	display: block;
	overflow: hidden;
	text-align:left;
	position: relative; 
	z-index: 1; 
	zoom: 1; 
	font-size:12px;
    background: url('images/ico_success.png') 2px 0px no-repeat #DFFAD3;
	border: 1px solid #72CB67;
    line-height: 16px; 
    padding: 10px 25px 10px 42px !important;
}
.success_sweet{
	color:#999999;
	font-size:11px;
	text-align:right;
	}
.warning_sweet{
	color:#999;
	font-size:11px;
	text-align:right;
	}	
.load_sweet{
	color:#999;
	font-size:11px;
	text-align:right;
	}	