.box-modal {
	position: relative;
	width: 320px;
	padding: 16px;
	background: #fff;
	color: #4c4c4c;
	font: normal 17px/36px Arial, sans-serif;
	box-shadow: 0 0 0 1px rgba(153, 153, 153, .3);

}

.box-modal_h3 {
    font: normal 20px/26px Arial, sans-serif;
	text-align: center;
}


.box-modal_close { position: absolute; right: 10px; top: 6px; font-size: 11px; line-height: 15px; color: #999; cursor: pointer; }
.box-modal_close:hover { color: #ccc; }


.box-modal_btn {
position: relative;
left: 50%;
transform: translate(-50%, 0);
    display: inline-block;
    color: #ffffff;
    margin-bottom: 0;
    font: normal 17px/36px Arial, sans-serif;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background: #e82654;
    border: 0;
    text-decoration: none;
    white-space: nowrap;
    height: 36px;
    padding: 0 20px;
    border-radius: 20px;
    text-shadow: none;
    box-shadow: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.box-modal_input {
	width: 310px;
    display: inline-block;
    height: 36px;
    padding: 0px 10px;
    position: relative;
    margin-bottom: 12px;
    color: #4c4c4c;
    vertical-align: middle;
    border: solid 1px #b4b4b4;
    outline: none;
    background-color: #ffffff;
    -webkit-appearance: none;
    border-radius: 2px;
    box-shadow: inset 0 2px 1px rgba(0,0,0,.05);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.box-modal_pol {font-size: 11px; line-height: 100%; color: #999; padding-top:30px;}