
.checkout-btns						{ float:right; }

.dsct-form							{ float:left; width:325px; }
.dsct-form:after					{ content:''; zoom:0; clear:both; visibility:hidden; height:0px; display:block; }
.dsct-form > span					{ display:none; text-align:right; }
.dsct-form .clear					{ display:none; }
.dsct-form fieldset					{ float:left; width:250px; margin:0; }
.dsct-form .field					{ margin:0; }
.dsct-form .field > label			{ display:none; }
.dsct-form .field > div				{ float:none; width:100%; }
.dsct-form .Actions					{ float:right; margin:0; }
.dsct-form .Actions input			{ text-align:center; width:75px; }

@media(min-width:701px){
	#discount-form					{ display:block !important; }
}

@media(max-width:700px){
	.checkout-btns					{ clear:right; }
	.dsct-form						{ float:none; margin:0 0 20px auto; }
	.dsct-form > span				{ display:block; }
	#discount-form					{ display:none; }
}

@media(max-width:400px){
	.checkout-btns					{ float:none; }
	.checkout-btns a				{ display:block; margin-top:10px; }
	.dsct-form						{ float:none; width:100%; }
	.dsct-form fieldset				{ float:none; width:100%; }
	.dsct-form .Actions				{ float:none; margin:0; }
	.dsct-form .Actions input		{ width:100%; }
}