﻿#formWrap {
    width: 569px;
    float: left;
    margin: 0 8px 0 0;
}

    #formWrap fieldset {
        width: 550px;
        /*background: url(fldBgr.gif) repeat-x #a0b3be;*/
        background: url(loginCompany.jpg) repeat-x #a0b3be;
        padding: 0 10px 40px 0;
    }

.profileImg, .profileData {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.profileImg {
    width: 140px;
    height: 195px;
    background: url(lock.png) no-repeat;
    margin: 60px 30px 0 20px;
}

.profileData {
    width: 345px;
    padding: 40px 0 0;
}

    .profileData h3 {
        font-size: 36px;
        color: #647d8e;
        font-weight: normal;
        margin: 0 0 25px 0;
        padding: 0 0 5px 0;
        background: url(h3bgr.png) left bottom repeat-x;
    }

    .profileData .inputWrapper {
        text-align: left;
        margin: 0 0 10px 0;
    }

.clearer {
    height: 1px;
    margin-top: -1px;
    clear: both;
}
