﻿#customerRequest {
    padding-left: 16px;
    padding-right: 16px;
    width: 440px;
}

#customerRequest h4 {
    padding-top: 8px;
    padding-bottom: 16px;
}

#customerRequest p {
    padding-bottom: 16px;
}

#customerRequest td {
    padding: 8px 8px 8px 0px;
}

#customerRequest td.important {
    font-weight: bold;
}

#customerRequest input[type=text] {
    width: 100%;
}

#customerRequest textarea {
    width: 100%;
}

#customerRequest input[type=submit] {
    float: right;
}

#customerRequest #working {
    float: right;
}

#customerRequest p.note {
    clear: both;
}

#confirmation {
    border: solid 3px #F47920;
    padding: 8px;
}

label.error {
    clear:both;
    float: left;
    color: #ff0000;
}

input[type=text].error {
    border: solid 2px red;
}