.formSet {
	height:1%;
	clear: both;
	float: none;
	padding: 0;
	margin: 0;
}
#orderCD {
width:98%;
	background-image: url(/new-ag/public_html/image/ads/cds.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.formSet .label {
	font-weight: normal;
	padding-left:3em;
	float: left;
	text-align: right;
	width:10em;
	font-style:italic;
}
.formSet .fBox {
	float: left;
	padding-left:1.5em;
	margin-left:0em;
	text-align:left;
/*	clear: left; */
}
.formSet .fBox input{
}
.formSet .fBox textarea{
	font-family:Arial, Helvetica, sans-serif;
}
.error{
	color:#900;
}
