div.clear {
clear:both;
}
#phone-image img {
    border: 0;
    float: right; 
    height: 50px;
}

#header-image img {
    /*height: 129px;*/
    width: 974px;
}
div.primary.column div.copy h1, div.primary.column div.copy h2 {
    color: #D67827;
    font-family: tahoma,'lucida grande',verdana,arial,sans-serif;
    font-weight: bold;
    text-align: center;
}
div.primary.column div.copy {
    font-family: Arial,Helmet,Freesans,sans-serif;
}
div.main-image img {
    border: 0;
    padding-top: 10px;
}
div.main-text.copy { 
    font-family: Arial,Helmet,Freesans,sans-serif;
}
div.sidebar.column h2 {
    color: #D67827;
    font-family: tahoma,'lucida grande',verdana,arial,sans-serif;
    font-weight: bold;
    text-align: center;
}
form div.input {
    width: 265px;
    padding-bottom: 5px;
}
form div.input label {
/*    display: block;*/
    margin-right: 0;
    text-align: left;
    width: 100%;
}
form div.input input, form div.input select, form div.input textarea {
    color: #999999;
    width: 100%;
    border-bottom: 1px solid #CBCBCB;
    border-top: 1px solid #CBCBCB;
    padding: 4px;

}

form div.input.required span.indicator {
    color: red;
    font-weight: bold;
}

form div.input.error input, form div.input.error select, form div.input.error textarea {
    color: red;
    border-color: red;
}
form div.input.error div.error-message {
    color: red;
}
form div.input.error label {
    color: red;
}
form div.input.select div.checkbox input {
    width: 20px;
    margin: 5px 0;
    border: 0;
}

form div.submit {
    text-align: center;
    padding: 20px;
}
form div.submit button {
    background: url("/img/squeeze/submit.png") no-repeat scroll left top transparent;
    border: 0 none;
    cursor: pointer;
    height: 27px;
    margin: 0;
    padding: 0;
    text-indent: -1000em;
    vertical-align: middle;
    width: 180px;
    display: block;

}
