fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
label {
	color: #036;
	font-weight: bold;
	display: block;
}
input, select {
	display: block;
	width: 200px;
	font-size: 1.2em;
}
textarea {
	font-size: 1em;
}
input, select, textarea {
	margin-bottom: 20px;
	border: 1px solid #666;
}
button {
	display: block;
	background: #ECF1F5 url("../images/check.gif") no-repeat 5px center;
	padding: 5px 5px 5px 20px;
}
#status {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}
#status.success {
	background: #BFECD4 url("../images/check-green.gif") no-repeat 7px center;
	color: #0A4C25;
	padding-left: 25px;
}
#status.error {
	background: #EACCCD url("../images/x-red.gif") no-repeat 7px center;
	color: #800000;
	padding-left: 20px;
}
