div.msg-box
{
	background-color: #43a775;
	position: relative;
}

div.msg-box-top-left
{
	height: 6px;
	background-image: url('/../img/msg-box-top-left.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div.msg-box-top-right
{
	height: 6px;
	background-image: url('/../img/msg-box-top-right.gif');
	background-position: top right;
	background-repeat: no-repeat;
}

div.msg-box-content
{
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 5px 10px;
	color: white;
}

div.msg-box-bottom-left
{
	height: 6px;
	background-image: url('/../img/msg-box-bottom-left.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div.msg-box-bottom-right
{
	height: 6px;
	background-image: url('/../img/msg-box-bottom-right.gif');
	background-position: bottom right;
	background-repeat: no-repeat;
}
