form.rspaypal input { border: none; padding: none; }
form.rspaypal_left { float: left; }
form.rspaypal_right { float: right; }
form.rspaypal_inline { display: inline; vertical-align: -75%;}

/* simple table to align buttons */
table.rspaypal_simple td { vertical-align: top; }

/* shaded table to present lists of items on shaded backgrounds. */
table.rspaypal_shaded {
	width: 100%;
	text-align: center;
	}

table.rspaypal_shaded > thead > tr > td {
	background-color: #DDDDDD;
	font-weight: bold;
	border: solid 1px gray;
	} 

table.rspaypal_shaded > tbody > tr > td {
	background-color: #EEEEEE;
	border: solid 1px gray;
	vertical-align: middle;
	}
	
table.rspaypal_2col td {
	width: 50%;
}

table.rspaypal_3col td {
	width: 33%;
}

