.box-modal {
	position: relative;
	width: 500px;
	padding: 16px;
	background: #fff;
	color: #3c3c3c;
	font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
	/* box-shadow: 0 0 0 6px rgba(153, 153, 153, .3); */
	border-radius: 6px;
}
.box-modal_close { position: absolute; right: -15px; top: -15px; font-size: 14px; line-height: 15px; color: red; cursor: pointer; background:url(../images/close-modal-btn.png); width:30px; height:30px;}
.box-modal_close:hover { color: #ff7800; }

.left {
float:left;
}
.right {
float:right;
}