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

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 { 
	display: block;
}

#imenu {
	display: none;
}

/* section layout*/

#wrapper {
	width:960px;
	margin: 0 auto;
	padding: 0 0 0 0;
}

#instructions{
	float:left;
	width: 410px;
	margin: 0px 20px 0px 20px;
	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;
	width: 420px;
	border-left: dashed 1px #000;
	padding: 0 0px 0 40px;
	margin: 20px 0 0 0;
	height: 100%;
}

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

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

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

.verticalForm .termRow
{
	height: none;
}

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

.formCellRight, .termsCellRight
{
	text-align: left;
}

.formCellMerge
{
	display:table-cell;
	margin: 0;
	padding: 0;
}

#captcha
{
	text-align: center;
	display: block;
	margin: 0 auto;
	width:318px;
}
.termsCellRight, .termsCellLeft
{
	font-weight: normal;
	font-size: 12px;
}

.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: 75px;
}

