.formcell {
	float:left;
	margin-top: 4px;
	margin-right: 5px;
	margin-bottom: 4px;
	margin-left: 0px;
}
.form {
	font-family: "Times New Roman", Times, serif;
	background-color: #F9F4EF;
	width: 100%;
	color: #382A1B;
	font-size: small;
	border-top: 1px solid #C99052;
	border-right: 1px solid #E8D2BC;
	border-bottom: 1px solid #E8D2BC;
	border-left: 1px solid #C99052;
}

.btn {
	font-family: "Times New Roman", Times, serif;
	color: #382A1B;
	background-color: #DDBC98;
	width: 50%;
	font-weight: bold;
	font-size: small;
	border-top: 1px solid #F9F4EF;
	border-right: 1px solid #614F3A;
	border-bottom: 1px solid #614F3A;
	border-left: 1px solid #F9F4EF;
}#infobox {
	text-decoration: none;
	background: #E8D2BC;
	margin: 100px;
	padding: 15px;
	text-align: center;
}
#infobox strong {
	font: 110% Georgia, "Times New Roman", Times, serif;
}
