@charset "utf-8";
/* CSS Document */
html, body {
height:100%;
}

body.popup {
	padding:0;
	margin:0;
	background: url(../img/bg_body_popup.jpg) no-repeat left bottom #fff;
	height:100%;
}

.popup #wrap {
	width: 530px;
	margin: 0 0 0 15px;
}

.popup #content {
	margin-left: 15px;
	height:auto;
	width: 550px;
	background: none;
}