fieldset {
	float: right;
	clear: both;
	width: 483px;
	margin:20px 0 0 0;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: #d2b1a2;
	background-image: url(images/fieldsetgrad.jpg);
	background-repeat: repeat-x;
}

legend {
	margin: 0 0 0 10px;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ol {
	padding: 10px 10px 0 10px;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 10px;
}

label {
	float: left;
	width: 150px;
	margin-right: 20px;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 180px;
	background-color: transparent;
	background-image: none;
}

input {
  width: 120px;
}

select {
 width: 125px;
}