
form {
	width: 40em;
}


/* fieldset styling */
fieldset {
	margin:0 0 0.5em 0; /*  space out the fieldsets a little*/
	padding:0.5em 1.5em;
	border: none;
	width: 500px;
}

/* legend styling */
legend {
margin-left: -1000em;
}

form p {
  position: relative;
	width: 100%;
	margin: 0.5em 0;
}
 
/* style for  labels */
label {
	float: left;
	width: 12em;
}

/* style for required labels */
label .required {
	font-size: 0.83em;
	color:#760000;
	margin: 0 0.2em;
}

/* 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.png) 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 {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc !important;
}

input.radio {
  float: left;
	margin-right: 1em;
}

textarea {
	width: 200px;
	height: 50px;
}

#comments {
	width: 200px;
	height: 100px;
}


#interest h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	padding-top: 1em;
}

#contactmethod h2 {
  width: 10em;
	float: left;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	padding-top: 1em;
}

#interest div, #contactmethod div {
  width: auto;
	float: left;
	clear: both;
}

#interest label, #contactmethod label {
  /*width: 3em;*/
	float: none;
	display: inline;
}



/*#interest p, /*contactmethod p {
	margin: 0.3em 0;
}*/


p.red {
	color: #ff0000;
	font-weight: bold;
}



