.box-modal {
	position: relative;
	width: 716px;
	padding: 20px;
	background: #f6f3e9;
	font-size: 14px;
    line-height: 24px;
    color:#4f3619;
	box-shadow: 0 0 0 1px #ffd77e;
	border-radius: 10px;
}
.box-modal_close { 
    position: absolute; 
    right: 10px; 
    top: 10px; 
    font-size: 11px; 
    line-height: 15px; 
    color: #999; 
    cursor: pointer; 
    background: url(../img/close.png) no-repeat 0 0;
    width: 18px;
    height: 17px;
}
.box-modal_close:hover { color: #666; }

.rev-img {
    width: 220px;
    float: left;
    margin: 0 20px 20px 0;
}
.rev-img img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}
.rev-text p {
    margin-bottom: 10px;
}