.notice *{
	margin: 0;
	padding: 0;
}

.notice {
	padding: 1em;
	color: #fff;
	font-weight: bold;
	font-size: 75%;
	background: #000 url(images/DarkPattern.gif) repeat 13px 34px;
	border: 1px solid #b3b3b3;
	border-top: 4px dotted #ff8300;
}

.notice img{
	float: left;
	clear: right;
}
.notice #message{margin-left: 70px;}

.notice h1{color: #fff;}

