
#popupWrapper{width:500px;margin:20px 0 0 0;}
#popupContentWrapper{width:450px;margin:0 auto;padding:10px 0 0 0;}
/* TYPOGRAPHY */
h1 {
	font-size: 1.6em;
	margin-bottom: 18px;
	color: #9c2601;
}
h2{
	font-size: 1.4em;
	margin-bottom: 6px;
	color: #000;
}
h3{
	font-size: 1.2em;
	margin-bottom: 5px;
	color: #000;
}
p {
	margin-bottom: 12px;
	line-height: 1.3em;
}
a {
	color: #cd5125;
	font-weight: bold;
	text-decoration: underline;
}
.floatLeft{float:left;padding:0 15px 15px 0;}