div.formular form {
    margin: 0;
    padding: 0;
    }
div.formular {
    background: #FDFDF5 url("/img/sec-bagg-bck-table.gif") no-repeat 0 0;
    height:140px;
    margin: 20px auto 10px auto;
    text-align:left;
    width:380px;
    }
div.formular div.block {
        color:#000000;
        font-size: 100%;
        height:120px;
        margin:auto;
        padding:10px;
        text-align:left;
        width:360px;
        }
div.formular div.block table {
        border-collapse: collapse;
        border: none;
        background: none;
        font-size: 11px;
        }        
div.formular div.block table th {
    background: none;
    color: #000;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 2px 10px;
    border: 0;
    }
div.formular div.block table td {
    border: none;
    color: #000;
    text-align: left;
    margin: 0;
    padding: 2px 5px 2px 5px;    
    } 
div.formular div.block table td input {
    width: 170px;
    font-size: 11px;
    padding: 2px;
    }            
div.formular div.block table td.button {
    text-align: center;
    padding: 15px 0 0 0;
    }     
div.formular div.block table td.button input {
    width: auto;
    border: 1px solid #CDCABA;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    background: url("/img/sec-bagg-btn-bck.gif") repeat-x;
    padding: 4px 10px 6px 10px;
    }
