form.wpsc_pe {
	margin:0.5em 0 0 0;
}
	.wpsc_pe .row {
		margin:0.5em 0 0 0;
	}
		.wpsc_pe .row label {
			width:150px;
			float:left;
		}
		.wpsc_pe .row input.inputbox,
		.wpsc_pe .row textarea.inputbox {
			float:left;
		}
		.wpsc_pe .row input.error, .wpsc_pe .row textarea.error {
			background-color:#f99;
		}
		.wpsc_pe .row div.error, .wpsc_pe .row label.error {
			color:red;
		}
		.wpsc_pe div.errorlabels label {
			display:block;
		}
		.wpsc_pe .row .reqtxt {
			float:left;
			margin:0 0 0 0.5em;
			font-size:11px;
		}
		.wpsc_pe .row label.error {
			float:none;
			color:red;
			padding-left:0.5em;
			vertical-align:top;
		}
	.wpsc_pe .clear {
		clear:both;
	}
#inline_content {
	padding:1em;
}