
/* "show cart" table */

#simplecart {
	width: 100%;
}

#simplecart > p {
	width: 100%;
	text-align: center;
}

table.cart_items {
	width: 100%;
}

table.cart_items .tally {
}

/* checkout form */

#cartform input[type=text] {
	width: 23em;
	font: 10pt normal monospace;
}

#cartform textarea {
	width: 23em;
	font: 10pt normal monospace;
}

/* pop-up floating div for when user is asked to wait while being transferred to PayPal */

#waiting {
	position: absolute;
	width: 420px;
	height: 50px;
	top: 0;
	left: 0;
	text-align: center;
	vertical-align: middle;
	border: #bae5f9 solid;
	background-color: white;
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	visibility: hidden;
}
#waiting p {
	font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
}

/* PayPal form-post table */

#paypaltable {
	width: 425px;
	border: solid 2px #bae5f9;
	background: white;
}

.dollars: {
	text-align: right;
}

