/* Contact stylesheet 

Woolton Golf Club (http://www.wooltongolfclub.co.uk)

Author:	Nick Snell (orpo.co.uk)
Date:	4th January 2008
*/

@import url(base.css);

#points-of-contact {
	float: right;
	margin: 5px 0 0 10px;
	padding: 10px;
	padding-right: 20px;
	width: 180px;
}

#points-of-contact dt, #points-of-contact dd {
	margin: 0;
	padding: 0;
}

#points-of-contact dt {
	font-weight: bold;
}

#points-of-contact dd {
	margin-bottom: 10px;
}

.adr {
	font-size: 110%;
}

ol {
	margin: 2px 0;
	padding-left: 23px;
}

form {
	width: 380px;
}

label {
	width: 105px;
}

input, select, textarea { font: inherit; font-size: 110% }

textarea {
	width: 100%;
}

legend {
	display: none;
}

#map {
	border: 1px solid #bebebe;
	margin-bottom: 20px;
	padding: 4px;
	height: 250px;
	width: 610px;
}