/* General */

body {
	background: #DDE7FF;
	font-family: "Trebuchet MS", Arial, Georgia, Times, serif;
	color: #222;
	width: 850px;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

/* Header */

#header {
	background: url(http://daisyspace.com/img/logo.png) no-repeat;
	height: 160px;
	margin-left: 41px;
}
#header a {
	position: absolute;
	display: block;
	width: 841px;
	height: 160px;
	font-size: 0;
	top: 10px;
	left: 12px;
}

/* Content */

#content {
	background-color: #9CD997;
	border-top: 10px solid #654F16;
	border-bottom: 10px solid #654F16;
}
#content h2 {
	font-weight: normal;
	color: #222;
	letter-spacing: -1px;
	font-size: 2em;
	padding-bottom: 5px;
	border-bottom: 1px solid #367F27;
	margin-top: 0;
}

.navimage {
	display: none;
}

label {
	clear:both;
	float:left;
	margin-top: 10px;
}

input, select, textarea {
	float: right;
	margin-right: 220px;
}

fieldset input, fieldset select, fieldset textarea {
	margin: 0;
	margin-top: 10px;
}

#content fieldset div label strong.required + span {
	display: none;
} 

#field10, label[for="field10"], #field6, label[for="field6"], #field5, label[for="field5"], #field12, label[for="field12"], #field13 {
	display: none; // Hide fields that I don't want users to edit
}

.notes {
	display: none;
}

fieldset {
	border: 1px solid #367F27;
	background-color: #C0E6BC;
	margin-top: 30px;
	width: 600px;
}

fieldset legend {
	background-color: #C0E6BC;
	font-size: 16px;
	line-height: 16px;
	font-style: italic;
	border: 1px solid #367F27;
	border-bottom: none;
	padding: 3px 10px;
	margin-top: -22px;
}

form h3+label {
	display: block;
	float: none;
	margin-top: none;
	margin-left: 10px;
}

textarea[name="comments"] {
	float: none;
	display: block;
	margin: 0 0 0 10px;
}

button.warn img {
	margin-bottom: -4px;
}

button.warn {
	background-color: #D36767;
	border: 1px solid black;
}

/* Status Messages */

.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #DD3C10;
}
.error {
	background: #FFEBE8;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}