	code {
		display: block;
		border: 1px solid black;
		padding: 7px;
		margin: 10px;
	}
	
		a {
		text-decoration: none;
		color: brown;
	}

	a:hover {
		color: black;
	}

	div#content {
		float: left;
		width: 68%;
	}
	
	div#sidebar {
		float:right;
		width:30%;
	}
	
input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

form#contact fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
	width: 15em;
}

form#contact label {
	font-weight: bold;
	display: block;
	padding: 3px;
}

form#contact input, form#contact textarea {
	margin-left: 10px;
	width: 90%;
}


form#contact input[type=submit] {
	width: 5em;
	margin-left: 70%;
	margin-top: 5px;
}

div#captcha_cell {
	padding: 5px;
	text-align: center;
}

form#reps_comment fieldset {
	align: center;
	margin-bottom: 0.5em;
	width: 95%;
	
}

form#reps_comment label {
	font-weight: bold;
	display: block;
	padding: 3px;
}


form#reps_comment input, form#reps_comment textarea {
	margin-left: 10px;
	width: 97%;
}

form#reps_comment textarea {
	height: 200px;
}


form#reps_comment input[type=submit], form#reps_comment input.submit {
	width: 5em;
	margin-left: 90%;
	margin-top: 5px;
}

