
#enquiry-buttons p.telephone
{
	float: left;
	height: 32px;
	padding-left: 225px;
	padding-top: 18px;
	margin-right: 10px;
	background: url(../images/stroke.png) no-repeat 200px center;
	
	font-family: Georgia,"Times New Roman",serif;
	text-transform: uppercase;
}

#enquiry-buttons p.email,
#enquiry-buttons p.form
{
	float: left;
	margin-top: 16px;
	margin-right: 10px;
	text-align: center;
	font-size: 0.9em;
}

#enquiry-buttons p.email a,
#enquiry-buttons p.form a {
	display: block;
	width: 143px; height: 20px;
	padding: 2px 0 0;
	color: #ffffff;
	text-transform: uppercase;
}

#enquiry-buttons p.email a:hover,
#enquiry-buttons p.form a:hover {
	background-position: 0 -22px;
	text-decoration: none;
} 