.syaku-modal .button-close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url(close.png) no-repeat 0 0;
}

.syaku-modal .background {
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	position: fixed
}

.syaku-modal .content {
	background: #fff;
	-webkit-box-shadow: 0 0 10px #000;
	-moz-box-shadow: 0 0 10px #000;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}