@charset "UTF-8";
/* CSS Document */

.content, .shadow {
  position: relative;
  bottom: 4px;
  right: 4px;
}

.shadow { background-color: #ccc; }

.content {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.5em;
}

.statedisplay{
	
	
	
}

 /* set background images for corners */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div  { background: url(images/tl.gif) no-repeat top left; }
.rbtop      { background: url(images/tr.gif) no-repeat top right; }
.rbbot div  { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot      { background: url(images/br.gif) no-repeat bottom right; }

.rbroundboxB { background: url(images/ntB.gif) repeat; }
.rbtopB div  { background: url(images/tlB.gif) no-repeat top left; }
.rbtopB      { background: url(images/trB.gif) no-repeat top right; }
.rbtopB div  { background: url(images/tlB.gif) no-repeat top left; }
.rbtopB      { background: url(images/trB.gif) no-repeat top right; }


 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.rbtopB div, .rbtopB, .rbbotB div, .rbbotB {
	width: 100%;
	height: 10px;
	font-size: 1px;
}


.rbcontent  {
	margin: 0 10px;
}
.rbroundbox {
	width: 100%;
	margin: auto;
}
