@charset "UTF-8";
/* CSS Document */

/*Top and bottom div bg images */
.rbtop div { background: url(../highstreet/images/corners-top.gif) no-repeat top left; }
.rbbot div { background: url(../highstreet/images/corners-bottom.gif) no-repeat bottom left; }

/* height and width for top and bottom divs */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 15px;
font-size: 1px;
}

/* content */
.rbcontent { 
	margin: 0px; 
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px; 
	padding-right:15px; 
	background-color:#FFFFFF;
	border-left:1px solid #005BAA;
	border-right:1px solid #005BAA;
	width:615;
}

/* content */
.rbcontent_thanks { 
	margin: 0px; 
	padding-left:15px; 
	padding-right:15px; 
	background-color:#FFFFFF;
	border-left:1px solid #005BAA;
	border-right:1px solid #005BAA;
	width:615;
}

/* main container */
.rbroundbox {
	width: 645px;
	float: left;
	margin-bottom: 10px;
	height:auto;
	position:relative;
}

/* 	 TAB BOXES	*/
#newboxes1 {
	position:inherit;
	background-color:#FFFFFF;
	height:120px;
	line-height:100%;
	width:600;
}

#newboxes2 {
	display:none;
	position:inherit;
	background-color:#FFFFFF;
	height:190px;
	line-height:100%;
	width:600;
}

#newboxes3 {
	display:none;
	position:inherit;
	background-color:#FFFFFF;
	height:180px;
	line-height:100%;
	width:600;
}
