#main_ctn {
    background: url('$layout/zoovista/imgs/bg_lion.png') no-repeat;
}

div.formail {
    margin-top: 15px;
}

div.formail table {
    width: 450px;
}

div.formail label {
    margin: 5px 0 5px 5px;
    width: auto;
    font-weight: bold;
    color: #4A4A4A;
    display: inline;
    float: none;
}

div.formail input, div.formail select, div.formail textarea {
    background-color: white;
    border: 1px solid #666;
    margin: 5px;
}

div.formail input {
    width: 100px;
}

div.formail tr.sender input {
    width: 200px;
}

div.formail tr.message td {
    white-space: nowrap;
    vertical-align: top;
}

div.formail tr.message textarea {
    width: 310px;
    height: 150px;
}

p.tel {
    margin: 0;
    padding: 2px 0;
}