.error {
	color: #b23427;
}
.red {
	color: #b23427;
	font-weight: bold;
	font-style:italic;
	}
#comments_form {
	font-size: 12px;
	width: 650px;
}
.form_margin {
	margin: 0 0 10px 0;
}

/* fieldset styling */
fieldset {
	margin: 1em 0; /*  space out the fieldsets a little*/
	padding: 1em;
	border : 1px solid #ccc;
	background-color:#F5F5F5;
	color: #000000;
}

/* legend styling */
legend {
	font-weight: bold;
	color: #b23427;
}


/* style for  labels */
label {
	float: left;
	width: 10em;
}
label.radio {
	width: 100%;
}

#this-is-my-college-home label {
  width: 10em;
}

/* style for required labels */
label .required {
	font-size: 10px;
	color: red;
}

/* style error messages */
label .feedback {
	position: absolute;
	margin-left: 11em;
	left: 200px;
  right: 0;
	font-weight: bold;
	color:#760000;
	padding-left: 18px;
}

/* :KLUDGE: Explicitly set the width for IE6- */
* html .feedback{
  width: 10em;
}

input {
  width: 300px;
}
input.btn {
	margin-left: 2px; 
	width: 20px;
	height: 20px;
	}
input[type="text"], textarea {
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #b23427;
}

input.radio, input.checkbox, input.submit {
  width: auto;
}

/* style form elements on focus */
input:focus, textarea:focus {
	background: #ffc;
}

input.radio {
	float: left;
	margin-right: 1em;
}

textarea {
	width: 300px;
	height: 100px;
}

#zip {
  width: 100px;
  margin: 0 0 10px 0;
}



/* sendInfoAbout styling */
#sendInfoAbout {
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#sendInfoAbout h2 {
  	width: 10em;
	float: left;
	font-size: 1em;
	font-weight: normal;
}

#sendInfoAbout div {
	width: 600px;
	float: left;
}

#sendInfoAbout label {
  /*width: 3em;*/
	float: none;
	display: inline;
}


#state{
	margin: 0 0 10px 0;
}	
	
