/* @override http://greens/css/style.css */

body {
	background: #f6ecd5 url("../img/bg-grad.png") repeat-x;
	color: #645439;
	/*text-align: center;*/
}

#container {
	margin-top: 100px;
}
/*#leave-message {
	margin-top: 80px;
}*/
#contact-form {
	margin-top: 25px;
}
#coming-soon {
	margin-top: 4px;
}
#message {
	height: 150px;
}
h2 {
	font-weight: bold;
	color: #94c948;
	font-size: 4em;
	margin-bottom: 0.25em;
}
input[type=text], textarea, div.success, div.error {
	/* Still waiting for CSS3. */
	/* Top Left */		
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-khtml-border-top-left-radius: 10px;
	-opera-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	/* Bottom Right */
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-khtml-border-bottom-right-radius: 10px;
	-opera-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;	
}
div.error {
	margin-top: 35px;
}
div.success {
	margin-top: 25px;
}

label.formerror {
	color: #713d95;
	/*font-size: 0.875em;*/
	display: block;
	margin-bottom: 2em;
}
