body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}
body div,p,span,img {
    margin: 0;
    padding: 0;
    border: none;
}
body input, textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
}
#quote-form {
    width: 90%;
    font-size: 12px;
    margin: 0 auto;
}
#quote-form .col {
    float: left;
    padding: 8px 0 10px 0;
    margin-right: 50px;
    width: 24%;
}
#quote-form .col-divider {
    border-right: 1px dotted #c7dde3;
}
#quote-form .col div {
    padding-bottom: 8px;
}
#quote-form .col div p {
    display: block;
    padding-bottom: 2px;
	text-align: left;
}
#quote-form .col div .inp {
    border: 1px solid #999;
    padding: 1px;
    background-color: #FFF;
}
#quote-form .col .other-options-flds {
    padding-top: 8px;
}
#quote-form .col .other-options-flds .row {
    padding-bottom: 4px;
    display: block;
    clear: both;
}
#quote-form .col .other-options-flds .row div {
    float: left;
}
#quote-form .col .other-options-flds .row .lbl {
    width: 65px;
    text-align: right;
    padding-top: 3px;
    margin-right: 18px;
}
#quote-form .col .other-options-flds select {
    width: 100px;
}
#quote-form .col .cform-submitlink {
    border-top: 1px dotted #c7dde3;
    margin-top: 10px;
    text-align: right;
    padding-right: 15px;
}
#quote-form .col .cform-submitlink a {
    margin-left: 5px;
    cursor: pointer;
    text-decoration: none;
}
#quote-form .col .cform-submitlink a:hover {
    margin-left: 5px;
    cursor: pointer;
    text-decoration: underline;
}