.error,.notice,.success {
	padding: .8em;
	margin-bottom: 1em;
	border: 2px solid #ddd;
	font-size: 1em;
}

.error {
	background: #FBE3E4;
	color: #8a1f11;
	border-color: #FBC2C4;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFD324;
}

.success {
	background: #E6EFC2;
	color: #264409;
	border-color: #C6D880;
}

.error a {
	color: #8a1f11;
}

.notice a {
	color: #514721;
}

.success a {
	color: #264409;
}

.message{
	position:absolute;
	width:290px;
	height:45px;
	z-index:65534;
	background:url(../images/loginmsgbg.png) no-repeat;
}

.message ul{
	list-style-type:none;
	margin:10px;
}
.errorMessage {
	font-weight:bold; 
	text-align: left; 
	color:red; 
	align:left;
}

.valierror{	
	padding-left:21px;
	margin-left:10px; 
	display:inline; 
	height:20px;
	line-height:20px;
	white-space:nowrap;text-align: left;color: #E6594E;
	background:url(../images/warning.gif) no-repeat 3px;
	
}
