a#tell_friend {float:left;padding:7px 10px 6px 10px;}
a#tell_friend.button {clear:none; margin:1px 0 0 10px;}

#tell_friend_form {
 	display: flex;
    position: absolute;
    bottom: 88px;
    left: 58px;
}
#tell_friend_form p {margin:0 0px 15px 0px;padding: 0px;}
#tell_friend_form p label {display: block;float: left;width: 100px;text-align:right;margin-right:15px;}

#tell_friend_form .tell_friend_center {} 
#tell_friend_form .tell_friend_center a {cursor:pointer;}
#tell_friend_form h4 {text-align: center;margin-bottom: 20px;margin-top: 10px;}
#tell_friend_form h4 em {font-weight:normal;font-style:normal;}
#tell_friend_form #tell_friend_result {color: #aaaaaa;margin-bottom: 14px;text-align:center;}
#tell_friend_form #tell_friend_result .tell_friend_error {color: #ff0000;}
#tell_friend_form #tell_friend_result .tell_friend_success {color: #00d12a;}
#tell_friend_form input {
    margin: 0px;
    padding: 0px;
    height: 31px;
    width: 314px;
    border: 1px solid #00b450;
    margin-right: 6px;
    font-size: 14px;
    padding: 0px 10px; 
}
#tell_friend_form input.input_captcha {width: 90px;height: 39px;font-size:36px; font-weight:bold;}
#tell_friend_form .tell_friend_button {
	font-size: 17px;
    cursor: pointer;
    width: 162px;
    margin: 0px;
    padding: 0px;
    height: 31px;
    border: 1px solid #00b450;
    margin-right: 6px;
    background: #00ac3b;
    color: #fff;
}
span.tell_friend_success {
    position: absolute;
    bottom: 128px;
    background: #fff;
    padding: 22px 70px;
    left: 42px;
    font-size: 16px;
    font-weight: 500;
    color: #00ac3b;
}
.modal-rest {
	padding: 30px 70px 30px 40px;
    display: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    background: #42914b;
}
.box-modal_close1.arcticmodal-close1 {
    position: absolute;
    right: 5px;
    color: #4ab038;
    border-radius: 50%;
    border: 2px solid #4ab038;
    padding: 2px 7px;
    font-weight: 600;
    top: 6px;
    cursor: pointer;
}