#warningBox {
	width:623px;
	height: 29px;
	background: transparent url(../../luxair/css_images/luxair2010/warning_background.jpg) no-repeat scroll 0 0;
	color:#353535;
	font-size:13px;
	height:24px;
	margin-left:7px;
	margin-bottom:5px;
	padding-left:10px;
	padding-top:5px;
	text-align:left;
	width:623px;
	overflow: hidden;
	position:relative;
}
.warningMessage {
	position: absolute;
	top: 40px;
	left: 5px;
	height: 25px;
	width:610px;
}
span.warningTitle {
	font-weight:bold;
	font-size:14px;
	color:#d5012a;
}
a.warningMore, a.warningMore:visited, a.warningMore:active{
	background:transparent url(../../luxair/css_images/luxair2010/warning_link_bullet.png) no-repeat scroll left center;
	padding-left: 15px;
	color: #d5012a;
	text-decoration: none;
	font-weight:bold;
}
a.warningMore:hover, a.warningMore:visited:hover {
	color: #d5012a;
	text-decoration: underline;
}
