body.EstimateForm {
/*	font: 62.5%/1 "Myriad Pro", Frutiger, "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif; */

}

.clear {
  clear: both;
}

form#estimateForm {
	font: Arial, Verdana, sans-serif;
	font-size: 1.1em;
	width: 70em;
	

}


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

/* legend styling */
legend {
	font-weight: bold;
	color: #4d6c68;
	letter-spacing: 0.01em;
}

.EstimateForm form p {
    position: relative;
	width: 100%;
	margin: 4px 0 3px 0;
}

/* style for  labels */
label {
	float: left;
	width: 16em;
	font-weight: bold;
}

input {
  width: 200px;
}

input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

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

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

textarea {
	width: 475px;
	height: 100px;
}


/* Color form styling */
#favoriteColor {
  margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#favoriteColor h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#favoriteColor div {
  width: 8em;
	float: left;
}

#favoriteColor label {
  /*width: 3em;*/
	float: none;
	display: inline;
}

/*#favoriteColor p {
	margin: 0.3em 0;
}*/


