.SystemMessageContainer
{
	background-color: #f1f0e7;
	width:400px;
	padding: 10px 10px 10px 10px;
	border: solid 1px #CA831C;	
}
.SystemMessageHeader
{
	width:400px;
	background-color: #f1f0e7;		
}
.SystemMessageContent
{
	width:400px;	
	background-color: #f1f0e7;
	text-align: center;
}
.SystemMessageText
{	
	width:400px;
	font-size: 12px;
	font-weight: bold;	

}
.SystemMessageButton
{
	width:400px;
	padding-top:5px;
	padding-bottom:5px;
}
.SystemMessageFooter
{
	width:400px;
	background-color: #f1f0e7;	
}