@charset "utf-8";
/* CSS Document */
@import "fieldset-styling.css";
#FormContainer {
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
}
#FormSwipe {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

#PayType{
	float: left;
	width: 100%;
}

#FormEC {
	float: left;
	width: 100%;
}

#FormCreditCardInfo {
	float: left;
	width: 100%;
}
#FormBillingAddress {
	float: left;
	width: 100%;
}
#FormShippingAddress {
	float: left;
	width: 100%;
	display: none;
}
#DivCreditCardIssueNumber {
	display: none;
}
#DivCreditCardSecurityCode {
	display: block;
}

.checkmark {
	background: #f8f8f8;
	padding: 10px;
	border-top: 1px dotted #d9d9d9;
	border-bottom: 1px dotted #d9d9d9;
	margin-bottom: 10px;
	clear: both;
}

input[type=text]{
	padding: 4px;
}

#product {
	height: 170px
}