/* GENERIC FORM STYLING */
#content form {
	width:350px;
}
	#content form fieldset {
		border:0;
		padding:1px;
	}
		#content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#content span.message {
			width: 300px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		#content form label {
			font-size:1em;
			color:#A00910;
		}
			#content form label.left {
				float:left;
				width:10em;
			}
			#content form label.FormHeading {
				font-size:1em;
				color:#A00910;
				font-weight:bold;
			}
		#content form input.text,
		#content form textarea,
		#content form select {
			width:200px;
			color:#676767;
			background:#f8f8f8;
			border:1px solid #A00910;
			padding:2px;
		}
		
		#content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#676767;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#content form p.Actions input {
				padding:2px;
			}
			
/* SIGNUP FORM STYLING */

#SignUpForm{
	width: 140px;
	top: 0;
}
#SignUpForm form {
	width:140px;
	color: #FFFFFF;
}
		#SignUpForm form input.text,
		#SignUpForm form textarea,
		#SignUpForm form select {
			width:120px;
			color:#FFFFFF;
			background:#f8f8f8;
			border:1px solid #aaa;
			padding:3px;
		}
		
		#SignUpForm form input.text{
			color:#000000;
		}
		
		#SignUpForm .message {
			color: #A00910;
		}

