/* @override 
	http://localhost:3000/stylesheets/user_forms.css?1190744995
	http://localhost:3000/stylesheets/user_forms.css?1190746699
	http://localhost:3000/stylesheets/user_forms.css?1190761446
	http://localhost:3000/stylesheets/user_forms.css?1190766335
*/

.user_form {
	padding-bottom: 12px;
}

.user_form div.half {
	width: 50%;
	float: left;
	padding-bottom: 6px;
}

.user_form h1 {
	color: #832211;
	font-size: 24px;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 12px;
	background-image: url(/images/squiggle.jpg);
	background-repeat: repeat-x;
	background-position: bottom left;
	
}

.user_form label {
	display: block;
	margin-top: 6px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 4px;
}

.user_form input {
	width: 96%;
}

.user_form textarea {
	width: 99%;
	height: 60px;
}

.user_form div.half textarea {
	width: 96%;
	height: 60px;
}

.user_form div.half select {
	width: 98%;
}

.user_form div.half textarea.tall {
	height: 200px;
}

.user_form input.button {
	display: block;
	width: auto;
	margin: 6px auto 0px auto;
}

.user_form input.checkbox {
	width: auto;
	margin-left: 6px;
}

.user_form div.options label {
	width: 48%;
	float: left;
}

.user_form .fine_print {
	font-size: 12px;
	font-style: italic;
}