body {
	position: relative;
	margin: 0 auto;
	text-align: left;
	color: #000;
	background-color: #2d2d2d;
	font-family: Arial, Halvetica, sans-serif;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

p
{
	font-size: 12px;
}

img 
{
	border: none;
}

form {
	font-weight: bold;
}
/* set millions of background images */
.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; }

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

.rbcontent { margin: 0 7px; }
.rbroundbox { margin: 1em auto; }

/* menu */

#menu {
	width: 100%;
	background: #a4a4a4;
	height: 30px;
	margin-top: 10px;
}

#menu img {
	margin: 3px 0px 0px 5px;
	display: inline;
}

#menu a {
	display: inline;
	margin:0;
}

#menu ul {
	list-style-type: none; 
	display: inline;
}

#menu li { 
	display: inline;
	list-style-type: none;
	padding: 10px;
}

/* section layout*/

#wrapper {
	width:980px;
	margin: 0 auto;
}

#instructions{
	width:33%;
	float:left;
	margin: 20px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#output{
	margin: 20px 40px 0px 40px;
	padding: 0px 0px 0px 0px;
	text-align: justify;
}

#output p,
#instructions p {
	margin: 0px 0px 20px 0px;
}

#output p b,
#instructions p b {
	color: black;
}

#output #receipt
{
	font-weight: bold;
	color: black;
}

#forminput{
	float:left;
	border-left: dashed 1px #000;
	padding-left: 40px;
	margin-top: 40px;
	height: 100%;
}

.clear {
	clear:both;
}
/* from layout */

.virticalForm
{
	display:table;
	width: 100%;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 18px;
}

.virticalForm .formRow
{
	width: 100%;
	display:table-row;
	height: 40px;
}

.formCellLeft
{
	display:table-cell;
	text-align: right;
	padding-right: 15px;
}

.formCellRight
{
	display:table-cell;
	text-align: left;
	padding-left: 15px;
}

.formsubtext
{
	font-size: .65em;
	font-weight: normal;
}

#warning
{
	color: #f00;
	width: 400px;
}

#notice
{
	color: #0f0;
	width: 400px;
}

a:link, a:visited
{
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.spacer
{
	height: 100px;
}

ul
{
	font-size: 12px;
}


