#erfcoupon_form {
	border: 1px solid;
	padding: 1em 1em 0 1em;
	display: block;
}

#erfcoupon_form fieldset {
  	position:relative;
	top:auto;
	left:auto;
  	width:100%; /* IE 6 Fix */
  	overflow:hidden; /* IE6 Fix */
  	margin:0;
  	padding:0 0 1em 0;
	border:none;
}

#erfcoupon_form div p {
  	width:100%;
  	position:relative;
	top:auto;
	left:auto;
	margin:0;
	padding:0 0 1em 0;
	zoom:1;
	overflow:hidden;
}

#erfcoupon_form div hr {
	margin:0 0 1em 0;
}

#erfcoupon_form div fieldset p {
	padding:0 0 0.1em 0;
  	font-weight:normal;
}

#erfcoupon_form label {
  	width:50%;
  	font-weight:bold;
  	float:left;
}

#erfcoupon_form fieldset label {
  	float:none;
  	font-weight:normal;
  	width:auto;
	display:inline; /* Firefox 1.0x Fix */
}

#erfcoupon_form input, #erfcoupon_form textarea {
  	width:45%;
}

#erfcoupon_form select, #erfcoupon_form input, #erfcoupon_form textarea {
	vertical-align:middle;
}

#erfcoupon_form fieldset input {
  	width:auto;
  	margin-left:50%;
}

#erfcoupon_form legend {
  	width:100%; /* IE6 Fix */
}

#erfcoupon_form legend span {
  	display:block;
	position:absolute;
	left:0;
	top:0;
  	font-weight:bold;
  	width:100%; /* IE6 Fix */
	white-space:nowrap; /* Semi Opera 8 Fix */
}

#erfcoupon_form button {
  	margin-left:50%;
	margin-right:-48%;
}

#erfcoupon_form img {
	vertical-align:bottom;
}

#erfcoupon_form acronym {
  	font-weight:bold;
  	border:none;
  	cursor:help;
}

#erfcoupon_form label acronym, #erfcoupon_form legend acronym {
  	position:absolute;
  	right:0;
	top:auto; /* Semi Opera 8 Fix */
  	z-index:999;
}
