/* Messages next to the inputs */
.formerror {
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #9e1111;
	background: url(../img/icons/error.png) no-repeat left center;
	display:none;
}

.formsuccess {
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #11a322;
	background: url(../img/icons/success.png) no-repeat left center;
}

.hint {
	font-size: 10px;
	font-style: italic;
	color: #999;
}

.message {
	margin:0 auto;
	padding: 5px 15px 5px 37px;
	font-weight: normal;
	background: #fff no-repeat 15px center;
	border: 1px solid #ddd;
	margin-bottom:5px;
}
.error { 
	color: #9e1111; 
	background-color: #f5e8e8; 
	background-image: url(../img/icons/error.png); 
	border-color: #dfb2b2; 
}

.success { 
	color: #11a322; 
	background-color: #e8f6e9; 
	background-image: url(../img/icons/success.png); 
	border-color: #b2e1b7; 
}

.info{ 
	color: #2446ad; 
	background-color: #eaedf7; 
	background-image: url(../img/icons/info.png); 
	border-color: #b8c3e4; 
}

.warning { 
	color: #c2b515; 
	background-color: #f9f8e8; 
	background-image: url(../img/icons/warning.png); 
	border-color: #ebe7b3; 
}

span.note{
	color:#F00;
	border-color:#F00;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	font-style:italic;
}
span.ast{
	font-size:12px;
	color: #c2b515; 
	font-family:Verdana, Geneva, sans-serif;
	
}

