/*FORM*/
form {
  font-size: 10px;
	width: 85%;
}


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

/* legend styling */
legend {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#330000;
	letter-spacing:1px;

}

form p {
  position: relative;
	width: 100%;
	font-size: 1.2em;
}

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


/* style for required labels */
.required {
	font-size: 10px;
	color:#760000;
}

/* style error messages */
label .feedback {
  position: absolute;
  margin-left: 11em;
  left: 200px;
  right: 0;
  font-weight: bold;
  color:#760000;
  padding-left: 18px;
  background: url(images/error.html) no-repeat left top;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

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, input.list {
  width: auto;
}


#area_code, #phone3, #phone4 {
  width: 30px;
}
  
/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

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

textarea {
	width: 200px;
	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;
}

