/** Help & Tools - default */

.rbroundbox {
	float: right;
	background-color: #333;
}

.rbtop div { background: url("../../images/interface/devices/panel/img-corner_tl.gif") no-repeat top left; }
.rbtop { background: url("../../images/interface/devices/panel/img-corner_tr.gif") no-repeat top right; }
.rbbot div { background: url("../../images/interface/devices/panel/img-corner_bl.gif") no-repeat bottom left; }
.rbbot { background: url("../../images/interface/devices/panel/img-corner_br.gif") no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent {
	color: white;
	font-family: "Verdana" sans-serif;
	font-size: 90%;
	line-height: 160%;
	padding: 5px;
}

.rbroundbox { width: 280px; margin: 1em auto; }