.formrow {
	margin-top: 5px;
	margin-bottom: 5px;
}
label {
	display: block;
	width: 100px;
	float: left;
}
.text {
	width: 200px;
}
.submit {
	margin-top: 10px;
	text-align: right;
	width: 304px;
}
.error {
	color: #c55353;
}
.success {
	color: #607e2c;
	font-weight: bold;
}
img#price {
	float: right;
	position: relative;
	top: -40px;
}