/* MESSAGE HEADER*/
.paypal_message {
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
}

/* EDIT THE TEXT */
.paypal_maintext {
	font-size: 12px;
	font-family: Arial;
}

/* FOR USE WITH THE HTML SUBMIT BUTTON */
.button { font-size: 12px; }

/* ERROR VALIDATING MESSAGE*/
.paypal_error {
	color: #f00;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

/* ERROR LIST */
.paypal_errorlist {
	color: #f00;
	font-size: 10px;
	font-family: Arial;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

/* FORM TEXT */
#paypal_form {
	font-size: 12px;
	font-family: Arial;
	margin-top: 0;
	margin-bottom: 0;
	display: inline;
}

/* FORM INPUT FIELDS */
.input input {
	font-size: 11px;
	font-family: Arial;
	width: 180px;
	border-color: silver #dcdcdc #dcdcdc silver;
	border-style: solid;
	border-width: 1px;
}