
table.formHolder {
	float: left;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*width: 325px;*/
}
table.formHolder tr td.label {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	color: #888;
}
table.address input, table.address select, table.giftAddress input, table.giftAddress textarea {
	border: 1px solid #6F8CAE;
	padding: 3px;
	font-size: 1.3em;
	color: #A67932;
	border-radius: 3px;
    -webkit-box-shadow: inset 0px 5px 5px #eee;
    -moz-box-shadow: inset 0px 5px 5px #eee;
    box-shadow: inset 0px 5px 5px #eee;
}
input.button {
	border: 1px solid #6F8CAE;
	padding: 4px 12px;
	font-size: .9em;
	color: #FFF;
	background-color: #244771;
	border-radius: 10px;
	cursor: pointer;
}
input:hover.button {
	background-color: #5A85B8;
	color: #E0E5EA;
}
table.address select {
	padding: 2px;
}
table.formHolder tr.layout td {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
#formWrapper {
	float: right;
	background-color: #FFEAC8;
	background-color: #E0E5EA;
	/*border-radius: 10px;
	border: 2px solid #244771;*/
	border: 1px solid #244771;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}
#sendDate {
	vertical-align: top;
}
#orderSummary {
	float: left;
	margin-top: 30px;

}

#orderSummary th {
	background-color: #244771;
	background-color: #9CB7D7;
	padding: 3px 6px;
	font-size: 13px;
	color: #FFF;
	color: #244771;
}
#orderSummary table {
	border-top: 1px solid #244771;
	border-bottom: 1px solid #244771;
	font-family: Arial, Helvetica, sans-serif;
	width: 596px;
}
#orderSummary table td {
	border-top: 1px solid #ACBFD7;
	vertical-align: top;
	font-size: 13px;
	padding: 3px 6px;
	color: #333;
}
#orderSummary table tr.subtotal td {
	border-top: 3px double #ACBFD7;
}
#orderSummary table tr.shipping td {
	border-top: 3px double #ACBFD7;
}
#orderSummary table tr.total td {
	border-top: none;
	font-weight: bold;
}
#orderSummary .checkout td {
	border-top: none;
}
.giftOption {
	/*display:none;*/
}
a.remove {
	margin-top: 3px;
	padding: 1px 5px;
	background-color: #FFE2B4;
	border: 1px solid #A67932;
	color: #A67932;
	border-radius: 8px;
	font-size: 11px;
	text-align: center;
	float: left;
	margin-bottom: 3px;
	clear: left;
}
a.edit {
	margin-top: 3px;
	padding: 1px 5px;
	background-color: #FFE2B4;
	border: 1px solid #A67932;
	color: #A67932;
	border-radius: 8px;
	font-size: 11px;
	text-align: center;
	float: left;
}
a.checkout {
	margin-top: 3px;
	padding: 3px 8px;
	background-color: #6F8CAE;
	border: 2px solid #244771;
	color: #FFF;
	font-weight: bold;
	border-radius: 8px;
	font-size: 11px;
	text-align: center;
	float: left;
	
}
#orderInstructions p.subtitle {
	color: #6F8CAE;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 24px;
}
#orderInstructions p span {
	font-size: 24px;
	color: #6F8CAE;
	padding-right: 10px;
	line-height: 26px;
}
#formWrapper {
	margin-left: 30px;
}
table.address td, table.giftAddress td {
	padding: 1px;
}
table.giftAddress {
	margin-left: 10px;
}
#shipDate {
	background-image: url('calendar.png');
	background-repeat: no-repeat;
	background-position: 137px 3px;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url('../images/background.png');
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
}
#overlay form {
	background-color: #FFF;
	border: 7px solid #ACBFD7;
	border-radius: 12px;
	padding: 20px;
	width: 500px;
	margin: 0px auto;
}
#ccForm {
	display:none;
}
#ccForm table {
	font-size: 11px;
	float: left;
	margin-left: 20px;
}
#ccForm input, #ccForm select {
	border: 1px solid #6F8CAE;
	padding: 3px;
	font-size: 1.3em;
	color: #A67932;
	border-radius: 3px;
	-webkit-box-shadow: inset 0px 5px 5px #eee;
	-moz-box-shadow: inset 0px 5px 5px #eee;
	box-shadow: inset 0px 5px 5px #eee;
}
#ccForm select {
	padding: 2px;
}
.AuthorizeNetSeal {
	float: left;
}

#ccForm tr td.label {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	color: #888;
}
#ccForm .totalCCCost, #ccForm .totalCCCalendars {
	font-weight: bold;
}
#paymentButtonArea #progressBar {
	border: 1px solid #ACBFD7;	
	border-radius: 10px;
	height: 15px;
	width:240px;
	background-color: #EEE;
	text-align: left;
}
#paymentButtonArea #progressIndicator {
	height: 15px;
	width:0px;
	background-color: #78AB46;
	border-radius: 10px;
}
#progressMessage p {
	text-align: center;
	color: #888;
	font-size: 12px;
	margin-top: 3px;	
}
#CCerror {
	background-color: #FDD;
	color: #900 !important;
	border: 1px solid #900;
	margin-top: 10px;
	border-radius: 5px;
}

#DeclineError {
	background-color: #fcf8e3;
	color: #8a6d3b !important;
	border: 1px solid #900;
	margin-top: 10px;
	border-radius: 5px;
}