.forms {
	float: right;
	padding: 20px 20px 0;
	width: 380px;
	background: url(/images/waterbg.jpg) no-repeat top center;
	color: #fff;
	margin: 0 0 20px 20px;
}
.forms h3,
.forms a {
	color: #fff;
}
.forms table {
	margin-bottom: 0;
}
.forms .tx,
.forms select {
	width: 230px;
}
.forms td {
	padding: 0 0 10px 0;
}
.forms form {
	margin-bottom: 20px;
}
.date {
	width: 85px;
}


#add_form,
#checkout_started {
	padding: 10px;
	background-color: #e9e9e9;
	margin-bottom: 20px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
}
#add_form .last,
#add_form form,
#checkout_started p {
	margin-bottom: 0;
}

#button {
	float: right;
	margin: 0 0 10px 20px;
}