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

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

.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;
	margin-top:10px;
}
.message.error { 
	color: #9e1111; 
	background-color: #f5e8e8; 
	background-image: url(../img/icons/error.png); 
	border-color: #dfb2b2; 
	width:90%;
	padding: 5px 0px 5px 35px !important;
}

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

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

.message.warning { 
	color: #c2b515; 
	background-color: #f9f8e8; 
	background-image: url(../img/icons/warning.png); 
	border-color: #ebe7b3; 
}
.message.warning.erro{
	color: #9e1111; 
	background-color: #f5e8e8; 
	border-color: #dfb2b2; 
}

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;
	
}

.alert{
	background-position:left center;
	background-repeat:no-repeat;
	padding:7px;
	margin-left:20px;
	margin-right:20px;
	padding-left:23px;
	text-align:left;
}

.warning { 
	background-image: url(../img/icons/warning.png);
}

.error { 
	background-image: url(../img/icons/error.png);
}

.info { 
	background-image: url(../img/icons/info.png);
}

.success { 
	background-image: url(../img/icons/success.png);
}

.loading { 
	background-image: url(../img/icons/loading_24.gif);
	padding-left:35px;
	padding-top:10px;
}

