/* default (inactive field) */
.sf_inactive{
	border:2px #A72699 solid;
	background:#D25E11;
	color:#1525F2;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:2px #0DF5E7 solid;
	background:#fff;
	color:#1525F2;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:2px #A72699 solid;
	background:#D25E11;
	color:#1525F2;
}

body {
	margin:0;
	padding:0;
        height:500px;
	background:#5C1602 url(back.gif) repeat-x;
	font:90% Arial, Helvetica, sans-serif;
	color:#0;
	line-height:80%;
	text-align:left;
}
a {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
	letter-spacing : 0;
	font-size : 1em;
	font-weight : lighter;
	color:#FF6FCF;
}
a:hover {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
	letter-spacing : 0;
	font-size : 1em;
	font-weight : lighter;
	color:#FF6FCF;
}
h1 {
	font-size:220%;
	margin:0 20px;
	padding-top:1em;
	line-height:1em;
	color:#935E18;
	font-weight:normal;
}
h2 {
	font-size:170%;
	color:#935E18;
	font-weight:normal;
}
h3 {
	font-size:180%;
	color:#5C1602;
	font-weight:normal;
}
h4 {
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
	letter-spacing : 0;
	font-size : 1.2em;
	font-weight : lighter;
	color : #006CFF;
}
p.info {
	margin:0 20px;
	font-size:110%;
	color:#999;
}
p.floater{
	margin:0;
	position:absolute;
	top:2em;
	right:121px;
	float:left;
	line-height:2em;
	height:2em;
	font-size:120%;
	font-weight:bold;
}
p.floater a{
	float:left;
	line-height:2em;
	height:2em;
	padding:0 20px;
	background:#935E18;
	color:#fff;
}
p.floater a:hover{
	background:#4a98af;
	color:#fff;
}
code {
	font-size:110%;
}
pre {
	margin:1em 0;
	padding:1em 20px;
	line-height:150%;
	background:#e5f1f4;
	border-left:1px solid #a4d5e4;
}
#container {	
	margin-top:0px; 
	width:800px;
	background:#5C1602;
	padding-bottom:0px;
	text-align:left;

}
#content {
	margin:0px;
}
p.more{
	font-size:110%;
}
p.more a{
	font-weight:bold;
}
p.sig {	
	font-family : "Comic Sans MS", Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-align : center;
	letter-spacing : 0;
	font-size : 0.6em;
	font-weight : lighter;
	color : #5C1602;
}
form{
	margin-top:0;
	padding:0;
	width:500px;
	height:100px;
	background:url(form_back2.gif) no-repeat 0 0;
}
form p{
	margin:0px;
}
form input{
	margin-top:10px;	
	width:200px;
	border:none;
	padding:3px;
	font-size:110%;
	vertical-align:middle;
}
form button{
	margin-top:10px;
	margin-left:10px;
	width:70px;
	height:30px;
	border:none;
	text-indent:-6200px;
	overflow:hidden;
	background:url(button.gif) no-repeat 0 0;
	cursor:pointer;
	vertical-align:middle;
}

#ad {	
	margin-top:0px; 
	background:#5C1602;
	padding-bottom:0px;
	text-align:left;
	padding:0px;
	width:300px;
	height:100px;
	background:url(form_back3.gif) no-repeat 0 0;

}

#apply{	
	border:none;
	background:#935E18;
	color:#fff;
	padding:3px 10px;
	font-size:110%;
}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(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: 2px;
}
.rbcontent { margin:0px; }
.rbroundbox { width: 85%; margin: 0em auto; }

.bimg{
padding: 2px;
width: 100px;
height: 100px;
border: 0px solid #5C1602;
background-color:#5C1602;
}


