.popup {
	padding: 20px;
}
.popup .container {
	padding: 20px;
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.popup .title {
	padding: 0 0 20px 0;
	font-size: 1.2em;
	color: #555555;
}
.popup .close {
	position: absolute;
	top: -13px;
	right: -13px;
	width: 30px;
	height: 30px;
	background: url(/images/close.png) left top no-repeat;
}
