/* GENERIC FORM STYLING */
html { background: #F0F0F0; }
body { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px; color: #4A5157; }
p, ul, ol { margin-bottom: 10px; line-height: 200%; }
address { margin-bottom: 1.5em; }
ul { margin-left: 30px; }
ul li { list-style-type: disc; }
h1, h3, h4, h6 { font-size: 24px; font-weight: bold; line-height: 32px; background: url(../images/dot-black.gif) repeat-x bottom; margin-bottom: 10px; color: black; }

h6 { font-size: 18px; }

#content {
	margin:8px 25px;
	}
			
#content form {
	width:586px; 
}
	#content form fieldset {
		border:0;
		padding:0;
	}
		#content .message {
			color:red;
			padding:5px 0 5px 5px;
			margin:5px 0 5px 5px;
			width: 506px;
			margin-right: 10px;
			text-align: right;
		}
		#content form div {
			margin-top:15px;
			width:100%;
		}
		#content form label {
			font-size:1.1em;
			color:#333;
		}
			#content form label.left {
				float:left;
			padding:5px;
			text-align:right;
			width:305px;
			}
			#content form label.FormHeading {
				font-size:1.3em;
				color:#000000;
				font-weight:bold;
			}
		#content form input.text,
		#content form textarea,
		#content form select {
			width:200px;
			color:#000;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		#content form .calendardate .middleColumn {
			width: 200px;
			float: left;
		}
		#content form .calendardate .middleColumn div {
			margin: 0;
			padding-bottom: 15px;
		}
		#content form .calendardate .middleColumn .message {
			width: 190px;
		}
		
		#content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#000;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form p.Actions {
			margin-top:-10px;
			padding:0px 55px 15px 0px;
			text-align:right;
		}
			#content form p.Actions input {
				padding:2px;
			}
		#content form ul {
		list-style-type: none;
		}
		
		#content form li {
			margin:0pt 0pt 6px 8px;
			list-style-type: none;
		}
		
		#content form div li {
			float:right;
			margin:-15px 20px;
			padding:15px;
		}
		#content form .optionset { 
			float:left;
			margin:0;
			padding:0;
			width:222px;
		}
		#content form .optionset li {
			margin: 0;
			padding: 0;
			float: none;
		}