/* Form Styling */
.clear {
  clear: both;
}

#content form {
  font-size: 1.2em;
}


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

/* legend styling */
#content legend {
	font-weight: bold;
	color: #000000;
}

#content form p {
  	position: relative;
	width: 100%;
	font-size: 0.85em;
}

/* style for  labels */
#content label {
	float: left;
	width: 8em;
	margin-bottom: 3px;
}

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

#content input {
  width: 200px;
}

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

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

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

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

#content  textarea {
	width: 300px;
	height: 100px;
}

#comments_form h2 {
	font-size: 0.65em;
}

#formoffers {
  	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#formoffers div {
  width: 15em;
  margin-left: -50px;
  float: left;
}

#formoffers label {
	margin-left: -65px;
  width: 3em;
  float: none;
  display: inline;
}

#formoffers p {
	margin: 0.3em 0;
}
