#contact {
	background: ivory;
	text-align: left;
	}

#contact form {
	margin: 0;
	padding: 0;
	}

#contact form p {
	margin: 0 0 2px 0;
	padding: 0;
	}

#contact input:focus {
	background:#FFFFCC;
	}

#contact textarea:focus {
	background:#FFFFCC;
	}

#contact .error {
	color: red;
	font-weight: bold;
	}

#contact .required {
	font-weight: bold;
	margin-top: 10px;
	color: green;
	}

#contact .notrequired {
	font-weight: bold;
	margin-top: 10px;
	}

#contact .gender {display:none}

#contact #submit {
	background-color:#ccc;
	border:1px solid #999;
	margin-top: 2px;
	font-weight: bold;
	}

