/* Overrides default css for forms */
form.request {
	font-family:Arial, Helvetica, sans-serif;
    font-size:9pt;
	color:#FFFFFF;
	}
form.request legend,
form.request label {
    color:#FFFFFF;                    /* IE needs this */
    }
form.request legend {
    padding-left:0px;
	}
form.request fieldset {
    border:none;                     /* disables all other borders */
	border-top:1px solid #FFFFFF;    /* Sets the 1 pixel line at top of form */
	border-left:1px solid #FFFFFF;    /* Sets the 1 pixel line at left of form */
	border-right:1px solid #FFFFFF;    /* Sets the 1 pixel line at right of form */
	border-bottom:1px solid #FFFFFF;    /* Sets the 1 pixel line at bottom of form */
	background-color:#6699CC;         /* Sets the form background color */
    }
form.request fieldset fieldset {
    background:none;                 /* If a fieldset is within another fieldset use original fieldset background color/image */
    }
form.request fieldset li {
    padding:2px 7px 2px 25px;
    }
form.request fieldset fieldset li {
	float:left;
}

/* For marked errors in the form */
form.request #error {
    font-weight:bold;
    font-style:normal;
    color: #FF0000;
    }
#main h3 {
    padding:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#0099FF;
	}
