/* 

Author:		 Matt Evans
Purpose:	 Style Contact Form
Copyright:	 Feel Free to use this CSS as you see fit. OPEN SOURCE!

*/

fieldset{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #FAF6DD;
	background-image:url(../images/gradient.jpg);
	background-repeat:repeat-x;
	font-size:75%;
}
legend{
	padding: 0;
	color: #545351;
	font-weight: bold;
}
fieldset ol{
	padding: 1em 0 0 0;
	list-style: none;
}
fieldset li{
	float: left;
	clear: left;
	width: 100;
	padding-bottom: 0;
}
fieldset.submit{
	float: none;
	width: auto;
	padding-top: 1.5em;
	padding-left: 13em;
	background-color:transparent;
	background-image: none;
	border-style:none;
}
label{
	position:relative;
	float: left;
	width: 150px; /* Change this to edit the width between the headings and input boxes */
	margin-right: 0;
}
label em
{
	position: absolute;
	left: 280px;
	top: 0;
}
legend span{
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 135%;
}

#error-msg {
	color:#990000;
	font-weight: bold;
	padding-bottom: 20px;
}

#success-msg {
	color: #339900;
	padding-bottom: 20px;
}

