/* main heading */
h1.contact {
	padding-top: 12px;
	display: block;
	height: 72px;

	padding-left: 72px;
		
	background: url(../images/icons/68x68px/contact.png);
	background-repeat: no-repeat;
	background-position: middle left;	

}

h1.mailingList {
	padding-top: 12px;
	display: block;
	height: 72px;

	padding-left: 72px;
		
	background: url(../images/icons/68x68px/mailinglist.png);
	background-repeat: no-repeat;
	background-position: top left;	

}



/* form */
#form input {
	border: 1px solid #CCC;
	padding: 4px;
	
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;

	
}

textarea {
	border: 1px solid #CCC;
	padding: 4px;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	font-size: 18px;
	color: #FF6600;
	background: #FFF:
	
	margin-bottom:24px;
}


label {
	font-size: 18px;
	line-height: 24px;
	color: #08362C;
	margin-bottom: 0px;

}

#submit {
	border: none;
	padding-top: 9px;
	float: right;
}

input#submit  {

border: none;
}

.formBottom { 
	margin-top: 16px;
}

label.error { 
	font-size: 12px;
	line-height: 24px;
	color: red;
	
}

.required {
	font-size: 24px;
	color: #FF6600;
}

.dietText {
	font-size: 10px;
	line-height: 10px;
}


/* address */
/* didn't form as list */

/* map */
.GMapEZ {
	width: 100%;
	height: 535px;


}

#map {
	width: 100%;
	height: 650px;
	
	margin-top: 48px;

}

#map p { font-size: 14px; padding-top: 18px; }


