/* BEGINNING OF VOLUNTEER FORM CSS */
.error {
	color: red; 
}
.warning
{
color: #F3B806;
background: inherit;
text-transform: none;
font-size: 10px;
}
.larger {
  padding: 0 0 5px;
  font-weight: larger;
  color: #9CB5CB;
}
/* Begin code for volunteer form */
form.volform {
  background-color: #F8F8F8;
}
form.volform h2 {
	color: #9CB5CB;
	padding: 5px;
}
form.volform fieldset {
  border: none;
  margin-bottom: 10px;
  width: 50em;
}
form.volform legend {
	padding: 5px;
	font-weight: normal;
	color: #F3B806;
	font-size: 0.7em;
	display: block;
	text-align: right;
	margin-top: 15px;
}
form.volform label {
    width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #9CB5CB;
	font-weight: bold;
	text-transform: lowercase;
}
form.volform fieldset p {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
form.volform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.volform fieldset fieldset legend {
	font-weight: larger;
	color: #9CB5CB;
	margin: 0 0 0 5px;
}
form.volform fieldset fieldset label {
  display: block;
  width: auto;
  margin-left: 123px; /* Width plus 3 (html space) */
}
form.volform em {
  font-weight: bold;
  font-style: normal;
  color: #F3B806;
}

/* Begin code for form */
form.contactform {
  background-color: #F8F8F8;
}

form.contactform fieldset {
  border: none;
  margin-bottom: 10px;
  width: 50em;
}
form.contactform legend {
 
    background: inherit;
	color: #B5DCE5;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 10px;
}

form.contactform label {
    width: 6em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	color: #333333;
	font-weight: normal;
	text-transform: lowercase;
}

form.contactform fieldset p {
	margin-top: 0.5em;
	margin-bottom: 0em;
}

form.contactform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}

form.contactform fieldset fieldset legend {
	font-weight: larger;
	color: #9CB5CB;
	margin: 0 0 0 5px;
}

form.contactform fieldset fieldset label {
  display: block;
  width: auto;
  margin-left: 123px; /* Width plus 3 (html space) */
}

form.contactform em {
  font-weight: bold;
  font-style: normal;
  color: #0E1259;
}

form.contactform input.submit
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #66666;
	background-color: #B5DCE5;
	margin-left: 8em;
	margin-top: 1em;
	border: outset 1px #333333;
	/*border: 1px outset #666666; */
	
}
/*  END	OF VOLUNTEER FORM CSS*/

