.wrapp1 {
    background: transparent url('../../images/layout/page/index/calctax-main-wrapp1.jpg') no-repeat scroll 100% 20px;
    padding: 0 260px 20px 0;
}

div#main-calc .tabs-list {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
div#main-calc .tabs-list li {
    text-align: center;
    line-height: 40px;
    width: 129px;
    margin: 0 4px 0 0;
    float: left;
    list-style-type: none;
}
div#main-calc .tabs-list a {
    color: #3e647e;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 190%;
    font-weight: normal;
}
li#tabs-calc {
    background: #e1e5d7 url('../../images/layout/page/index/calctax-main-calc-tab.jpg') no-repeat scroll 0 0;
}
li#tabs-result {
    background: #c9dac8 url('../../images/layout/page/index/calctax-main-result-tab.jpg') no-repeat scroll 0 0;
}

div#main-calc form {
    height: 400px;
    margin: 0 0 1.5em 0;
    padding: 10px 20px 10px 20px;
    position: relative;
}
div#main-calc form legend {
    display: none;
}
div#main-calc form fieldset.submit {
    position: absolute;
    left: 20px;
    bottom: 0;
}
div#main-calc form fieldset fieldset {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}
div#main-calc form fieldset fieldset.submit {
    border-bottom: none;
}
div#main-calc form input.text {
    font-size: 0.8em;
    width: 10em;
    border-style: none;
}

form#calc {
    background: #e1e5d6 url('../../images/layout/page/index/calctax-main-calc.jpg') repeat-x scroll 0 0;
}
form#calc fieldset fieldset {
    border-bottom: 1px solid #c6c9bb;
}
form#calc h5,
form#calc p,
form#calc ul {
    margin: 0 0 0 0;
}
ul#calc-municipal li {
    margin: 0 25px 0 0;
    display: inline;
    list-style-type: none;
}

form#result {
    background: #c9dac7 url('../../images/layout/page/index/calctax-main-result.jpg') repeat-x scroll 0 0;
}
form#result fieldset fieldset {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 125%;
    border-bottom: 1px solid #b3c2b1;
}
form#result fieldset fieldset p {
    width: 60%;
    margin: 0 0 0 0;
}
form#result fieldset fieldset strong {
    color: #3e647e;
}
