﻿#adviser-form .adviser-popup{
    width: 270px;
    height: 165px;
    padding: 35px 25px 25px;
    background: url(adviser-popup.png) no-repeat 0 0;
    z-index: 1000;
    position: absolute;
    top: 23px;
    left: -60px;
    display: none;
}

#adviser-form .adviser-popup .content{
    overflow: hidden;
    width: 270px;
    height: 165px;
    position: relative;
}

#adviser-form .adviser-popup h3{
    text-transform: uppercase;
    text-indent: -9000px;
    text-align: left;
    height: 15px;
    margin: 0 0 10px;
    background: url(adviser-popup.h3.gif) no-repeat 0 0;
}


#adviser-form .close-adviser-popup{
    color: #666;
    line-height: 14px;
    font-size: 12px;
    background: #eee;
    padding: 1px 5px;
    border-bottom: solid 1px #dbdbdb;
    width: auto;
    position: absolute;
    right: 0px;
    top: 0px;
    font-style: italic;
    text-shadow: 0 1px 0 #ffffff;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#adviser-form .field-group{
    margin-bottom: 10px;
}

#adviser-form .field label{
    font-size: 13px;
}

#adviser-form .field select{
    padding: 2px;
    font-size: 11px;
    line-height: 16px;
    border: solid 1px #BEC2C4;
    min-height: 16px;
    width: auto;
}

#adviser-form .btn-adviser_submit{
    width: 180px;
    height: 23px; 
    background-position: -5px -200px;
} #adviser-form .btn-adviser_submit:hover{
    background-position: -190px -200px;
}
