.contact-form {
    font-weight:normal;
    font-size:0.9em;
    font-family:Verdana;
    text-align:left;
    padding-top:20px;
}

.contact-form textarea,
.contact-form input {
    -webkit-transition:.3s linear border;
    -moz-transition:.3s linear border;
    -ms-transition:.3s linear border;
    -o-transition:.3s linear border;
    transition:.3s linear border;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}

.contact-form textarea,
.contact-form input[type="text"] {
    padding:.5em .6em;
    display:inline-block;
    border:1px solid #ccc;
    font-size:.8em;
    box-shadow:inset 0 1px 3px #ddd;
    border-radius:4px;
}

.contact-form textarea:hover,
.contact-form input[type="text"]:hover {
    background:#f7f7f7;
}

.contact-form textarea:focus,
.contact-form input[type="text"]:focus {
    outline:0;
    outline:thin dotted \9;
    border-color:#129FEA
}

.contact-form fieldset {
    width: 400px;
    border: none;
    padding: 16px 10px 10px 10px;
}

.contact-form legend {
    font: 18px "Verdana";
    font-weight:normal;
    text-shadow: 0 1px 1px #fff;
    color: #1b6d8e;
}

.contact-form label {
    display: block;
    font: 14px Verdana;
    letter-spacing: 1px;
    padding-left: 10px;
    color: #1b6d8e;
    opacity: 0.8;
}
.contact-form input:focus + label {
    opacity: 1.0;
}
.hard-contact {
    width:462px;
    text-align:left;
    padding-left:48px;
    padding-top:22px;
    float:left;
}
.coname-wrap {
    display:none;
}
.call-or-email {
    padding:18px 0 0 10px;
}
.contact-info {
    padding:8px 0 0 10px;
}
.CorE-text {
    font:16px 'Verdana';
    font-weight:normal;
    color:#333;
}
.faxfont {
    display:block;
    font:14px 'Verdana';
    margin-bottom:10px;
}
.image-contact {
    width:40%;
    padding-top:22px;
    float:left;
}
.image-contact-image {
    display:block;
    width:214px;
    height:252px;
    margin-left:auto;
    margin-right:auto;
}
.left-contact-setup {
    width:41%;
    padding-top:75px;
    float:left;
    text-align:center;
}
.left-contact-bold {
    font: 16px Verdana;
    font-weight:bold;
    color: #333;
}
.left-contact-normal {
    font: 16px Verdana;
    font-weight:normal;
    color: #333;
}
.left-contact-small-low {
    font: 14px Verdana;
    font-weight:normal;
    color: #e00000;
    padding-top:115px;
}
.left-contact-small {
    font: 14px Verdana;
    font-weight:normal;
    color: #e00000;
}

.submit-wrap {
    text-align: center;
}

.contact-form input:not([type=submit]) {
    width: 100%;
    display: block;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
    opacity: 1;
}

.contact-form-button{
    display:inline-block;
    *display:inline;
    zoom:1;
    line-height:normal;
    white-space:nowrap;
    vertical-align:baseline;
    text-align:center;
    cursor:pointer;
    -webkit-user-drag:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width: 50%;
}

.contact-form-button::-moz-focus-inner{
    padding:0;
    border:0;
}

.contact-form-button{
    font-size:100%;
    *font-size:90%;
    *overflow:visible;
    padding:.5em 1.5em;
    color:#444;
    color:rgba(0,0,0,.8);
    *color:#444;
    border:1px solid #999;
    border:0 rgba(0,0,0,0);
    background-color:#E6E6E6;
    text-decoration:none;
    border-radius:2px;
    -webkit-transition:.1s linear -webkit-box-shadow;
    -moz-transition:.1s linear -moz-box-shadow;
    -ms-transition:.1s linear box-shadow;
    -o-transition:.1s linear box-shadow;
    transition:.1s linear box-shadow;
}

.contact-form-button:hover,
.contact-form-button:focus{
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
    background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));
    background-image:-ms-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.contact-form-button:focus{
    outline:0;
}

.contact-form-button:active{
    box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset;
}

.contact-form-button::-moz-focus-inner{
    padding:0;
    border:0;
}

.contact-form-button-primary {
    background-color:#0078e7;
    color:#fff;
}

button,html input[type=submit] {
    -webkit-appearance:button;
    cursor:pointer;
    *overflow:visible;
}

.contact-form p {
    font-weight:normal;
    font-size:0.9em;
    font-style:italic;
    font-family:Verdana;
    color: #555555;
    text-align:left;
}

.contact-form div {
    margin: 0 0 0px 0;
    clear: both;
}

.contact-form div > div {
    padding:0px;
}

.name-wrap {
    margin-right: 1%;
}
#Name {
    margin-bottom:12px;
}
#address-line-1 {
    margin-bottom:12px;
}
#address-line-2 {
    margin-bottom:12px;
}
.city-state-wrap {
    margin-right: 1%;
}
.city-wrap {
    float:left;
    width: 35%;
}
#city {
    margin-bottom:12px;
}
.state-wrap {
    float:right;
    padding-right: 100px;
    width: 35%;
}
.XPstate-wrap {
    float:right;
    padding-right: 59px;
    width: 35%;
}
.instructions {
    padding-bottom:4px;
}
.zip-wrap {
    width: 20%;
    display: block !important;
}
#zip {
    margin-bottom:12px;
}

.zip-error {
    color: #d70000;
    font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border-top: 2px dotted #ec9696;
    border-bottom: 2px dotted #ec9696;
    text-align: center;
    padding: 5px 10px;
    margin-top: 10px;
    display: none;
}

.phone-email-wrap {
    margin-right: 1%;
}
.phone-wrap {
    float:left;
    width: 35%;
}
#phone {
    margin-bottom:12px;
}
.email-wrap {
    float:right;
    width: 50%;
}

.comments-wrap {
    margin-right: 1%;
    padding-bottom:11px;
}
