div.msgbox {
	border-style: none;
	margin-left: 10%;
	margin-right: 10%;
	background: transparent;
	padding: 2px;
	text-align: left;
}
div.msgbox div.msgbox{
	margin-right: 0%;
}
div.msgbox_messagewrap { /* wraps around each message */
	border-style: solid;
	border-width: 1px;
	border-color: #9e9e9e; /* #565656 */
	background: transparent;
}
div.msgbox_header {
	background: url(adminback3.png) #6b6b6b;
	color: white;
	font-size: small;
	font-weight: bold;
	padding: 5px;
}
div.msgbox_header a:link, div.msgbox_header a:visited, div.msgbox_header a:hover, div.msgbox_header a:active {
	color: white;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
}
div.msgbox_subheader {
	text-align: left;
	background: url(adminback5.png) #b7b7b7;
	font-size: x-small;
}
div.msgbox_contents {
	padding: 10px;
	background: url(adminback4.png) #ececec;
	font-size: small;
}
div.msgbox_toolbox {
	text-align: right;
	background: url(adminback5.png) #b7b7b7;
	font-size: small;
}
div.msgbox_subs {
	right: 0;
}
div.msgbox_subs2 { /* 2nd level */
	right: 0;
}
div.msgbox_pager {
	background: transparent;
	font-size: x-small;
	text-align: center;
}
div.msgbox_more {
	background: transparent;
	font-size: x-small;
	text-align: left;
}

