/* GENERIC FORM STYLING */
#Content form {
	width:450px;
}
	#Content form fieldset {
		border:0;
		padding:12px;
	}
		#Content .message {
			color:red;
			background:#ddd;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#Content span.message {
			width: 300px;
		}

		#Content form ul{
		}
		
		#Content form ul li {
			list-style-type: none;
			padding-left:120px;
		}
		
		#Content form div {
			margin-top:10px;
			/*width:100%;*/
		}
		/*#Content form label {
			font-size:1.1em;
			color:#333;
			clear:left;
		}*/
			#Content form label.left {
				float:left;
				width:12em;
			}
			#Content form label.FormHeading {
				font-size:1.3em;
				color:#ff7200;
				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 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 {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#Content form p.Actions input {
				padding:2px;
			}


.optionset ul{
}

.field checkboxset ul{
}

#SideBar form {
	width:180px;
	margin:25px 0 25px 0;
}

#SideBar form fieldset {
	border:0;
	/*text-align:center;	*/
	width:100%;
}

#Search {
	/*width:160px;*/
}

#Search input {
	width:110px;
	float:left;
	margin: 2px 5px 0 5px;
}

#SideBar form fieldset input {
	float:left;
}

