/* webform stuff */
.webform-client-form legend {
	font-weight: bold;
}
.form-item.webform-component {
	margin: 0.5em 0;
}
.webform-container-inline {
	clear: both;
	overflow: hidden;
}
.webform-container-inline label {
	float: left;
	width: 14em;
	margin-right: 0.25em;
}
.webform-container-inline label.option{
	float: none;
	width: auto;
	margin-right: 0.25em;
}
fieldset.webform-component-fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#webform-component-address--city,
#webform-component-address--state {
	clear: none;
	float: left;
	margin-right: 1em;
}
#webform-component-address--state label {
	width: auto;

}

/* slideshow stuff */
#wdslideshow {
	margin-bottom: 1em;
}
#wdslideshow.medium .slide-container {
	width: 732px !important;
}