/* This stylesheet contains styles for warning messages. */

.message_bkg
{
	background: url("images/blurb_shadow.png") 0 100% repeat-x;
	padding-bottom: 2px;
	margin-bottom: 2em;
	clear: both;
}

.message
{
	border: 1px solid white;
	padding: 8px;
}

.message h3	{ margin: 0; }
.message p	{ margin: 0.5em 0; }


#under_construction	{ background-color: #DC8; }