#fail
{
	background: #BE4646 url(../bilder/cross.gif) 5px no-repeat !important;
	border : 2px solid #FFFFFF;
	font-size: 11px;
	padding-left : 25px;	
}
#fail p { color : white; vertical-align:top;	text-align:left;}
p#fail
{
	border : 0;
	color : white;
}
p#fail.comment
{
	background-position : left center !important;
	font-size : 11px;
	
	vertical-align:top;	text-align:left;
}
#fail a:link, #fail a:visited { color : #F4E0E0; text-decoration : underline; }
#fail a:hover { color : white; text-decoration : none; }


#success
{
	background: #73C350 url(../bilder/tick.gif) 5px no-repeat !important;
	border : 2px solid #FFFFFF;
	font-size: 11px;
	padding-left : 25px;
}
#success p { color : white; vertical-align:top;	text-align:left; }
#success a:link, #success a:visited { color : #E5F1DF; text-decoration : underline; }
#success a:hover { color : white; text-decoration : none; }


#warning
{
	background: #FF9900 url(../bilder/warning.gif) 5px no-repeat !important;
		border : 2px solid #FFFFFF;
	font-size: 11px;
	padding-left : 25px;
	vertical-align:top;
	text-align:left;		
}
#warning p { color : white; 	vertical-align:top;	text-align:left;	}
#warning a:link, #warning a:visited { color : #E5F1DF; text-decoration : underline; }
#warning a:hover { color : white; text-decoration : none; }


#notice
{
	background: #1F829E url(../bilder/notice.gif) 5px no-repeat !important;
	border : 2px solid #FFFFFF;
	font-size: 11px;
	padding-left : 25px;
}
#notice p { color : white; vertical-align:top;	text-align:left;}
p#notice
{
	border : 0;
	color : white;
}
p#notice.comment
{
	background-position : left center !important;
	font-size : 11px;
	margin : -1px;
	vertical-align:top;	text-align:left;
}
#notice a:link, #notice a:visited { color : #D8E9EE; text-decoration : underline; }
#notice a:hover { color : white; text-decoration : none; }





.small_error
{
	font-size:10px;
	color: #BE4646;
}
A.small_error:link        
	{ text-decoration: none;  font-weight: bold; color: #BE4646;}
A.small_error:visited     
	{ text-decoration: none;  font-weight: bold; color: #BE4646;}
A.small_error:hover       
	{ text-decoration: underline; font-weight: bold; color: #BE4646;}
A.small_error:active      
	{ text-decoration: none; font-weight: bold; color: #BE4646;}

