.siteform {
    background-color: #efefef;
    border: 1px solid #9e9e9e;
}
.sfSubmit {
    background: url(/images/send-button.gif) no-repeat;
    width: 98px;
    height: 38px;
    border-style: none;
    cursor: pointer;
}


.sfInputpassword,
.sfTextarea,
.sfInputtext {
    border: 1px solid #9e9e9e;
    width: 100%;
}

.sfFTitle {
    white-space: nowrap;
}

.sfFldTitleCont {
    text-align: right;
}

.sfInputfile {
    right: 0px;
    position: absolute;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    cursor: pointer;
}

.sfCaptcha {
    margin-bottom:5px;
    border:1px solid #468c4e;
}

.sfErrors {
    color: red;
    text-align: center;
}

.sfInputtextmix {
    width : 125px;
}
.sfInputmixtext {
    border: 1px solid #9e9e9e;
}

.refreshLink {
    padding-top: 4px;
    cursor: pointer;
    color: blue;
    font-weight:normal;
    font-family:Sans-serif;
    font-size:8pt;
}