label, input, select, textarea {
	display:inline-block;
	margin-bottom:30px;
	padding:4px;
	font-size:16px;
	font-family:Georgia;
}

input {
	width:300px;
}

label {
	color:#555;
	display:block;
	font-weight:bold;
	margin-bottom:0;
}

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

.highlight-input {
	background-color:#ffffcc;
}

.form-error {
	color:#ff0000;
	font-weight:bold;
	margin-left:10px;
}

button {
	display:block;
	padding:12px;
	font-size:16px;
	background-color:#990000;
	cursor:pointer;
	width:280px;
	margin-bottom:20px;
	color:#fff;
	border:1px solid #999;
}

.fax {
	display:none;
}