/* =content/forms */
.main form {
        background: #d8d7d7;
        float: left;
        margin-bottom: 18px;
        margin-top: 10px;
        position: relative;
        width: 480px !important;
        padding: 0 15px 0px;
}

.main form a {
        text-decoration: none;
        color: 

#000000;
        float: left;
}

.main form fieldset {
        padding: 0 0 0px 0;
        width: 100% !important;
        margin-bottom: 10pxpx;
        border: 0;
        float: left;
}

.main form label {
        font-weight: normal;
        color: #3d3d3d;
        text-transform: uppercase;
        font-size: 90%;
        float: left;
        width: 480px;
}

.main form label.checks {
        width: auto;
        margin-right: 10px;
        margin-bottom: 10px;
}

.main form label small {
        font-size: 75%;
}

.main form input {
        width: 474px !important;
        margin-bottom: 3px;
}

.main form select {
        width: 480px !important;
        margin-bottom: 10px;
        margin-top: 0;
}

.main form select.combo {
        height: 70px;
}

.main form textarea {
        width: 468px !important;
        height: 50px;
        margin: 0 0 3px 0;
}

.main form input.checkbox {
        width: auto !important;
        margin-left: 5px;
        position: relative;
        vertical-align: middle;
}

button.searchBtn {
        width: 80px;
        height: 25px;
        float: right;
        border: 0;
        text-indent: -3000px;
        cursor: pointer;
        background: url(http://spotonconnections.com/frontend/images/classic/search-btn.png) no-repeat;
        margin-left: 18px;
        margin-top: 5px;
}

button.searchBtn:hover {
        background-position: 0 -25px;
}

a.advancedBtn {
        text-indent: -3000px;
        float: right;
        background: url(http://spotonconnections.com/frontend/images/classic/advanced-btn.png) no-repeat;
        width: 100px;
        height: 25px;
        margin-top: 5px;
}

a.advancedBtn:hover {
        background-position: 0 -25px;
}

button.sendBtn {
        width: 80px;
        height: 25px;
        float: right;
        border: 0;
        text-indent: -3000px;
        cursor: pointer;
        background: url(http://spotonconnections.com/frontend/images/classic/send-btn.png) no-repeat;
        margin-left: 18px;
        margin-top: 5px;
}

button.sendBtn:hover {
        background-position: 0 -25px;
}

button.float-right {
        float: right;
        
}

span.req {
        margin-left: 5px;
        color: #cf3b19;
}

small#key {
        position: absolute;
        right: 15px;
        top: 10px;
}

/* =content/forms/quicksearch */
form#quick-search h3 {
        padding-top: -5px;
        margin-left: -10px;
        margin-bottom: 0;
        text-indent: -3000px;
        font-size: 120%;
        text-transform: uppercase;
        width: 170px;
        height: 50px;
        background: url(http://spotonconnections.com/frontend/images/classic/quickSearch-title.png) no-repeat 0 0px;
}

/* =content/forms/keywordsearch */
form h3 {
        padding-top: 10px;
        margin-bottom: 15px;
        font-size: 120%;
        text-transform: uppercase;
        color: #3d3d3d;
}


/* =footer */
#footer {
        color: #FFFFFF;
        position: relative;
        background: #000000;
}

#footer a {
        color: #e9e9e2;
        text-decoration: none;
}

#footer a:hover {
        color: #FFFFFF;
}

#footer p {
        color: #FFFFFF;
}


div.vcard {
        float: left;
        width: 100%;
        font-size: 90%;
        margin: 5px 0;
}

div.fn {
        float: left;
        margin-right: 3px;
}

div.street-address {
        float: left;
}

div.vcard abbr {
        border: 0;
}

ul#footer-nav {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5px 0;
        font-size: 90%;
}

ul#footer-nav li {
        display: inline;
}

ul#footer-nav li a {
        border-right: 1px solid #8a8a8a;
        padding-right: 5px;
}

ul#footer-nav li.last a {
        border: 0;
        padding: 0;
}

.empty {
        width: 0px !important;
}