/* CSS Document */

span.error {
	color: #c00;
	border-top: 3px solid #F37579;
	border-bottom: 3px solid #F37579;
	background: #EBBBC2 url(http://www.hotel-nevada-hamburg.de/images/span_alert.png) 10px 50% no-repeat;
}

span.info {
	color: #0055BB;
	border-top: 3px solid #76A5E3;
	border-bottom: 3px solid #76A5E3;
	background: #B9CFEC url(http://www.hotel-nevada-hamburg.de/images/span_info.png) 10px 50% no-repeat;
}

div.error {
height:30px;
	color: #c00;
	border-top: 3px solid #F37579;
	border-bottom: 3px solid #F37579;
	background: #EBBBC2 url(http://www.hotel-nevada-hamburg.de/images/span_alert.png) 10px 50% no-repeat;
}

div.info {
height:80px;
	color: #0055BB;
	border-top: 3px solid #76A5E3;
	border-bottom: 3px solid #76A5E3;
	background: #B9CFEC 10px 50% no-repeat;
}

span.errortext {
margin-left:50px;

}