.popup {
	padding: 10px 15px;
	background-color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/design/popup-bkgd.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

#popup {
	text-align: left;
	padding: 75px 0px 0px 0px;
	background-image: url(../images/design/logo-pop.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#popup h1 {
	color: #BCD35F;
	font-size: 1.13em;
	margin: 20px 0px 8px 0px;
	font-weight: bold;
	border-top: 0px dotted #CCDC00;
	padding: 10px 0px 0px 0px;
}

#popup h2 {
	color: #BCD35F;
	font-size: 0.88em;
	margin: 0px 0px 8px 0px;
	line-height: 1.4;
}

#popup h3 {
	color: #BCD35F;
	font-size: 0.75em;
	margin: 0;
	line-height: 1.3;
}

#popup p {
	font-size: 0.75em;
	color: #CCCCCC;
	margin: 0px 0px 8px;
	line-height: 1.3;
}

#popup p a {
	color: #CCCCCC;
}

#popup p a:hover {
	color: #BCD35F;
}

#popup ul, ol {
	margin: 0px 0px 8px 10px;
	padding: 0px 0px 0px 8px;
}

#popup li {
	font-size: 0.75em;
	color: #CCCCCC;
	line-height: 1.3;
}

#popup li li {
	font-size: 1em;
}

#popup li a {
	color: #CCCCCC;
}

#popup li a:hover {
	color: #BCD35F;
}


#popup HR {
	border: none 0;
	border-top: 1px dotted #BCD35F;
	height: 1px;
	margin: 0px 0px 8px;
}

