body			{ font-family:Arial, Helvetica, sans-serif; }
.form-field		{ margin:0 0 10px 0; font-size:14px; }
.required		{ color: #C00; font-size:14px; }
#formComments	{ display: none; }

input[type="text"], input[type="password"],
input[type="email"], textarea, select {
	width: 100%; height: 30px;
}

input[type="text"], input[type="password"],
input[type="email"], textarea, select {
	-webkit-box-sizing: border-box; /* For legacy WebKit based browsers */
	-moz-box-sizing: border-box; /* For all Gecko based browsers */
	box-sizing: border-box;
	border: 1px solid #999;
}

button {
	background: #FFA824;
	background: -moz-linear-gradient(top, #FFA824 0%, #FF9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA824), color-stop(100%,#FF9900));
	background: -webkit-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: -o-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: -ms-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: linear-gradient(to bottom, #FFA824 0%,#FF9900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA824', endColorstr='#FF9900',GradientType=0 );
	border: 1px solid #FFA824;
	border-bottom: 2px solid #E87717;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	margin-top: 10px;
	text-shadow: 1px 1px #E87717;
	width: 100%;
}

button:hover {
	background: #E87717;
	border: 1px solid #E87717;
	border-bottom: 2px solid #E87717;
}

.emailme {
	background: #FFA824;
	background: -moz-linear-gradient(top, #FFA824 0%, #FF9900 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFA824), color-stop(100%,#FF9900));
	background: -webkit-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: -o-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: -ms-linear-gradient(top, #FFA824 0%,#FF9900 100%);
	background: linear-gradient(to bottom, #FFA824 0%,#FF9900 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFA824', endColorstr='#FF9900',GradientType=0 );
	border: 1px solid #FFA824;
	border-bottom: 2px solid #E87717;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	height: 30px;
	margin-top: 10px;
	text-shadow: 1px 1px #E87717;
	width: 100%;
}

.emailme:hover {
	background: #E87717;
	border: 1px solid #E87717;
	border-bottom: 2px solid #E87717;
}

textarea	{ width: 100%; height:100px; }