.q1 {
	padding: 1em 3em 1em 0;
}
.q2 {
	padding: 1em 0 1em 3em;
}
.q {
	padding: 1em 3em 1em 1em;
}
.by {
	font-weight: bold;
	text-align: right;
	padding: 0em 1em 1em 0em;
}

/* set background images for corners */
.rbroundbox { background: url(../images/simple_background.gif) repeat; }
.rbtop div  { background: url(../images/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(../images/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(../images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(../images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 100%; margin: auto; }