/* GENERIC FORM STYLING */

	fieldset {
		border:0;
		}

	form input.text {
		width:140px;
		color: #FFFFFF;
		background:#584D2E;
		background-image: url('../images/bg_search.png');
		background-repeat: repeat-x; 
		border:1px solid #AD975B;
		font-size: 1.0em;
		padding:3px;
	}	

	form textarea {
		width:350px;
		color: #FFFFFF;
		background:#584D2E;
		background-image: url('../images/bg_search.png');
		background-repeat: repeat-x; 
		border:1px solid #AD975B;
		font-size: 1.0em;
		padding:3px;
	}	

	
	
	form input.action {
		color: #FFFFFF;
		background:#050402;
		background-image: url('../images/bg_go.png');
		background-repeat: repeat-x;
		border: solid 1px #73643C;
		font-size: 1.2em;
		font-weight: 550;
		padding: 4px 20px;
}
	
/* footer FORM styling */

#footer form {
	width:100px;
}
	#Footer form * {
		display:inline ;
}

	#Footer fieldset {
		font-weight: 700;
		font-size: 1.2em;
	}

	#Footer form input.text {
		color: #FFFFFF;
		background:#584D2E;
		background-image: url('../images/bg_search.png');
		background-repeat: repeat-x; 
		border:1px solid #AD975B;
		font-size: 1.0em;
		padding:3px;
		width: 140px;
	}	

	#Footer form input.action {
		color: #FFFFFF;
		background:#050402;
		background-image: url('../images/bg_go.png');
		background-repeat: repeat-x;
		border: solid 1px #1F1A14;
		font-size: 1.0em;
		font-weight: 550;
		width: 62px;
		padding:2px 0px;
		
	}

/* ContentText FORM styling */

#ContentText form * {
	color: #FFFFFF;
	margin:3px 0 6px 0;
}	
#ContentText fieldset {
	font-weight: 700;	
	color: #FFFFFF;
	font-size: 1.2em;
	margin-bottom:5px;
	}

#ContentText fieldset p{
	font-size: 1.0em;
	}

/* Search FORM styling */

p.searchQuery {
	color:#FFFFFF;
}

.searchResultHeader{
	font-size: 1.2em;
	font-weight: 700;
	color: #72643B;
	margin-top:20px;	
}	

.readMoreLink{
	margin: 20px;
}	
	

/*
#Footer form {
	float:right;
	width:378px;
	margin:25px 25px 0px 25px;
}
	#Footer form * {
		display:inline !important;
	}
	#Footer form div {
	}
	#Footer form input.text {
		width:110px;
		color:#000;
		background:#f0f0f0;
		border:1px solid #aaa;
		padding:3px;
	}
	#Footer form input.action {
		font-weight:bold;
	}

*/	
	#Search {
		width: 100px;
	}
	
	#Search .middleColumn {
	
		width: 100px;
	}
	
		#Content li {
			padding-bottom:20px;
		}	
	
		#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:1.1em;
			color:#333;
		}
			#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;
			}

