/*	Forms style sheet for cakmakli.com
	Copyright (c) 2008 Tuncer Çakmaklı Architects. Some rights reserved.
	The design, markup, and css of this website are licensed under the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.
	To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/3.0/
*/

#content p, #content li {
	margin: 1em;
	}
#content h3 {
	margin: 0.8571em;
	font-size: 1.1667em;
	line-height: 1.1em;
	color: #999C76;
	}
fieldset {
	margin: 0 0 1em;
	}
	
fieldset {
	margin: 0 0 1em -1px;
	border: 1px solid #5A5C46;
	width: 37em;
	padding: 1em 2em;
	background: #878968;
	}

#content h1 {
	color: #444535;
	font-size: 1.3333em;
	margin: 0 0 1em;
	}


#content input, #content textarea {
	background: #5A5C46;
	border: 1px solid #999C76;
	}


#content label {
	display: block;
	margin: 1.2857em 0 0.8571em;
	font-size: 1.0833em;
	}
#content label[for="name"] {
	margin-top: 0;
	}
#content #name, #content #email {
	width: 50%;
	}
#content textarea {
	width: 75%;
	}
#content .submit {
	margin-top: 2em;
	float: right;
	}
#content label.cc input, input.request {
	margin-right: 1em;
	border: none;
	background: #878968;
	}
#content .error, #content .note {
	background:#600;
	margin: 1em 0;
	border: 1px solid #F8F8F4;
	padding: 0.5em 1em;
	color: #C7C9A8;
	}
#content .error a {
	color: #C7C9A8;
	text-decoration: underline;
	}
#content .note {
	border: 1px solid #C7C9A8;
	background:#999C76;
	color: #F8F8F4;
	}