/* default (inactive field) */
.sf_inactive{
	border:2px #3d91a5 solid;
	background:#3d91a5;
	color:#b4d3db;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #8BB544 solid;
	background:#fff;
	color:#333;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #3c90a5 solid;
	background:#fff;
	color:#888;
}

body {
	font:8pt Tahoma;
	color:#0;
	line-height:180%;
	text-align:left;
}
form button{
	width:53px;
	height:30px;
	border:none;
	text-indent:-8000px;
	overflow:hidden;
	background:url(button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}

/* set millions of background images */

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

.bimg{
padding: 4px;
border: 1px solid #cccccc;
background-color:#fff;
}


