/*
==========================================================================================================
Filename:     cavalloneroContent.css
Description:  Style sheet for main content area for CavalloNero Friesians
Date:         22/7/2009
Author:       Michael Kear, AFP Webworks
Colour scheme: 
Red #E82D25
Gold  #FFBF2D
Orange #FF8514
White  #FFFCFB
Yellow #FFE56B
Dk Grey #66666
Revision history: 
==========================================================================================================
*/
#maincontent {
	font-family : Arial, Helvetica, sans-serif;
	background : #FFFCFB;
	text-align : left;
}

#maincontent h1 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h2 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h3 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

#maincontent h4 {
	padding-left : 40px;
	color : #E82D25;
	background : url(images/H2Highlight.png) no-repeat left;
}

/*
==================[  Forms  ]=================================
*/
fieldset {
	border: 3px solid #E82D25;
	margin: 3px;
	background-color: #fff5c6;
	z-index: 1000;
}

input[type=password], textarea, select { float: left; z-index: 800; }

input[type=text] { float: left; z-index: 800; }

label {
	display: block;
	float: left;
	width: 120px;
	text-align: right;
	margin-right: 5px;
	font-size: 0.80em;
	z-index: 800;
}

legend {
	border: 1px solid #E82D25;
	padding: 2px 12px;
	font: bolder larger;
	background-color: #FF8514;
}

textarea { height: 50px; z-index: 800; }

.form-row { padding: 5px 0; clear: both; }

.submit { margin-left: 125px; margin-top: 10px; }


