body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#example { position: static }

.box
{
 border: 1px solid #AAA;
 background-color: #F8F6F7;
}

.top, .bottom
{
 position: relative;
 left: 1px;
 height: 11px;
}

.top { top: -1px }

.bottom { margin-bottom: -1px; top: 1px }

.box > .bottom { top: 0 }

.nw, .ne, .sw, .se
{
 width: 11px;
 height: 11px;
}

.nw, .sw { float: left; position: relative; left: -2px }

.ne, .se { float: right }

.nw { background: url(images/extras/border-nw.gif) no-repeat left top }

.ne { background: url(images/extras/border-ne.gif) no-repeat right top }

.sw { background: url(images/extras/border-sw.gif) no-repeat left bottom }

.se { background: url(images/extras/border-se.gif) no-repeat right bottom }

.content { margin: 0 1em }
      
