/* STYLE FOR WARNING BOXES--------------*/
.warning-box {
	width: 190px;
}
.top-warning {
	width: 190px;
	height: 10px;
	background: no-repeat 0px 0px url("top-warning-box.gif");
	font-size: 6px;
}
.content-warning {
	width: auto;
	height: auto;
	border: 1px solid #000000;
	border-top: none;
	background: no-repeat 3px 3px url("alert.gif");
	background-color: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
}
.content-warning strong {
	color: #333333;
}
