/* OTZIVI */
.clearboth { clear: both; height: 0px; font-size: 0px; }
.popupform input[type="submit"] {
    width: 290px;
    height: 44px;
    font-family: Verdana;
    font-size: 16px;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 0;
    cursor: pointer;
    border: none;
    background: #a52222;
    background: -moz-linear-gradient(top,  #e86262 0%, #a52222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e86262), color-stop(100%,#a52222));
    background: -webkit-linear-gradient(top,  #e86262 0%,#a52222 100%);
    background: -o-linear-gradient(top,  #e86262 0%,#a52222 100%);
    background: -ms-linear-gradient(top,  #e86262 0%,#a52222 100%);
    background: linear-gradient(to bottom,  #e86262 0%,#a52222 100%);
}
.popupform input[type="submit"]:hover {
    background: #771717;
    background: -moz-linear-gradient(top,  #c54141 0%, #771717 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c54141), color-stop(100%,#771717));
    background: -webkit-linear-gradient(top,  #c54141 0%,#771717 100%);
    background: -o-linear-gradient(top,  #c54141 0%,#771717 100%);
    background: -ms-linear-gradient(top,  #c54141 0%,#771717 100%);
    background: linear-gradient(to bottom,  #c54141 0%,#771717 100%);
}