body, html {
	margin: 0;
	padding: 0;
}

body {
	font: normal 11px/16px Verdana, Arial, Sans-Serif;
	color: #000000;
}

a {
	font: bold 11px/16px Verdana, Arial, Sans-Serif;
	color: #f29400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#total {
	position: absolute;
	width: 600px;
	left: 50%;
	margin-left: -300px;
	top: 20px;
}

form {
	position: relative;
}

label {
	display: block;
}

input {
	margin-bottom: 10px;
	width: 250px;
}
select {
	margin-bottom: 10px;
}

input.submit {
	margin-top: 10px;
}

#right input {
	width: auto !important;
}
#right select {
	margin-bottom: 0;
}

#right {
	position: absolute;
	right: 0;
	top: 0;
	width: 270px;
}
