body, html {
	background: white;
	margin: 0;
	padding: 0;
	}
	
body#lg {
	background: url(../images/bg_popup_lg.gif) 0 0 repeat-x;
	}

div#popup_wrap {
	width: 400px;
	text-align: left;
	}
	
div#popup_wrap_lg {
	width: 750px;
	text-align: left;
	}
	
div#popup_header {
	background: url(../images/logo_popup.gif) 0 0 no-repeat;
	padding-top: 46px;
	height: 31px;
	}
	 
div#popup_content, div#popup_lg {
	clear: both;
	padding: 20px 15px;
	}
	
div#popup_content {
	background: url(../images/bg_popup_content.gif) 0 0 no-repeat;
	}
