a img {
	border: none;
}

.error {
  color: red;
}

.navigationArrow {
  vertical-align: middle;
  cursor: pointer;
}

.required {
	font-weight: normal;
}

#creditCardTable {
	width: 100%;
	border: 1px solid #AE8D64;
	background-color: #F7F7EF;
	border-collapse: collapse;	
}
#creditCardTable thead {
	background-color: #C7AC9B;
	border: 1px solid #AE8D64;
	font-weight: bold;
	text-align: left;
}
#creditCardTable th, #creditCardTable td {
	padding: 5px 10px;
	font-size: 11px;
}
#creditCardTable tbody th {
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	white-space: nowrap;
}
#creditCardTable tbody td {
	width: 90%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#creditCardTable tbody td input[type=text] {
	margin-right: 5px;
}
#creditCardTable tbody td input[type=submit], #creditCardTable tbody td input[type=reset] {
	margin-bottom: 5px;
	padding: 1px 6px;
	background-color: #C7AC9B;	
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
}
#creditCardTable tbody td input[type=submit][disabled] {
	background-color: #E6DAD2;
	color: #999;
	cursor: default;
}