@charset "UTF-8";

.clear {
	clear:both;
	}
input {
	width: 250px;
	}
/* reset width for non-text inputs */

input.submit {
	width: auto;
	}
	
/* display labels next to form elements, add a class for when you want them to stack */

label {
	float:left;
	margin-right:2em;
	}

label.top {
	display:block;
	float:none;
	}


	/* style feedback message */
label .feedback {
	position:absolute;
	margin-left: 6em;
	left:220px;
	font-weight:bold;
	color:#760000;
	padding:0 0 5px 20px;
	/*width IE*/
	width:200px;
	}

