body, html {
	background: white url(../images/popup_bg.gif) 0 0 repeat-x;
	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/header_popup.gif) 0 0 no-repeat;
	padding-top: 53px;
	height: 40px;
	}
	
div#popup_header ul {
	font-size: 11px;
	padding-left: 15px;
	}
	
div#popup_header li {
	display: inline;
	}
	
div#popup_header li a {
	color: white;
	}
	 
div#popup_content, div#popup_lg {
	clear: both;
	padding: 0 15px;
	margin-bottom: 25px;
	}
	
#popup_content ul {
	margin-left: 20px;
	margin-bottom: 25px;
	list-style: none;
	}
	
#popup_content li {
	background: url(../images/arrow_org.gif) 0 3px no-repeat;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 12px;
	}

