@charset "utf-8";

#contact_form					{
	width:100%;
	height:100%;
	font-family: Geneva, Tahoma;
	font-size: 10px;
}
label									{
	font-size:9px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: none;
	display: block;
	margin-bottom: 5px;
}
label.error           {
	color:#C40009;
	width:100%;
}

input.button					{
	border:1px solid #999999;
	color:#FFFFFF;
	font-family:Geneva, Tahoma;
	margin-top: 5px;
	background-color: #C40009;
	font-size: 10px;
	margin-bottom: 5px;
	width: 100%;
}

input.button:hover		{
	background:#009FAA none repeat scroll 0% 0%;
	color:#FF0000;
	cursor: auto;
}
#message							{
	width:100%;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	margin-top: 3px;
}
#message h2						{
	font-size:12px;
	color:#000000;
}
.text-input {
	font-family: Geneva, Tahoma;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #C40009;
	width: 148px;
}
#newsletter-text {
	width: auto;
	float: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C40009;
	margin-bottom: 10px;
}