/* GENERIC FORM STYLING */
#Content form {
}
	#Content form fieldset {
		border:0;
	}
		#Content .message {
			color:red;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
		}
		#Content form div {
		}
		#Content form label {
		}
			#Content form label.left {
				float:left;
				width:100px;
			}
			#Content form label.FormHeading {
				font-size:14px;
				font-weight:bold;
			}
		#Content form input.text,
		#Content form textarea,
		#Content form select {
			width:200px;
			color:#000;
			border:1px solid #aaa;
			padding:3px;
			margin-bottom: 5px;
		}
		
		#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 .Actions {
			padding:0 22px 15px 0;
		}
			#Content form .Actions input {
				border: 2px solid #c1dc94;
				padding: 4px 20px 3px;
				background: #82b729;
				color: #FFFFFF;
				text-decoration: none;
				text-transform: uppercase;
				font-size: 12px;
				font-weight: bold;
				cursor: pointer;
				margin: 10px 0 0 100px;
			}
			#Content form .Actions input:hover {
				border: 2px solid #82b729;
				background: #c1dc94;
			}
		#Content #Remember,
		#Content #ForgotPassword {
			font-size: 12px;
			margin: 8px 0 0 100px;
		}