
html, body, form, fieldset {
    margin: 10;
    padding: 10;
    font: normal 100.01%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.cssbox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(/style/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.cssbox_head {
	background: url(/style/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.cssbox_head h2 {
	background: url(/style/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.cssbox_body {
	background: url(/style/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

