.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #f6f5f3;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	box-shadow: 6px 6px 0 #ccc;
	border: solid 1px #aaa;
}
.box-modal_close { 
	position: absolute; 
	right: 10px; top: 6px; 
	font-size: 20px; 
	font-weight: bold; 
	line-height: 15px; 
	color: #999; 
	cursor: pointer; 
	width: 15px;
	height: 15px;
	text-align: center;
}
.box-modal_close:hover{
	background: #eee;
	box-shadow: 4px 4px 0 #eaeaea;
}
.box-modal_close:hover { color: #666; }
.box-modal input {margin:4px; font-size:14px}
.box-modal .note {color:#d00; font-size:14px}