/* Form Stuff */
label{
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	padding-top: 2px;
	font-weight: bold;
}
input{
	margin-bottom: 2px;
}
label.inline, p label{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	display: inline;
}
form p{
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 0;
}
form p label, p textarea{
	display: block;
	margin-bottom: 0.5em;
}
select{
	margin: 0;
}
p select{
	margin: 0;
}
textarea, p textarea, p input{
	width: 450px;
	height: 120px;
	margin-bottom: 1em;
}
p input{
	height: auto;
	margin-bottom: 0;
}
input#submit,
input#continue{
	width: auto;
}
form li,
fieldset{
	float: left;
	clear: left;
}
fieldset{
	width: 95%;
	margin-bottom: 2px;
	border: 1px solid #9CF;
}
fieldset#margin_top{
	margin-top: 5px;
}
fieldset li select{
	width: 275px;
	margin-right: 5px;
}
fieldset ul,
fieldset li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
input.qty{
	text-align: right;
	width: 3.5em;
}
legend{
	font-size: 120%;
	font-weight: bold;
	color: #BFDFFF;
}
form li label{
	width: 350px;
	text-align: left;
	font-weight: normal;
}
form li a{
	padding-left: 5px;
	font-size: 90%;
}
form h3,
#for-submit{
	clear: both;
}
#for-submit{
	text-align: center;
}
#error-message, .error, .required{
	color: #c66;
	font-weight: bold;
}
#for-continue{
	text-align: right;
}
