body {
    width: 700px;
    background-color: #DDDDDD;
    font: 11px Verdana, sans-serif;
    margin: 0px auto;
}

form,
.form {
    font: 11px/12px Arial, sans-serif;
    margin: 0px
}

input,
select,
textarea {
    border-radius: 7px;
}

header {
    width: 700px;
    height: 100px;
    margin: 0px;
    padding: 0px;
}

h1 {
    width: 670px;
    padding: 2px 5px 5px 5px;
    margin: 20px 0px 10px 5px;
    background: #dddddd url(/webForm/pix/progress_bg.png) repeat-x;
    clear: both;
    box-shadow: 5px 5px 5px #888888;
    border: #DDDDDD solid 2px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    /* Firefox 3.6 and earlier */
    font: bold 18px/20px Arial, sans-serif;
}

h2 {
    width: 325px;
    font: bold 13px/16px Arial, sans-serif;
    border-bottom: 1px solid #000000;
    margin: 3px 0px 6px 0px;
    display: inline-block;
}

div {
    background-color: #FFFFFF;
}

div.border {
    width: 700px;
    margin: 0px auto;
    background-color: #FFFFFF;
}

div.full {
    width: 680px;
    margin: 0px 10px;
    clear: both;
}

div.segment {
    width: 325px;
    margin: 5px;
    padding: 0px 5px;
    float: left;
}

div.vacancy {
    text-align: center;
    margin: 25px 0px;
}

div.notAccepting {
    margin: 12px;
    padding: 2px 9px;
    border: 3px inset;
    background-color: #eee;
    width: 600px;
}

div.companyInfo {
    clear: both;
    font: 12px Arial;
    text-align: center;
    margin: 0px 10px;
}

div.appAgree {
    width: 680px;
    clear: both;
    font: 13px Arial;
    font-weight: bold;
}

div.feeMsg {
    width: 680px;
    clear: both;
    font: 13px Arial;
    text-align: center;
}

.question {
    width: 225px;
    float: left;
}

label {
    display: block;
}

.left {
    float: left;
}

.label {
    width: 85px;
    display: block;
    float: left;
}

.labelreq {
    width: 85px;
    display: block;
    float: left;
    color: #cc0000 !important;
}

.labelreq2 {
    color: #cc0000 !important;
}

.labelwide {
    width: 500px;
    display: block;
    float: left;
}

.required {
    background-color: #FFFFCC !important;
}

.petNum {
    font-weight: bold;
    font-size: 14px;
}

.signature {
    background-color: #FFFFCC !important;
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: bold;
    font-size: 14px;
    font-style: italic;
}

footer {
    padding: 10px;
}

.dbname {
    color: #888888;
}
