div.message {
	clear: both;
	border: 1px solid #DDB000;
	padding: 5px 25px;
	margin: 3px 0px;
}

div.message h3 {
	border: 0px;
	background: Transparent none; /* need to override when putting message inside form */
	color: #4F7197;
	font-size: 1.2em !important;
	text-align: left;
}

div.message.info, div.message.gateway {
	background: #FFFFE1 url(images/icon_information.gif) no-repeat 2px 2px;
}
div.message.info p{
	color: #000;
	background: none;
}
div.message.alert {
	background: #FFFFE1 url(images/alert.gif) no-repeat 2px 2px;
	border-color: #D11;
	color: Red;	
}

div.message.quiz {
	background: #FFFFE1 url(images/icon_quiz.gif) no-repeat 4px 4px;
}

div.message.alert {
}

div.message.alert h3 {
	color: #990000;
}

.dextra-container {
	font-size: 0.8em;	
}