.formrow {
	margin: 0px 0px 5px 0px;
}

.formblock {
	float: left;
	margin-right: 5px;
}

.formlabel {
	color: #6C411A;
	font-size: 22px;
	float: left;
	width: 75px;
	text-align: right;
	margin: 10px 10px 0px 0px;
}

.formlabel-medium {
	width: 150px;
}

.formlabel-large {
	width: 250px;
}

.input {
	float: left;
	font-size: 32px;
}

#forgot-password-btn {
	font-size: 18px !important;
}

.text {
	border: 1px solid #ccc;
	padding: 2px 0px 2px 2px;
	height: 26px;
	font-size: 22px !important;
}

textarea {
	border:1px solid #ccc;
	padding:2px 0px 2px 0px;
	font-size: 12px !important;
}

select {
	font-size: 22px !important;
}

.error-message {
	font-size: 11px;
	color: #ff0000;
}

.roundbutton {
	display: inline-block;
	border: 1px solid #a6a69c;
	background: #f7f8f3; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8f3', endColorstr='#cbc8b7'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f3), to(#cbc8b7)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f7f8f3,  #cbc8b7); /* for firefox 3.6+ */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	padding: 4px 20px 4px 20px;
}
.roundbutton:link, .roundbutton:visited, .roundbutton:active {
	color: #113e5d;
}
.roundbutton:hover {
	color: #ffcc00;
}
