/* Gravity Forms CSS */
div.gform_body {
  width: 230px;
	margin: 0 auto;
}
div.gform_footer {
  width: 230px;
	margin: 0 auto;
	padding-top: 5px;
}
ul.gform_fields {
  list-style-type: none;
}
span.gform_description {
  font-size: .9em;
}
div.gform_heading {
  margin-bottom: 10px;
}
li.gfield {
  margin-bottom: 10px;
}
label.gfield_label {
  font-weight: bold;
  font-style: italic;
  font-size: .9em;
  color: #b1b0a7;
}
span.gfield_required {
  color: #ff0000;
  padding-left: 2px;
}
select.gfield_select {
  width: 220px;
  height: 20px;
  background-color: #F9F5F2;
	color: #2F2F2F;
	font-weight: bold;
	text-align: center;
}
textarea.textarea {
  width: 220px;
  height: 75px;
  background-color: #F9F5F2;
	color: #2F2F2F;
	font-weight: bold;
	background-image: url(../images/textarea-bg.jpg);
	background-repeat: no-repeat;
	border: none;
}
input.medium {
  width: 220px;
  height: 20px;
  background-image: url(../images/textfield-bg.jpg);
	background-repeat: no-repeat;
	border: none;
	font-weight: bold;
}
input.button {
  border: none;
	cursor: pointer;
	background-image: url(../images/quote-button.jpg);
	background-repeat: no-repeat;
	width: 120px;
	height: 30px;
	font-weight: bold;
	color: #2F2F2F;
}
div.validation_error {
  font-size: .8em;
  color: #ff0000;
  margin-bottom: 10px;
}
div.validation_message {
  font-size: .7em;
  color: #ff0000;
}
div#gforms_confirmation_message {
  font-size: .9em;
}
