@charset "utf-8";
/* Form Style Sheet */


#saverForm {
	font-size: 0.8em;
	color: #FFFFFF;
}

#saverForm .label {
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
}

input#subscribe {
	background-color: #F9C895;
	text-align: center;
	border: 1px solid #673301;
}

input#name, input#from {
	width: 125px;
}

.form-title {
	text-align: center;
	font-size: 115%;
	font-weight: normal;
	color: #F9C895;
}
