body {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-size:100%;
	color:#4d4d4d;
}

#contact-table {border-collapse : collapse; border : 1px solid white;}

h3{ font-size: 22px; color: black; }

h4{font-size: 24px; color: #EA1C24; }

textarea{ resize:none; }

/* CSS buttons */
.btnExample {
	font: inherit;
	padding:5px 10px;
  color: #900;
	background:url(../images/menu-bg.png) center top repeat-x ;
  font-weight: bold;
  border: 1px solid #f5f5f5;
	border-radius: 5px;
}
 
.btnExample:hover {
  color: #FFF;
	background:url(../images/menu-bg.png) center bottom repeat-x ;
}