/* MESSAGE HEADER*/
.paypal_message {
	font-size: 12px;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #333333;
}

/* EDIT THE TEXT */
.paypal_maintext {
	font-size: 11px;
	font-family: "Century Gothic";
	color: #333333;
}

/* FOR USE WITH THE HTML SUBMIT BUTTON */
.button {
	font-size: 11px;
	color: #333333;
	background-color: #FFCCCC;
	border: 1px solid #E36990;
	letter-spacing: 2px;
	padding: 5px;
}

/* ERROR VALIDATING MESSAGE*/
.paypal_error { color: #CC3366; font-size: 11px; font-family: "Century Gothic"; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* ERROR LIST */
.paypal_errorlist { color: #CC3366; font-size: 9px; font-family: "Century Gothic"; font-weight: bold; margin-top: 0; margin-bottom: 0; }

/* FORM TEXT */
#paypal_form { font-size: 11px; font-family: arial; margin-top: 0; margin-bottom: 0; display: inline; }

/* FORM INPUT FIELDS */
.input input { font-size: 10px; font-family: arial; width: 100px; border-color: #E36990; border-style: solid; border-width: 1px; }