p.error {
	color: #bb1100;
	font-weight: bold;
}

form {
	font-size: 0.8em;
	margin: 0 0 0 0px;
	background: #fff url(images/ccc_dotted.gif) 0 0 repeat-x;
	padding: 11px 0 0 0px;
}

	form label {	
		color:#4C6339;
		font-weight:bold;	
	}

	form input, form textarea {
		width: 280px;
	}
		
		form input.submit {
			width: auto;
			cursor: pointer;
			padding: 3px 5px;
		}

	form textarea {
		height: 100px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1em;
	}

	#content form p {
		font-size: 1em;
		margin: 10px 0;
	}


	form label.error {
		color: #bb1100;
	}