/*

default contact form stylesheet for McLaw Green Roofs : main.css.

author: Gary Hartney  @ Morecambe.NET LTD.

Styles follow, as closely as possible, the source order of the related html documents.

Date: 09/11/06

all elements concerning the design such as the images, color, layout, 
and any other areas of the design are copyright of McLaw Living Roofs and/or Morecambe.NET LTD. and may not be 
reproduced. 

*/

form#contact fieldset {
	border: none;
	margin-left: 30px;
}

form#contact label {
	display: block;
}

form#contact textarea {
	display: block;
	background: #eee;
	margin: 5px 0;
	border: 1px solid #ddd;
	padding: 2px;
}