/*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: 7px 7px; }
.rbroundbox { width: 100%; margin: 1em auto; }

.important { 
color: red; 
}

.terms { 
color: black; 
font-size: 12px;
}



/*set up the labels and the text areas*/
label{
float: left;
width: 30%;
font-weight: bold;
}


.boxes{
width: 1em;
}

select{
width: 45%;
margin-bottom: 5px;
}

#submitbutton{
margin-left: 25%;
margin-top:10%;
width: 15%;
}

br{
clear: left;
}

legend{
color: #fff;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}

head{
color: #fff;
font-weight: bold;
}
