body {
	background-color: #669933;
	background-image: url(../BG_repeatX.jpg);
	background-repeat: repeat-x;
	font: 12px arial;

}

.myForm {
	color: #6E714A;
}

.formtopic {
	font-size:14px;
	line-height:0;
	font-weight:900;
}

.mini {
	font-size:8px;
}

a {
	color: #dddddd;
}

.tiny {
	font-size: 10px;
	}
	
	
#redtable {
	float:left;
	text-align:left;
	width: 550px;
	height: 480px;
	color:#FFFFFF;
	background-color:#BB4C2E;
	margin: 0 10px 0 35px;
	}
	
#greytable {
	float:right;
	text-align:left;
	width: 355px;
	height: 480px;
	color:#6E714A;
	background-color: #DDDDD0;
	background-image: url('../images/form_grass.jpg');
	background-repeat: no-repeat;
	background-attachment:relative;
	background-position: 0px 299px;
	margin: 0 10px 0 10px;
	}

#greytable p {
	font-size:14px;
	line-height:1.35em;
	font-weight:900;
	padding: 0 15px 0 15px;
}

#greytable p.tiny {
	line-height:.75em;
	font-size: 10px;
	font-weight:normal;
	padding:5px 15px -5px 15px;
}

#greytable p.mini {
	font-weight:normal;
	line-height:1em;
	font-size:8px;
}

	
#redtable h2{
	line-height: .25em;
	}


#myInput {
	font-weight: 900;
	color: #575940;
	}
	

	
#mytextscroll {

/* Typical fixed height and fixed width example */

color:#FFFFFF;

width: 519px;

height: 400px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #BB4C2E;

margin: 0;

padding: 10px;

}

#myadminscroll {

/* Typical fixed height and fixed width example */

color:#FFFFFF;

width: 800px;

height: 375px;

overflow: auto;

/* IE overflow fix, position must be relative or absolute*/

position: relative;

background-color: #BB4C2E;

margin: 0;

padding: 10px;

border: medium solid #BB4C2E;

}

