﻿/* Tabless Form Styles */
.Form {
    float: left;
    clear: both;
    width: 570px;
    margin: 10px 0px 20px;
    padding: 0px;
    list-style: none;
}

.Form label, .Form span.label {
    float: left;
    width: 125px;
    padding: 5px 4px;
    font-weight: bold;
}

.Form span.data {
    float: left;
    padding: 5px 4px;
}

.Form li {
    width: 570px;
    float: left;
    position: relative;
    padding-top: 2px;
    clear: both;
}

.Form li.set-width {
    width: 260px;
    padding: 5px 0px 0px 120px;
}

.Form span img {
    position: absolute;
    top: 4px;
    left: 383px;
}

.Form li.full-width {
    width: 380px;
}

.Form li.full-width label {
    float: none;
    width: auto;
    padding: 0px;
}

.Form li .warning {
    width: 220px;
}

img.AntiRobot {
    vertical-align: -8px;
}

a.submit {
    padding: 4px 6px;
    border: 1px solid #222222;
    background: url(/images/Interior-Design-In-Sioux-Falls-buttonBG.gif) repeat-x left top;
    color: #fff0f5;
    font: bold 12px "Trebuchet MS", Arial, Sans-Serif;
    text-decoration: none;
    text-transform: uppercase;
}

.marginLeft {
    margin-left: 160px;
}

a.submit:hover {
    font-weight: bold;
    color: #C3662E;
}

