@charset "utf-8";
/* CSS Document */

.contactItem, .formItem {
	background: #FFF;
	margin-left: 28px; 
	width: 520px; 
	margin-bottom: 10px;
}
.contactItem { 
	padding: 20px;
}
.formItem {
	padding: 5px 20px; 
	padding-top: 5px;
	position: relative;
}

fieldset {
	padding: 0;
	margin: 0;
	padding: 0;
	border: none;
}

label {
	color: #FF7900;
}

input, textarea, select {
	position: absolute;
	right: 50px;
	color: #3B0000;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	width: 320px;
	border: none;
	background: #F5F3F3;
	padding: 2px;
	font-size: 16px;
}
textarea {
	overflow: auto;
}

.submitButton {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	background: #FF7900;
	border: none;
	width: 150px;
	height: 40px;
	font-size: 20px;
	float: right;
}

.alert { 
	margin-left: 28px; 
	width: 516px;
	border: 2px solid #F00;
	background-color: #FEBBB4;
	color: #F00;
	font-weight: bold;
	padding: 10px 20px;
}

#freeRefill {
	position: absolute;
	top: 0;
	right: 0;
}

#tastersRequired {
	position: absolute;
	top: 315px;
	right: 0;
}

li { line-height: 150%; }
