form {
    display: block;
    /*margin: 20px auto;*/
    /*background: #eee;
    border-radius: 10px;
    padding: 5px 15px 15px 15px;
    color: #1A304D;*/
}

body {
    color: #1A304D;
}

select, input, label, textarea, .optionalSpan {
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 10px;
}

input[type="text"], select, textarea {
    border: 1px solid #ccc;
}

input[type="text"].passcodeInput{
    width: 150px !important;
    height:25px !important;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 16px;
}

input[type="button"], input[type="file"] {
    border: 2px solid #C2C2C2;
    background-color: #6699cc;
    color: #FFFFFF;
}

#data {
    color: #1A304D;
    z-index: 2;
    padding: 5px;
    width: auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

#dataInputsLeft, #dataInputsRight {
    /*float: left;*/
    display: inline-block;
    vertical-align: top;
    width: 156px;
}

#dataInputsRight {
    margin-left: 10px;
    /*background-color: #0066cc;*/
    text-align: left;
}

#dataInputsLeft {
    /*background-color: chartreuse;*/
}

.pInputs {
    height: 38px;
    text-align: left;
    margin-bottom: 10px;
}

.pLabels {
    height: 24px;
    margin-bottom: -5px;
}

#rfqNumThanks {
    color: #1A304D;
    font-weight: bold;
}

#progress {
    position: relative;
    width: auto;
    max-width:350px;
    border: 1px solid #ddd;
    padding: 1px;
    border-radius: 3px;
    color: #ffffff;
    background-color: #1A304D;
}

#bar {
    background-color: #cc0033;
    width: 0;
    height: 20px;
    border-radius: 3px;
}

#percent {
    position: absolute;
    display: inline-block;
    top: 3px;
    left: 48%;
    color: #ffffff;
    font: bold .8em "Univers", Arial, Helvetica, Geneva, sans-serif;
}

#mainContent {
    /*margin: 20px auto;*/
    display: none;
    color: #1A304D;
    /*background: #eee;
    border-radius: 10px;
    padding: 15px;
    color: #1A304D;
    min-height: 530px;
    height: auto;
    box-shadow: 3px 3px 6px 2px #222;
    max-width:710px;*/
}

#scrollInfo {
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
    text-align: center;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 10px;
    background: #eee;
    border-radius: 10px;
    padding: 15px;
    color: #1A304D;
    height: auto;
    box-shadow: 3px 3px 6px 2px #222;
}

#quoteInfoDiv {
    position: relative;
    float: left;
    padding: 5px;
}

#qLabelsDiv {
    position: relative;
    float: left;
    text-align: right;
}

#qInputsDiv {
    position: relative;
    float: left;
}
.qInputLeft{
    width:150px;
}

/*.qSpacingDiv{
    height: 16px;
    padding: 0 2px 0 2px;
}*/
#qSepDivVert {
    position: relative;
    float: left;
    padding: 10px;
    width: 1px;
    height: 280px;
    border-right: 1px outset #FFFFFF;
}

#qSepDivHorz, #qSepDivHorz2 {
    position: relative;
    float: left;
    padding: 1px;
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #999999;
}

#hiddenStateLabel {
    display: none;
}

#uploadDiv {
    z-index: 2;
    width: auto;
    height: auto;
    margin-left: 10px;
    display: none;

}

.uploadFile {
    z-index: 2;
    height: 1px;
}

.fileSizeDiv {
    /* width:40px;*/
}

.styleButton {
    z-index: 1;
}

.styleButtonDivs {
    /*width:453px;*/
    min-width: 250px;
}

#uploadSection {
   /* position: relative;
    float: left;*/
    padding: 2px 10px 10px 10px;
    border-radius: 6px;
    max-width: 350px;
    /*background-color: gray;*/
}

#qSendButtonDiv {
    position: relative;
    float: left;
    padding: 10px 10px 10px 50px;
}

.requiredFields {
    color: #cc0033;
}

#toothDataRequiredSpan{
    text-align: center;
    width:auto;
    font: bold 1em "Univers", Arial, Helvetica, Geneva, sans-serif;
}
#commentsDiv {
    display: none;
    padding: 10px;
}

#comments {
    max-width: 350px;
    min-width: 200px;
    width: 325px;
}

#materialQtyLeft, #materialQtyRight {
    display: inline-block;
    text-align: left;
}

.styleButtonText {
    max-width: 250px;
    min-width: 150px;
}

#resultMessageDiv {
    position: absolute;
    display: none;
    background-color: #1a304d;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 9px;
    left: 0px;
    top: 30px;
    color: #ffffff;
    border-width: 2px 2px 2px 2px;
    border-color: #FFFFFF;
    border-style: solid;
    border-radius: 10px;
    padding: 2px;
    margin: 10px 10px 10px 30px;
    /*background-color: #a2bdd3;*/
    z-index: 99;
    width: 500px;
    box-shadow: 3px 3px 6px 2px #000;
}

#resultMessageCloseBox {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 30px 30px 30px 0px;
    border-color: #FFFFFF;
    border-style: solid;
    /*background-color: #a2bdd3;*/
    background-color: #cc0033;
    border-width: 2px;
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
}

#resultMessageCloseBoxV {
    position: absolute;
    top: 0px;
    right: 17px;
    /*background-color: #a2bdd3;*/
    background-color: #cc0033;
    z-index: 25;
    width: 4px;
    height: 19px;
}

#resultMessageCloseBoxH {
    position: absolute;
    top: 17px;
    right: 0px;
    /*background-color: #a2bdd3;*/
    background-color: #ffffff;
    z-index: 25;
    width: 504px;
    height: 2px;
}

#resultMessageCloseX {
    position: absolute;
    left: 10px;
    top: 4px;
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

#resultMessageTopControls {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px 0px 0px 0px;
    background-color: #cc0033;
    width: 504px;
    height: 17px;
    white-space: nowrap;
    color: #FFFFFF;
    font-size: 9px;
    padding-top: 1px;
}

#resultMessage {
    background-color: #1A304D;
    color: #FFFFFF;
    padding: 15px;
}

/*.testStroke{
    font-family: "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
    font-size:2em;
    font-weight: bold;
    text-shadow: 2px 2px 2px #fff, 2px 2px 2px #111;
}*/

#customOnly {
    position: absolute;
    top: 310px;
    left: 415px;
}

#residentialAlert {
    /* position: absolute;
     margin-bottom: auto;
     margin-top:auto;*/
    display: none;
    position: relative;
    z-index: 2000;
    cursor: pointer;
}

#emailPlaceHolder {
    width: 200px;
    height: 10px;
}

.flashDiv {
    background-color: #1A304D;
}
#spanBreak1{
    display:none;
}

#contactPrefs{
    font-size: 14px;
}

@media screen and (max-width: 445px) {
    #dataInputsRight {
        margin-left: 0;
    }
}

@media screen and (max-width: 378px) {
    #comments {
        width: 220px;
    }

    .styleButton {
        margin-bottom: 10px;
    }

    .removeButtons {
        margin-top: 10px;
    }
}

@media screen and (max-width: 351px) {
    #dataInputsRight {
        margin-left: 0;
    }

    .optionButtons {
        max-width: 185px;
        text-align: center;
    }
    #spanBreak1{
        display: block;
    }

    /*.controlsDiv:nth-of-type(1):after {
        background-color:black;
        display: block;
        content: "\A";
        white-space: pre;
    }*/

}