#content form .form-template {
    background-color: #f1f1f1;
    padding: 10px;
    width: 670px;
}

#content form div.form-template label {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 6px;
    text-align: right;
    width: 60px;
}
#content form div.form-template input {
    width: 200px;
}
#content form div.form-template label.required {
    font-weight: bold;
}
#content form div.form-template textarea {
    height: 70px;
    width: 310px;
    _width: 300px;
    _position: relative;
    _left: -3px;
}
#content form div.form-template button.odeslat {
    border: 0;
    float: right;
    height: 19px;
    margin: 7px 30px 0px 0px;
    padding: 0;
    width: 77px;
}

#content form div.form-template button.cs {
    background: transparent url('/media/page/button-odeslat.png') no-repeat left top;
}

#content form div.form-template button.at,
#content form div.form-template button.de {
    background: transparent url('/media/page/button-odeslat-de.png') no-repeat left top;
}

#content form div.form-template button.pl {
    background: transparent url('/media/page/button-odeslat-pl.png') no-repeat left top;
}

#content form div.form-template button.sk {
    background: transparent url('/media/page/button-odeslat-sk.png') no-repeat left top;
}
#content form div.form-template button:hover {
    background-position: left bottom;
}
#content p.note {
    font-size: 100%;
}
#content form div.form-template div.column {
    float: left;
    width: 280px;
}
#content form div.form-template div.column.right {
    width: 380px;
}

