

/*------------popup.css----------*/

/* base
-------------------------------------*/
body {
	padding:20px;
}
div.popup-bg {
	float:left;
}
#pop-title{
	float:left;
}
div.popup-bg h3 {
	width:270px;
	float:left;
	margin-bottom:20px;
}
.content {
	clear:both;
}