#paymentProcess_form label.invalid {
	color: #ff0000 !important;
	font-style: italic;
}

input.invalid,
select.invalid,
textarea.invalid {
	border: 2px solid #ff0000;
}

div.altPay{
	display: none;
}

#paymentProcess_form{
	clear: both;
}

span.invalid_reason{
	clear: left;
	font-weight: normal;
	color: #ff0000;
}

.main_content fieldset textarea.written_entry{
	width: 100%;
	height: 100px;
	float: none;
	clear: both;
}

span.written_entry_invalid{
	padding:  0;
	display: block;
	float: none;
	clear: both;
}

div.category_details{
	padding-left: 20px;
}

span.label_required{
	font-weight: normal;
}

#paymentProcess_form .uploader{
	clear: left;
	float: left;
	font-size: 1.1em;
}

#paymentProcess_form .uploader iframe{
	width: 430px;
	height: 225px;
}

#paymentProcess_form .uploader label{
	margin-bottom: 5px;
}

