/*
====================================================================
AAFA-MD/DC Form CSS 
	Version 1.0
	Date: 09/01/08

	By: Lauren Egan, lredesigns: http://laurenegan.net
	
	Color Palette:
	Indigo:	 #393996
	Lt.Idi:	 #D2D2DD
	Teal:    #008C9A
	Lt.Teal: #C0D3D3
	Dk.Gray: #3F3F3F

====================================================================
*/
#content .note {
	padding-bottom: 0;
	font-style: oblique;
	}
	
#content .error {
	color: #E21010;
	font-size: 0.85em;
	font-weight: bold;
	font-style: oblique;
	}
	
#content fieldset {
	margin-bottom: 15px;
	float: left;
	clear: left;
	width: 80%;
	}

#content fieldset ol {
	margin: 0.5em 0;
	font-size: 0.8em;
	list-style-type: none;
	}

#content fieldset li {
	float: left;
	clear: left;
	width: 95%;
	line-height: 1.75em;
	display: inline;
	padding-top: 5px;
	}

#content legend {
	padding: 0.5em 0 0.25em 0;
	font: bold 1em/1.25em "Trebuchet MS", Arial, Helvetica, verdana, tahoma, sans-serif;
	color: #008C9A;
	}
	
#content label {
	float: left;
	width: 85px;
	margin-right: 10px;
	text-align: right;
	}

#content label.req {
	color: #E21010;
	}

#content label.addl {
	float: none;
	}
	
#content fieldset.addl {
	margin-bottom: 1.25em;
	}
		
#content #submitButton {
	font-family: "Trebuchet MS", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	background-color: #FF9E0F;
	margin-left: 95px;
	color: #000;
}

#content #sendButton {
	font-family: "Trebuchet MS", Myriad, Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 0 95px;
	}

#content label a:link, #content label a:visited {
	color: #333;
	text-decoration: underline;
	}
	
#content label a:hover {
	color: #c91616;
	text-decoration: underline;
	}