/*
[RMI Report Card Stylesheet]

Project:		RMI Website
Created:		10/02/09
-------------------------------------------------------------------*/

body {
	background-color: #EDEDED;
	font: 12px "Myriad Pro", Arial, sans-serif;	
}

img, form {border: 0; padding:0; margin:0}
.alignRight {text-align: right;}

/*
REPORT CARD
****************************************************************/

.reportCardIntro{
	padding: 118px 50px 0 44px;
	width: 593px;
	height: 415px;
	background: url('../img/bg_intro.png') no-repeat;
}

.reportCardForm{
	padding: 50px 50px 0 44px;
	width: 593px;
	height: 483px;
	background: url('../img/bg_form.png') no-repeat;
}

.reportCardForm th{padding:5px;color: #a70022;}
.reportCardForm td{padding:6px;border-bottom:1px #ccc solid;text-align:center}
.reportCardForm td.noBottomBorder{border-bottom:none;}
.reportCardForm td.alignLeft {text-align: left;}

.fieldsetContent {padding: 15px 10px;}
legend {background-color: #a70022; color: #fff; font-size: 16px; padding: 5px 10px; margin: 0 5px;}

textarea {border:0; margin-left: 5px; width:500px; height: 150px; overflow:auto;font-size: 14px}
