/*
 * CSS code Copyright (c) 2009 Mike Landis, Purple Ivy.Net
 *
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * Date: 2009-09-28 
 * Revision: 1
 */
 
input {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #660000;
	font-size: 8pt;
}

.inputText_seat {
	width: 2em;
	margin-bottom: 6px;
	margin-right: 3px;
	padding: 2px;
	text-align: center;
	color: white;
	font-weight: bold;
}

.inputText_total {
	width: 4em;
	margin-bottom: 9px;
	margin-left: 0px;
	padding: 2px;
	text-align: right;
	color: #660000;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 0.5px;
	border: 0px;
	border-bottom: 1px solid #660000;
	background: transparent;
	
}

.inputText_amount {
	width: 6em;
	margin-bottom: 9px;
	margin-left: 3px;
	padding: 2px;
	text-align: left;
	color: #660000;
	font-weight: bold;
}

select {
	width: 19em;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 1px;
	text-align: left;
	color: #660000;
	font-weight: normal;
	font-size: 8pt;
	letter-spacing: 0px;
	border: 1px solid #660000;
	background: #fee3ad;
}

.payMethodButton, .payMethodButton:hover {
   display: inline;
	color: #781351;
	background: #fee3ad;
	border: 2px outset #660000;
	font-size: 10pt;
	padding: 3px;
	text-decoration: none;
}

.payMethodButtonOff {
	background: #F6EFEF; /* #feECE1; */
}

.payMethodBlock {
	margin-top: 20px;
	padding: 20px
	width: 490px;
	height: 300px;
	border: 0px solid #660000;
	text-align: left;
}


.totalBox {
	margin-top: 5px;
	background: #fee3ad;
	padding: 5px;
}	