@charset "utf-8";

body{
	color: #432;
	background: url('/img/paper-bg.jpg') repeat-y center top;
	background-size: 100%;
}

#f{
	background: none;
}

#f .sub-title,
#f h3{
	color: #432;
}

#f p{
	color: #432;
}

.form-content .tr{
	margin-bottom: 2rem;
	color: #432;
}

.form-content .th{
	margin-bottom: 0.5rem;
}

.form-content .help{
	font-size: 12px;
}

.form-content .hi{
	position: relative;
	display: inline-block;
	background-color: #c11000;
	font-size: 11px;
	padding: 3px 6px;
	color: #fff;
	margin-left: 5px;
	top: -3px;
}

.form-content input[type=email],
.form-content input[type=text],
.form-content input[type=tel],
.form-content input[type=number],
.form-content select,
textarea{
	width: 100%;
	padding: 4px;
}

.wauto{
	width: auto !important;
}