body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}
.toptitle {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    background-color: #712c86;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 20px;
    height: 33px;
    padding: 28px 0;
    font-weight: 300;
}
.toptitle strong {
    font-weight: 800;
}
.bottomline {
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #712C86;
    padding: 9px;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 20px 0 0 0;
}
div.outer {
    margin: 0 auto;
    max-width: 980px;
}
div.rblock {
    float: right;
    max-width: 700px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #712C86;
    text-align: center;
}
table.formtable td {
    padding: 5px;
}
table.formtable {
    margin: 0 auto;
}
td.label {
    padding: 0 5px;
    text-align: right;
}
.formtable input[type="text"] {
    border: 1px solid #712c86;
    color: #000;
    padding: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    border-radius: 3px;
}
.formtable input[type="submit"],
.formtable input[type="button"] {
    border-bottom: 6px solid #598918;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    color: #fff;
    padding: 7px 20px;
    background-color: #9dd451;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
    min-width: 330px;
}
div.errormsg {
    width: 400px;
    margin: 0 auto;
    border: 1px solid #f00;
    text-align: center;
    font-size: 14px;
}
div.errorinner {
    padding: 10px;
    color: #f00;
}
div.errortitle {
    background-color: #f00;
    color: #ffffff;
    padding: 5px;
    font-size: 19px;
}
input.error {
    border: 1px solid #f00 !important;
    color: #f00 !important;;
}
p.error {
    color: #f00;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    text-align: left;
    width: 350px;
}
tr.afterborder td {
    padding-top: 20px !important;
}
tr.border td {
    border-bottom: 1px solid #712C86;
    padding-bottom: 25px !important;
}
div.zakazinner {
    border-left: 1px solid #712C86;
    border-right: 1px solid #712C86;
    border-bottom: 1px solid #712C86;
    border-top: 0;
    margin: 0;
    padding: 10px 14px 10px;
}
div.zakazouter {
    margin: 0;
}
div.zakaztitle {
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    background-color: #712c86;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    height: 33px;
    padding: 20px 0 21px 20px;
    font-weight: normal;
}
table.zakaz {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #712C86;
    border-collapse: collapse;
}
table.zakaz td {
    padding: 10px 6px;
    font-weight: 600;
}
span.label {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #000;
}
td.value {
    border-bottom: 1px dotted #712C86;
    text-align: left;
    vertical-align: bottom;
}
td.label {
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
div.clear {
    clear: both;
}