#wf-default {
	padding:20px;
	margin:0 0 20px 0;
	line-height:1;
	background:#fff;
	border:1px solid #E9AE1F;
}
#wf-default fieldset {
	display:block;
	margin-bottom:1em;
	border:0;
	position:relative;
	border-bottom:1px dotted #444;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
}

#wf-default fieldset.last {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0;
	}

#wf-default legend {
	font-weight:normal;
	font-size:19px;
	color:#1E9DA3;
	margin:0;
	padding:0 0 15px 0;
	!left:-10px;
	position:relative;
}

#wf-default label {
	white-space: nowrap;
  display:block;
	color:#666;
	float:left;
	width:10em;
	text-align:right;
	padding-right:1em;
	font-size:0.9em;
}

#wf-default ol {
	position:relative;
	z-index:2;
  margin: 0;
  padding: 0;
}

#wf-default li {
  list-style: none;
  padding: 0.4em 0;
  margin:0;
}

#wf-default span.heading	{
	display:block;
	padding-bottom:0.6em;
	}

#wf-default li input,
#wf-default li textarea {
	border-top:2px solid #ccc;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
  background:#fbfbfb;
  padding:0.2em 0.3em;
  font-size:1em;
  width:15em;
  }

#wf-default select  {
	border:1px solid #ddd;
  background:#fff;
  width:15em;
 	}

#wf-default select option {
  padding:0.1em 0.5em 0em 0.5em;
	vertical-align:center;
	}

/* sizing of form elements */
#wf-default li input.small,
#wf-default li select.small {
	width:4em;
	}


#wf-default input.submit {
	display:block; margin-left:11.5em; padding:0.3em;
	}


/* Highlight Errors */

#wf-default li span.error {
	color:#b00;
	display:block;
	font-size:0.9em;
	padding-left:11em; /* needs to be same width as label */
	}

#wf-default span.error {
	color:#b00;
	display:block;
	}

#wf-default li.error input,
#wf-default li.error select,
#wf-default li.error textarea {
 	border:1px solid #b00;
 	background:#fbe8e8;
 }

#wf-default p.main-error {
	padding:0.8em 1em 0.8em 4em;
	color:#b00;
	background:#fbe8e8 url(/img/icons/error.png) no-repeat 0.5em center;
	font-size:1.3em;
	border:1px solid #b00;
	position:relative;
	margin-bottom:1em;
	}

#wf-default .webform-selectdate-day {
	width: 50px;
}

#wf-default .webform-selectdate-month {
	width: 50px;
}

#wf-default .webform-selectdate-year {
	width: 70px;
}

#wf-default .webform-selectdate-monthyear {
	width: 140px;
	margin-left: 10px;
}
