#forminfo {
	padding: 0 30px 30px;
	list-style-type: none;
	list-style-image: none;
	}
#forminfo p {
	font-size: 1.42em;
}
form {
	margin:0 auto;
  font-size: 1.4em;
  width: 40em;
}


/* fieldset styling */
fieldset {
  margin: 1em 0; /*  space out the fieldsets a little*/
  padding: 1em;
  border : 1px solid #ccc;
  background: #F8F8F8;
}

/* legend styling */
legend {
  font-weight: bold;
}


/* style for  labels */
label {
	float:left;
	width:12em;
  }

/* style for required labels */
label .required {
  font-size: 0.75em;
  color:#760000;
}

input {
	width: 100px;
}


input.radio, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
  background: #ffc;
}

input.radio {
  float: left;
  margin-right: 1em;
}

textarea {
  width: 250px;
  height: 50px;
}

/* Hack to make sure the floated radio buttons
   sit next to the labels correctly in IE/Mac*/

/* This is the style for IE/Mac  */
input.radio + label {
  text-indent: 2em;
}

/* Using the commented backslash filter, resetting
   the above rule for everything other than IE5/Mac \*/
input.radio + label {
  text-indent: 0;
}
#dealerform #button {
	width: auto;
}

