#popup {
	position: absolute;
	width: 512px;
	margin-left: 50%;
	margin-right: 50%;
	border: 4px solid #808080;
	top: 162px;
	left: -256px;
	background: #FFF;
	padding: 3px;
}
#popup .content {
	border: 1px solid #9F9F9F;
	padding: 22px 15px 14px 25px;
}
#popup .header {
	margin: 0 0 15px 0;
}
#popup .col1 {
	float: left;
	width: 196px;
	margin: 0 20px 0 0;
}
#popup .col1 p {
	font-size: 1.6em;
	line-height: 1.3em;
	color: #19C0E9;
	margin: 0;
	padding: 0;
}
#popup .col2 {
	float: left;
	width: 250px;
	margin: 2px 0 0 0;
}
#popup .col2 p {
	font-size: 1.1em;
	margin: 0 0 6px 0;
	padding: 0;
}
#popup .col2 p.hl1 {
	color: #19C0E9;
}
#popup .col2 a {
	color: #000;
	text-decoration: none;
}
#popup .col2 a:hover {
	color: #000;
	text-decoration: underline;
}
#popup #btClose {
	position: absolute;
	top: 13px;
	right: 13px;
}
#popup #btClose a, #popup #btClose a:hover {
	color: #B3B3B3;
	text-decoration: none;
}


