@charset "utf-8";
/* Eczema Association PayPal Form Styles */

#memberOptions {
	background: #daebf2;
	width: 100%;
}

#newMember .label, #renewMember .label {
	float: left;
	width: 127px;
	padding: 10px;
	text-align: right;
}

#newMember .info, #renewMember .info {
	float: left;
	width: 595px;
	padding: 10px;
}

#mainForm fieldset {
	border: 1px solid #CCC;
	margin-bottom: 30px;
}

#amount {
	border: 0;
	background: #FFF;
	color: #000;
}

.formError {
    color: #CC0000;
    font-weight:bold;
}