/**
* New styles, will probably be shared by several sites.
*/

#topform2 {
    background: url(/images/topform2-bottom.png) bottom left no-repeat;
    width: 807px;
    margin: 5px auto 20px;
    padding-bottom: 24px;
    position: relative;
}

#topform2 #quoteformsubmit {
    display: none;
}

#topform2 form {
    background: url(/images/topform2-top.png) no-repeat;
    padding: 24px 10px 47px;
    *padding-bottom: 85px;
    position: relative;
}

#free-quotes {
    position: absolute;
    right: 94px;
    bottom: -13px;
    _bottom: 3px;/*IE6 rule*/
}

#topform2 h3 {
    font-size: 18px;
}

#topform2 fieldset {
    padding: 0 10px;
}

#topform2 .quoteformtop {
    background: none;
    width: 380px;
    float: left;
}

#topform2 .quoteformlight {
    margin-top:-52px;
    *margin-top: -25px;
    *float:left;
    _margin-left:-10px;
    _padding-left: 29px;
    width:400px;
    clear:left;
}

#topform2 label {
    display:block;
    float: left;
    clear: left;
    font-size: 12px;
    padding-right: 10px;
    text-align: right;
    width: 145px;
}

#topform2.has-errors label {
    width: 165px;
}

#topform2 .quoteformbottom label {
    width: 74px;
}

#topform2.has-errors .quoteformbottom label {
    width: 94px;
}

.hometop input[type=text] {
    border: 1px solid #999;
    width: 183px;
}

.hometop fieldset {/*IE6, you piece of work*/
    zoom: 1;
    position:relative;
}

#clearwrap.wrapper {
    background: none;
    border-top: 2px solid #3a7b8d;
}

#safe-secure {
    bottom: -5px;
    _bottom: 11px;/*IE6 rule*/
    font-size: 10px;
    /*left: 512px;*/
    right: 205px;
    position: absolute;
    padding-left: 16px;
    background: url(/images/lock.png) left center no-repeat;
    line-height: 18px;
}

.enabled #topform2 span.error {
    display: none;
}

#topform2 label.has-error {
    cursor: pointer;
}

.error-tip {
    border: 1px solid #cb4a20;
    padding: 3px;
    color: #cb4a20;
    font-weight: bold;
    background: #fff;
}
