/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
fieldset {
	border: 1px solid #777;
}

.navimage {
	border: none;
}

/* Status Messages */
.alert,
.error {
	display: block;
	padding: 5px;
	color: #ff0000;
}

.warn {
	display: block;
	padding: 5px;
	color: #fff
}

button.warn{
	color: #000000;
}

.required {
	font-weight: bold;
	color: #fff;
}