#otchet_form input[type=text],
#otchet_form input[type=email],
#otchet_form textarea{display: block;line-height: 30px;font-size: 16px;border-radius: 4px;box-sizing: border-box;padding: 1px 15px;box-shadow: none;border:1px solid #ccc;}
#otchet_form label{width: 100%;display: block;}
#send_otchet_button{
	position: relative;
    display: block;
    margin: 0.5em 0;
    padding: 0.5em;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: normal;
    color: rgb(245,245,245);
    text-shadow: 0 -1px rgba(0,0,0,.1);
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #24650f;
    border-radius: 5px;
    background: #0c9c0d linear-gradient(#82d18d, #0c9c0d);
    box-shadow: inset #72de26 0 -1px 1px, inset 0 1px 1px #98ff98, #3caa3c 0 0 0 1px, rgba(0,0,0,.3) 0 2px 5px;
    -webkit-animation: pulsate 1.2s linear infinite;
    animation: pulsate 1.2s linear infinite;
    text-transform: uppercase;
    cursor: pointer;
    white-space: normal;
}

div#result.success {
    border-color: #00FF04;
    background: #DBFFDC;
    margin: 1em;
    padding: 1em;
    line-height: 38px;
    font-size: 25px;
}