#walletWidgetDiv,
#walletWidgetDiv div {
    min-height: 228px;
	max-height: 400px;
}
.amazon-or {
	margin: 10px 10px 10px 10px;
	margin-right: 30px;
	color: #1B3664;
}
#payWithAmazonDiv {
	margin-right: 10px;
}
#payWithAmazonButton {
	vertical-align: middle;
}

#content-body .module-wrapper.mod-payment > div{
	display: none;
}

#choose-payment-nav {
	display: block !important;
}
.page-send-order #amazon-address,
.page-send-order .widget-container {
	min-height: 150px;
	max-height: 300px;
}
#addressBookWidgetDiv{width: 100%; height: 260px;}

#amazon-overlay {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	display: block; 
	width: 100%; 
	height: 100%; 
	background-color: #000; 
	filter:alpha(opacity=70); 
	opacity: 0.7; 
	-moz-opacity:0.7;
	z-index: 1000;
}
#amazon-overlay-content {
	position: absolute; 
	width: 600px; 
	height: 150px; 
	top: 50%; 
	left: 50%; 
	margin-top: -75px; 
	margin-left: -300px; 
	text-align: center;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
}
