div.alertdiv {
/*margin: 1.5em 0;*/
margin:2.0em 0 0 2.0em;
	padding:10px 10px 0 10px;
	font-size: 90%;
	line-height: 1.5em;
	color: #963;
	border: 2px solid #FDDC9A;
	border-left: none;
	border-right: none;
	background: #FFF3CE;
/*  margin:1.0em 0 0 1.0em;*/
	width:500px;
/*	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
  margin:2.0em 0 0 2.0em;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
*/
}
.alert {
	padding-left: 16px;
	background: url(img/icon-alert.gif) no-repeat 0 1px;
	}
.alert_O {
	padding-left: 24px;
  padding-top: 12px;
	background: url(img/check24.gif) no-repeat 0 1px;
	}
.alert_E {
   background: #ffe7e7 url(img/error_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #fe8989;
    border-bottom: 1px solid #fe8989;
    color: #525252;
	}
.alert_W {
    background: #ffe7e7 url(img/warning_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #ffca0b;
    border-bottom: 1px solid #ffca0b;
    color: #525252;
	}
.alert_M {
    background: #e9fad0 url(img/message_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #aee756;
    border-bottom: 1px solid #aee756;
    color: #525252;
}  

div.login_errormessage {
	background-color: #FFFFE1;
	border: 1px dashed #CFCFCF;
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 6px 6px 6px 32px;
	line-height: 18px;
	width:200px;
  margin-left: 10%;
  margin-right: 10%;
}



/* Error messages */

ul.message, ul.error, ul.warning {
   padding: 17px 30px 5px 60px;
   font-size: 1em;
   color: #525252;
   font-weight: bold;
}
ul.message li, ul.error li, ul.warning li {
    display: block;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}
ul.error {
    background: #ffe7e7 url(img/error_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #fe8989;
    border-bottom: 1px solid #fe8989;
    color: #525252;
}
ul.warning {
    background: #ffe7e7 url(img/warning_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #ffca0b;
    border-bottom: 1px solid #ffca0b;
    color: #525252;
}
ul.message {
    background: #e9fad0 url(img/message_icon.png) no-repeat 10px 5px !important;
    border-top: 1px solid #aee756;
    border-bottom: 1px solid #aee756;
    color: #525252;
}
