.msgbox {
	padding: 8px 16px 8px 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #555555;
}

.msgbox_btn {
	padding: 8px 8px 8px 0px;
}

td.msgbox_top {
	background: url(Images/msgbox_fillt.gif) repeat-x top center;
	height: 6px;
}

td.msgbox_bot {
	background: url(Images/msgbox_fillb.gif) repeat-x bottom center;
	height: 6px;
}

td.msgbox_left {
	background: url(Images/msgbox_filll.gif) repeat-y left center;
	width: 7px;
}

td.msgbox_right {
	background: url(Images/msgbox_fillr.gif) repeat-y left center;
	width: 6px;
}


