html, body {
	background:#fff !important;
}

body.popup {
	text-align:left;
	background:#fff;
	padding:0 10px;
	margin:0;
}

#top {
	height:auto;
}

#popup-ur {
	width:530px;
	text-align:left;
	position:relative;
	margin:0;
	padding-top:22px;
	overflow:hidden;
	background:url(/images/quepos/template/top_stripe.gif) top left no-repeat;
}

#top.gray-popup, #bottom.gray-popup{
	width:485px;
	text-align:left;
}

#top.gray-popup {
	background:url(/images/quepos/template/top_stripe.gif) top left no-repeat;
	padding:2.6em 0 2em;
}

#popup-header {
	background:url(/images/quepos/template/top_stripe.gif) top left no-repeat;
	padding:2.6em 0 0;
	height:auto;
}

#popup-main-content {
	width:520px;
	text-align:left;
	position:relative;
	margin:0 auto;
	padding-left:8px;
	min-height:360px;
}

#bottom.gray-popup {
	margin:2em 0 0;
	width:468px;
	background:url(/images/quepos/footer/footer_bg.gif) top left no-repeat;
}

.gray-popup a:link, .gray-popup a:hover, .gray-popup a:visited {
	text-decoration:none;
}

#top.gray-popup a, #close-popup-gray a  {
	text-decoration:underline;
}

#close-popup-gray {
    color:#717171;
	font-size:10px;
	height:auto;
	background:#fff;
	width:485px;
}

#bg-popup-gray #main-content {
	min-width:485px;
	width:485px;
}

#close-window-img, #close-window-link {
    float:right;
    margin: 14px 0 0;
	color:#444;
	font-size:10px;
}

#close-window-img {
    margin:8px .5em 0 0;
}

/** pop up buttons **/
.popup #buttons {
	clear:left;
	width:180px;
	margin:10px auto 0 auto;
}

.popup #buttons-left {
	clear:left;
	width: 180px;
}

.popup #logo-white {
	margin:6px 0 20px;
}

.popup #submit-button {
	margin:20px 0 0;
}

#popup-logo {
	margin:0 0 10px;
}

.close-link {
	float:right;
	padding-top:1em;
	margin:0;
}

 a.close-link:link, a.close-link:hover, a.close-link:visited {
	color:#444;
	font-size:11px;
	text-decoration:underline;
}

.close-icon {
	float:right;
	margin:5px .5em 0 0;
}



