img#amber {
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
}


input, textarea {
	font-family: Tahoma, Arial, serif;
	font-size: small;
}
input#uname, input#email {
	width: 350px;
}
textarea {
	width: 350px;
	height: 150px;
}
p.error {
	color: #e80000;
}
.error label {
	color: #e80000;
}
.error input {
	border: 1px solid #e80000;
}
.error textarea {
	border: 1px solid #e80000;
}