html, body {
	overflow-x: hidden;
	overflow-y: auto;
}

body{
	overflow: hidden;
}

#wrapper {
	background: url('../images/receiptLogo.png') center top no-repeat;
	width: 1001px;
	padding-top: 115px;
	margin: 0px auto;
}

#layout {
	width: 93%;
	margin: 0px auto;
}

#layout1 {
	width: 93%;
	margin: 0px auto;
}

#layout2 {
	width: 93%;
	margin: 0px auto;
}

#leftColumn {
	vertical-align: top;
	width: 248px;
}

#rightColumn {
	vertical-align: top;
}

#footer {
	margin-top: 15px;
	background: url('../images/footer_background.png') 0 0 repeat-x;
	width: 100%;
	height: 62px;
	position:absolute;
}

#footer .left {
	padding-left: 30px;
}

#footer .right {
	text-align: right;
	padding-right: 30px;
}

#footer .highlight {
	color: red;
}

#footer2 {
	border-top: solid 1px #cccccc;
	height: 25px;
	line-height: 25px;
	text-align: right;
	vertical-align: middle;
	padding-right: 30px;
}

.gatewayHeader {
	width: 248px;
	height: 35px;
	background: url('../images/left_column_gateway_head.png') 0 0 no-repeat;
}

.orderHeader {
	width: 248px;
	height: 35px;
	background: url('../images/left_column_order_head.png') 0 0 no-repeat;
}

.gatewayContent, .orderContent {
	width: 248px;
}

.gatewayContent .contentLeft,
.orderContent .contentLeft {
	width: 37px;
	background: url('../images/left_column_left.png') 0 0 repeat-y;
	vertical-align: top;
}

.gatewayHeader2 {
	width: 37px;
	height: 24px;
	background: url('../images/left_column_gateway_head.png') 0 -35px no-repeat;
}

.orderHeader2 {
	width: 37px;
	height: 24px;
	background: url('../images/left_column_order_head.png') 0 -35px no-repeat;
}

.gatewayContent .content,
.orderContent .content {
	padding: 15px 0 5px 0;
	background-color: #faf7f8;
}

.gatewayContent .contentRight,
.orderContent .contentRight {
	width: 37px;
	background: url('../images/left_column_right.png') 0 0 repeat-y;
}

.gatewayFooter, .orderFooter {
	width: 248px;
	height: 15px;
	background: url('../images/left_column_bottom.png') 0 0 no-repeat;
}

.adHeader {
	width: 248px;
	height: 16px;
	background: url('../images/left_column_ad_head.png') 0 0 no-repeat;
}

.adFooter {
	width: 248px;
	height: 13px;
	background: url('../images/left_column_ad_bottom.png') 0 0 no-repeat;
}

.adContent {
	width: 248px;
}

.adContent .contentLeft {
	width: 6px;
	background: url('../images/left_column_ad_left.png') 0 0 repeat-y;
}

.adContent .content {
	height: 170px;
	text-align:center;
	background: #e8e8e8 url('../images/left_column_ad_background.png') 0 0 repeat-x;
}

.adContent .contentRight {
	width: 5px;
	background: url('../images/left_column_ad_right.png') 0 0 repeat-y;
}

.mainHeader {
	width: 100%;
}

.mainHeader .headerLeft {
	width: 16px;
	height: 66px;
	background: url('../images/content_top_left.png') 0 0 no-repeat;
}

.mainHeader .header {
	background: url('../images/content_top_middle.png') 0 0 repeat-x;
}

.mainHeader .headerRight {
	width: 16px;
	height: 66px;
	background: url('../images/content_top_right.png') 0 0 no-repeat;
}

.mainContent {
	width: 100%;
}

.mainContent .contentLeft {
	width: 5px;
	background: url('../images/content_left.png') 0 0 repeat-y;
}

.mainContent .content {
	background: white url('../images/content_background.png') 0 0 repeat-x;
	padding: 10px;
}

.mainContent .contentRight {
	width: 5px;
	background: url('../images/content_right.png') right 0 repeat-y;
}

.mainFooter {
	width: 100%;
}

.mainFooter .footerLeft {
	width: 16px;
	background: url('../images/content_bottom_left.png') 0 bottom no-repeat;
}

.mainFooter .footer {
	/*padding-bottom: 15px;*/
	background: url('../images/content_bottom_middle.png') 0 bottom repeat-x;
}

.mainFooter .footerRight {
	width: 16px;
	background: url('../images/content_bottom_right.png') 0 bottom no-repeat;
}

.formContent {
	width: 80%;
}

.formContent .contentLeft {
	width: 11px;
	background: white url('../images/form_left.png') 0 0 no-repeat;
}

.formContent .content {
	background: white url('../images/form_middle.png') 0 0 repeat-x;
	padding: 20px 5px 5px 5px;
}

.formContent .contentRight {
	width: 11px;
	background: white url('../images/form_right.png') 0 0 no-repeat;
}

.inputForm {
	width: 80%;
}

.inputForm td {
	padding: 5px;
	vertical-align: top;
}

.inputForm .title {
	width: 130px;
	text-align: right;
	color: #878786;
	font-weight: bold;
}

.inputForm input.textInput {
	width: 180px;
	border: solid 1px #000000;
	height: 20px;
}

a.blueButton {
	text-decoration: none;
	cursor: pointer;
}

a.blueButton span.text {
	
	padding: 5px 0 7px 8px;
	color: white;
	background: url('../images/blue_button.png') 0 0 no-repeat;
}

a.blueButton span {
	padding: 5px 0 6px 5px;
	background: url('../images/blue_button_right.png') bottom right no-repeat;
}

.highlight {
	color: red;
}

.desc {
	color: #b2b2b2;
	padding:5px 0 5px 0
}

.verify {
	margin: 0 10px;
	color: #666699;
}

.payMethodTitle {
	color: #3a9cce;
	font-size: 13px;
	font-weight: bold;
	width: 22%;
}

.payMethod {
	font-size: 13px;
	width: 26%;
}

#popWindowMask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

p {
	margin-bottom: 5px;
}