.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}

.checkoutSprite {
	background-image: url(/checkout/img/sprite-8.jpg);
	background-repeat: no-repeat;
}

#info_page_info_td, #info_page_info_td2 {
	border-left: 1px solid #B1B1B1;
	border-right: 1px solid #B1B1B1;
	background-color: white;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 10px;
	font-size: 12px;
	padding-bottom: 10px;
}

#paypalCheckoutPage {
	font-size: 12px;
	padding: 10px 20px 20px;
}
.paypalCheckoutForm {
	margin-bottom: 15px;
}
.thankYouBoxWrapper {
	text-align: center;
}
.thankYouBox {
	display: inline-block;
	margin: 0 0 25px;
	text-align: left;
}

.thankYouBox.fixedWidth,
#paypalCheckoutPage .thankYouBox.fixedWidth {
	width: 500px;
}

.thankYouBox .head,
#paypalCheckoutPage .thankYouBox .head {
	background: #097bd7;
	border: 1px solid #3438fd;
	padding: 6px 15px;
}

.thankYouBox h2 {
	font-size: 16px;
	color: #fff;
	margin: 0;
	padding: 0;
}

.thankYouBox .body,
#paypalCheckoutPage .thankYouBox .body {
	border-width: 0 1px 1px;
	border-style: solid;
	border-color: #b1b1b1;
	background: #fff;
	padding: 23px 34px;
}

.thankYouBox h3 {
	font-size: 14px;
	margin: 0;
}

.thankYouBox ul,
.thankYouBox li {
	margin: 0;
	padding: 0;
}

.thankYouBox ul {
	margin: 5px 0 0 17px;
	line-height: 17px;
}

.thankYouBox td {
	padding-top: 10px;
}

.thankYouBox form {
	margin: 7px 0 0;
}

.thankYouBox .labelCell {
	text-align: right;
	padding-right: 10px;
}

.thankYouBox label {
	font-weight: bold;
}

.thankYouBox .text {
	width: 200px;
}

.thankYouBox .submitWrapper {
	text-align: right;
	margin: 15px 0 0;
	padding: 0 15px 0 0;
}

.thankYouBox .submit {
	border: 0;
	cursor: pointer;
	text-align: left;
	text-indent: -10000px;
	width: 146px;
	height: 30px;
	font-size: 0;
	line-height: 0;
}

.thankYouBox .createAccount {
	background-position: -440px 0;
}

.thankYouBox .createAccount:hover,
.thankYouBox .createAccount:focus,
.thankYouBox .createAccount:active {
	outline: 0;
	background-position: -440px -32px;
}

.thankYouBox .logIn {
	background-position: -598px 0;
}

.thankYouBox .logIn:hover,
.thankYouBox .logIn:focus,
.thankYouBox .logIn:active {
	outline: 0;
	background-position: -598px -32px;
}

.thankYouBox .forgotPasswordCell {
	text-align: right;
	padding-top: 0;
	font-size: 11px;
}
