label {
	color: #ffffff;
	font-size: 1.2em;
	line-height: 1.2;
	float: left;
	clear: left;
	width: 120px;
	padding: 3px;
}

textarea,
.txt {
	color: #000;
	background: #fff;
	font-size: 1.2em;
	line-height: 1.3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	border: none;
	margin-bottom: 5px;
	width: 250px;
	padding: 3px;
}

textarea {
	height: 100px;
}

.btn {
	border: 1px solid #ffffff;
	background: #e20a16;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
	font-size: 1.2em;
	line-height: 1.3;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 20px;
	margin-right: 49px;
}

.box {
	overflow: auto;
}
.box h3 {
	font-size: 2.0em;
	margin-bottom: 18px;
}