#containerWrapper {
    background:#fff url(../images/bg_top.gif) repeat-x 50% -10px;
}
#container {
    margin:0 auto;
    padding:15px 0;
    width:770px;
    text-align:left;
    background:#fff url(../images/bg_top.gif) repeat-x 50% -10px;
}
.left, .right {
    width:49%;
}
.left {
    float:left;
}
.right {
    float:right;
}

/* ----------------------------------------------------------------------------
    Header
-----------------------------------------------------------------------------*/
#boxWrapper {
    float:right;
    width:550px;
    height:91px;
    background:#454546 url(../images/box_left_sm.gif) no-repeat 0 0;
}
#box {
    padding:0 40px;
    height:91px;
    background:transparent url(../images/box_right_sm.gif) no-repeat 100% 0;
}
    #homePage #boxWrapper {
        width:410px;
        height:134px;
        background:#454546 url(../images/box_left.gif) no-repeat 0 0;
    }
    #homePage #box {
        padding:0 50px;
        height:134px;
        background:transparent url(../images/box_right.gif) no-repeat 100% 0;
    }
#box a {
    color:#fff;
}
#box a:hover {
    color:#fff;
    text-decoration:underline;
    background-color:transparent;
}
/* login form */
form.loginForm {
    float:right;
    width:230px;
}
    #homePage form.loginForm {
        float:none;
        width:auto;
    }
.forgetPW {
    margin:0;
}
.loginForm .forgetPW {
    width:90px;
    text-align:right;
    font-size:1em;
}
    #homePage .loginForm .forgetPW {
        width:115px;
        font-size:1.2em;
    }
.loginForm label {
    margin:0 0 5px 0;
    padding:0;
    float:left;
    width:90px;
    line-height:25px;
    color:#fff;
    text-transform:uppercase;
    font-weight:bold;
    clear:left;
    text-align:right;
}
    #homePage .loginForm label {
        margin-bottom:10px;
        float:left;
        width:115px;
        line-height:30px;
        color:#fff;
        text-transform:uppercase;
        font-weight:bold;
        clear:left;
        text-align:right;
    }
.loginForm input.textbox {
    margin-bottom:5px;
    float:left;
    padding:2px 2px;
    width:124px;
    font-size:14px;
    line-height:1em;
    border:none;
    background:none;
}
    #homePage .loginForm input.textbox {
        padding:6px 5px;
        width:170px;
        font-size:16px;
        line-height:1em;
    }
.loginForm span.rounded {
    margin-bottom:10px;
    float:right;
    width:130px;
    height:20px;
    background:#fff url(../images/box_textbox_sm.gif) no-repeat 0 0;
    clear:right;
}
.loginForm span.rounded span {
    display:block;
    height:20px;
    background:transparent url(../images/box_textbox_sm.gif) no-repeat 100% -100px;
}
    #homePage .loginForm span.rounded {
        margin-bottom:10px;
        width:180px;
        height:30px;
        background:#fff url(../images/box_textbox.gif) no-repeat 0 0;
    }
    #homePage .loginForm span.rounded span {
        height:30px;
        background:transparent url(../images/box_textbox.gif) no-repeat 100% -100px;
    }
#box a.button_sm {
    float:left;
    margin-left:0;
    text-decoration:none;
    color:#000;
}
.loginForm input.button_sm,
.loginForm input.button {
    float:right;
}
.loginForm2 .indent {
    margin-left:135px;
}
#logo {
    float:left;
    margin:0;
}
    #logo a {
        float:left;
    }
    #logo a:hover {
        background:none;
    }
    #homePage #logo {
        margin-top:35px;
    }
#siteTitle {
    position:absolute;
    left:-999em;
}
#skip {
    position:absolute;
    left:-999em;
}

/* user links -- when logged in */
#user_links {
    float:right;
    width:230px;
}
    #homePage #user_links {
        width:100%;
    }
#user_links ul {
    margin:0;
}
#user_links ul li {
    margin:0 15px 0 0;
    list-style:none;
    display:inline;
    font-size:1.1em;
}
#user_links ul li {
    font-size:1.2em;
}
#user_links p.welcome {
    margin:0;
    font-size:2em;
    line-height:1.1em;
    color:#fff;
}
    #homePage #user_links p.welcome {
        margin:0 0 .5em 0;
        font-size:2.5em;
    }

/* ----------------------------------------------------------------------------
    Main Links
-----------------------------------------------------------------------------*/
ul#mainActionLinks {
    float:left;
    margin:0;
    width:230px;
    border-right:1px dashed #999;
    height:75px;
}
    #homePage ul#mainActionLinks {
        margin:25px 0;
        width:720px;
        background:transparent url(../images/mainActionLinks_bg.gif) repeat-y 0 0;
        border:none;
        height:auto;
    }
ul#mainActionLinks li {
    margin:0;
    list-style:none;
    float:left;
    width:215px;
    font-size:1.2em;
}
    #homePage ul#mainActionLinks li {
        float:left;
        width:206px;
        font-size:1em;
    }
    #homePage ul#mainActionLinks li h2 {
        margin:0 0 1.5em 0;
        font-size:1.9em;
        line-height:1.2em;
        font-weight:normal;
        text-align:center;
    }
    #homePage ul#mainActionLinks li h2 span {
        font-size:1.5em;
        line-height:1.2em;
        display:block;
    }
ul#mainActionLinks li a {
    display:block;
    padding:2px 0 2px 25px;
    color:#fff;
    text-decoration:none;
    min-height:20px;
}
ul#mainActionLinks li a:hover {
    color:#fff;
    text-decoration:none;
    background-color:transparent;
}
    #homePage ul#mainActionLinks li a {
        padding:80px 0 0 0;
        color:#000;
    }
    #homePage ul#mainActionLinks li a:hover {
        color:#000;
    }
    #homePage ul#mainActionLinks li h2 a:hover span {
        text-decoration:underline;
    }


ul#mainActionLinks li p {
    font-size:1.4em;
}
ul#mainActionLinks li a span {
    font-weight:bold;
}
    #homePage ul#mainActionLinks li a span {
        font-weight:normal;
    }

/* analyze link */
ul#mainActionLinks li#analyzeLink a {
    background:transparent url(../images/find_icon_sm.png) no-repeat 0 50%;
}
ul#mainActionLinks li#analyzeLink a:hover span {
    color:#6e95ab;
}
    #homePage ul#mainActionLinks li#analyzeLink {
        margin-right:25px;
    }
    #homePage ul#mainActionLinks li#analyzeLink a {
        background:transparent url(../images/find_icon.png) no-repeat 50% 0;
    }
    #homePage ul#mainActionLinks li#analyzeLink span {
        color:#6e95ab;
    }

/* search link */

ul#mainActionLinks li#searchLink a {
    background:transparent url(../images/analyze_icon_sm.png) no-repeat 0 50%;
}
ul#mainActionLinks li#searchLink a:hover span {
    color:#789749;
}
    #homePage ul#mainActionLinks li#searchLink {
        margin:0 25px;
    }
    #homePage ul#mainActionLinks li#searchLink a {
        background:transparent url(../images/analyze_icon.png) no-repeat 50% 0;
    }
    #homePage ul#mainActionLinks li#searchLink span {
        color:#789749;
    }

/* signup link */
ul#mainActionLinks li#signupLink a {
    background:transparent url(../images/signup_icon_sm.png) no-repeat 0 50%;
}
ul#mainActionLinks li#signupLink a:hover span {
    color:#e5bc3a;
}
ul#mainActionLinks li#usersLink a {
    background:transparent url(../images/vcards.png) no-repeat 0 50%;
}
ul#mainActionLinks li#signupLink a:hover span {
    color:#e5bc3a;
}
    #homePage ul#mainActionLinks li#signupLink {
        float:right;
        margin-left:25px;
    }
    #homePage ul#mainActionLinks li#signupLink a {
        background:transparent url(../images/signup_icon.png) no-repeat 50% 0;
    }
    #homePage ul#mainActionLinks li#signupLink span {
        color:#e5bc3a;
    }
    #homePage ul#mainActionLinks li#usersLink a {
        background:transparent url(../images/vcards.png) no-repeat 50% 0;
    }
    #homePage ul#mainActionLinks li#usersLink span {
        color:#e5bc3a;
    }
/* ----------------------------------------------------------------------------
    Ad Banner
-----------------------------------------------------------------------------*/
#banner {
    padding-top:25px;
    margin:0 21px;
}

/* ----------------------------------------------------------------------------
    Content
-----------------------------------------------------------------------------*/
#content {
    position:relative;
    padding:25px 25px 0 25px;
}
.introText {
    margin:15px 0;
    padding:15px;
    font-size:1.6em;
    line-height:1.1em;
}
.introText p {
    margin:0;
}
.bigText {
    font-weight:bold;
    font-size:1.2em;
    line-height:1.1em;
}

/* ----------------------------------------------------------------------------
    Footer
-----------------------------------------------------------------------------*/
#footerWrapper {
    clear:both;
    background:transparent url(../images/bottom_bg.gif) repeat-x 0 0;
}
#footer {
    padding-bottom:25px;
    background:transparent url(../images/footer_top.gif) no-repeat 50% 0;
}
#footerBoxWrapper {

    background:transparent url(../images/footer_bg.gif) repeat-y 50% 0;
}
#footerBox {
    padding:5px 0;
    background:transparent url(../images/footer_bottom.gif) no-repeat 50% 100%;
}
    #homePage #footerBox {
        padding:10px 0;
        background:transparent url(../images/footer_bottom.gif) no-repeat 50% 100%;
    }
#footerBox a {
    margin:0 5px;
}
    #homePage #footerBox a {
        margin:0 15px;
    }
#footer .equalHousing {
    padding:0 10px;
}
    #homePage #footer .equalHousing {
        padding:0 25px;
    }
#footer p {
    margin:0 auto;
    width:770px;
    color:#777;
    line-height:2em;
}
    #homePage #footer p {
        line-height:2em;
    }



/* ----------------------------------------------------------------------------
    Property Report
-----------------------------------------------------------------------------*/
#reportPage h1 img {
    float:left;
    margin:0 15px 10px 0;
}
#reportPage h1 {
    line-height:1.1em;
}

/* print and pdf icons */
ul#print {
    margin:0;
    position:absolute;
    top:5px;
    right:5px;
}
ul#print li {
    float:left;
    margin:0;
    list-style:none;
    display:inline;
}
ul#print li a,
ul#print li a:hover {
    color:#fff;
    display:block;
    padding:1px 5px;
    background-color:transparent;
}
ul#print li img {
    float:left;
    padding-right:5px;
}

/* report header */
#reportHeader {
    position:relative;
    float:left;
    width:100%;
    padding:1px 0 0 0;
    background:#859f3a url(../images/reportHeading_gradient.gif) repeat-x 0 100%;
    border-bottom:5px solid #536a39;

    z-index:2;  /* ff/ie render war w/ reportBody */
}
#reportHeader h2 {
    margin:.5em 0 0 10px;
    color:#fff;
    font-size:1.6em;
    font-weight:bold;
}

/* report tabs */
ul#reportTabs {
    float:left;
    margin:1em 0 0 0;
    padding:0 7px 0 10px;
    background:transparent url(../images/report_tab.png) no-repeat 100% -300px; /* shadow */
}
ul#reportTabs li {
    float:left;
    margin:0;
    padding:0;
    list-style:none;
    display:inline;
    font-size:1.2em;
    line-height:1em;
}
ul#reportTabs li a {
    float:left;
    color:#000;
    text-decoration:none;
    background:transparent url(../images/report_tab.png) repeat-x 0 0; /* bg */
}
ul#reportTabs li a span {
    display:block;
    background:transparent url(../images/report_tab.png) no-repeat 100% -200px; /* right */
}
    ul#reportTabs li a.before_selected span {
        background:none;
    }
ul#reportTabs li a span span,
ul#reportTabs li a.before_selected span span {
    display:block;
    padding:7px 15px;
    background:transparent url(../images/report_tab.png) no-repeat 0 -300px; /* shadow */
}
ul#reportTabs li a:hover {
    text-decoration:underline;
}
    /* selected */
    ul#reportTabs li a.selected {
        color:#fff;
        padding-right:7px;
        background:transparent url(../images/report_tab_selected.png) no-repeat 100% -200px; /* right */
    }
    ul#reportTabs li a.selected span {
        background:transparent url(../images/report_tab_selected.png) repeat-x 100% 0; /* bg */
    }
    ul#reportTabs li a.selected span span{
        padding:7px 8px 7px 15px;
        background:transparent url(../images/report_tab_selected.png) no-repeat 0 -100px; /* left */
    }
    ul#reportTabs li a.selected:hover {
        text-decoration:none;
    }

ul#reportTabs li.first a,
ul#reportTabs li.first a.before_selected {
    padding:0 0 0 7px;
    background:transparent url(../images/report_tab.png) no-repeat 0 -100px; /* left */
}
ul#reportTabs li.first a span,
ul#reportTabs li.first a.before_selected span {
    background:transparent url(../images/report_tab.png) repeat-x 0 0; /* bg */
}
ul#reportTabs li.first a span span {
    padding:7px 15px 7px 8px;
    background:transparent url(../images/report_tab.png) no-repeat 100% -200px; /* right */
}
    ul#reportTabs li.first a.before_selected span span {
        background:transparent url(../images/report_tab.png) repeat-x 0 0; /* bg */
    }

    /* selected */
    ul#reportTabs li.first a.selected {
        padding:0 0 0 7px;
        background:transparent url(../images/report_tab_selected.png) no-repeat 0 -300px; /* left */
    }
    ul#reportTabs li.first a.selected span {
        background:transparent url(../images/report_tab_selected.png) repeat-x 0 0; /* bg */
    }
    ul#reportTabs li.first a.selected span span {
        padding:7px 15px 7px 8px;
        background:transparent url(../images/report_tab_selected.png) no-repeat 100% -200px; /* right */
    }

ul#reportTabs li.last a {
    padding:0 7px 0 0;
    background:transparent url(../images/report_tab.png) no-repeat 100% -200px; /* right */
}
ul#reportTabs li.last a span {
    background:transparent url(../images/report_tab.png) repeat-x 0 0; /* bg */
}
ul#reportTabs li.last a span span {
    background:transparent url(../images/report_tab.png) no-repeat 0 -300px; /* shadow */
}
    /* selected */
    ul#reportTabs li.last a.selected {
        padding:0 7px 0 0;
        background:transparent url(../images/report_tab_selected.png) no-repeat 100% -400px; /* right */
    }
    ul#reportTabs li.last a.selected span {
        background:transparent url(../images/report_tab_selected.png) repeat-x 0 0; /* bg */
    }
    ul#reportTabs li.last a.selected span span {
        background:transparent url(../images/report_tab_selected.png) no-repeat 0 -100px; /* left */
    }

/* report body */
#reportBody {
    position:relative;
    z-index:1;
    padding:0 25px;
    background:transparent url(../images/report_gradient.gif) repeat-x 0 0;

    top: -10px;  /* ff/ie render differences */
}
#reportBody h3 {
    position:absolute;
    left:-999em;
}
.tabcontent {
    display:none;
}
.section {
    position:relative;
    z-index:10;
    padding-top:25px;
    clear:both;
}
.section dl {
    margin:0 0 0 0;
    clear:both;
}
.section dt {
    margin:0.25em 0;
    float:left;
    width:49.5%;
    clear:left;
}
.section dd {
    margin:0.25em 0;
    float:right;
    clear:right;
    width:49.5%;
}
.section h2 {
    margin:0;
}
#reportBody h2,
#reportBody h3,
#reportBody h4 {
    margin:0;
}
#reportBody h5 {
    margin:1em 0 0.2em 0;
}
#reportBody h4 span {
    color:#000;
}
#reportBody .left {
    position:relative;
    z-index:10;
    float:left;
    width:310px;
    clear:left;
}
#reportBody .left p select {
    font-size:1em;
}
#reportBody dl.left {
    margin:0;
    width:49%;
}
#reportBody .right {
    position:relative;
    z-index:10;
    float:right;
    width:310px;
    clear:right;
}
#reportBody dl.right {
    margin:0;
    width:49%;
}

/* summation */
dl.summation dt.total,
dl.summation dd.total {
    border-top:1px solid #f0f;
}
ul.summation {
    margin:0;
    float:left;
}
ul.summation li {
    margin:0;
    list-style:none;
}
ul.summation li strong {
    float:left;
    width:160px;
}
ul.summation li.total {
    padding:5px 0 0 0;
    border-top:1px solid #000;
    font-weight:bold;
    text-transform:uppercase;
}

/* investment details */
tr.currentProperty th,
tr.currentProperty td {
    background-color:#f3ecbd;
}

/* picture list */
ul#pictureList {
    margin:0;
}
ul#pictureList li {
    margin:0;
    list-style:none;
    display:inline;
}
ul#pictureList li a {
    width:100px;
    height:75px;
}
ul#pictureList li a img {
    float:left;
    margin:0 8px 8px 0;
    border:1px solid #999;

    width:100px;
    height:75px;
    background:#fff url(../images/photo_not_available.gif) no-repeat 50% 50%;
}
ul#pictureList li.rowEnd a img {
    margin:0 0 10px 0;
}
ul#pictureList li a:hover {
    background-color:transparent;
}
ul#pictureList li a:hover img {
    border:1px solid #3875a4;
}

ul.legend {
    margin:0;
}
ul.legend li {
    margin:0 15px 0 0;
    list-style:none;
    display:inline;
}
/* #charts .left,
#charts .right {
    border-top:1px solid #ccc;
}*/

/* Investment parameters */
#investmentSummary tbody th {
    width:140px;
    vertical-align:top;
}
#investmentSummary th.source {
    width:200px;
}
#investment_parameters_tbl th,
#investment_parameters_tbl td {
    padding:5px 0;
    vertical-align:top;
}
#investment_parameters_tbl ul {
    margin:0;
}
#investment_parameters_tbl ul li {
    float:left;
    margin:0 3px 0 0;
    width:60px;
    list-style:none;
    display:inline;
    font-size:1em;
}
    #investment_parameters_tbl #investment_parameter_financing ul li {
        width:32%;
        margin:0 3px 0 0;
    }
    #investment_parameters_tbl #investment_parameter_operating ul li {
        width:49%;
    }
    #investment_parameters_tbl #investment_parameter_operating ul li label span {
        float:left;
        width:75px;
        padding-right:2px;
        line-height:22px;
        text-align:right;
    }

#investment_parameters_tbl label {
    font-size:1em;
    white-space:nowrap;
    margin-right:10px;
}
#investment_parameters_tbl li label {
    font-size:1em;
    line-height:1.1em;
    white-space:normal;
    margin-right:0;
}
#investment_parameters_tbl li label span {
    display:block;
}
#investment_parameters_tbl label.custom {
    font-weight:bold;
}
#investment_parameters_tbl input.textbox {
    padding:2px;
}
    #investment_parameters_tbl #investment_parameter_appreciation input.textbox,
    #investment_parameters_tbl #investment_parameter_rentadj input.textbox {
        width:52px;
    }
    #investment_parameters_tbl #investment_parameter_financing input.textbox {
        width:94px;
    }
    #investment_parameters_tbl #investment_parameter_operating input.textbox {
        margin:1px;
        width:55px;
    }
#investment_parameters_tbl input.textbox {
    font-size:1.2em;
}
#investment_parameters_tbl select {
    font-size:1.2em;
    margin:0 5px;
    padding:2px 0;
    width:200px;
}

/* ----------------------------------------------------------------------------
    Sign up
-----------------------------------------------------------------------------*/
/* Subscription features */
span.yes {
    display:block;
    margin:5px;
    text-align:center;
    text-indent:-999em;
    height:13px;
    background:transparent url(../images/check.png) no-repeat 50% 0; /* left */
}
span.no {
    display:block;
    text-indent:-999em;
}
#subscription_features {
    float:right;
    width:295px;
}
.demoCol, .basicCol, .powerCol {
    width:50px;
    text-align:center;
}
#subscription_features table {
    margin-bottom:25px;
}
#subscription_features table td {
    text-align:center;
}
#subscription_features table tbody th {
    font-size:1.2em;
    font-weight:normal;
    padding:5px;
}

#signupPage h2 {
    margin:0;
    font-size:1.8em;
    line-height:1.2em;
    color:#3875a4;
}
#signupPage h2 strong {
    font-weight:bold;
    color:#3875a4;
}

/* Steps 1 2 3 */
.formGroup, .formGroupAlt {
    width:400px;
    margin-bottom:5px;
    background-color:#e4e9ef;
}
.formGroup h2,
.formGroupAlt h2 {
    color:#000 !important;
    padding:10px 25px;
    font-weight:normal;
    border-bottom:1px solid #fff;
}
.formGroup {
    background-color:#eee;
}
.formGroupAlt {
    background-color:#e4e9ef;
}
.error {
    color:#f00;
    font-weight:bold;
}
.notification {
    padding:5px;
    background:#f3ecbd;
}
#signupPage .error {
    margin:0 0 0 135px;
}
ul.form_list {
    margin:0;
}
ul.form_list li {
    margin:0;
    padding:3px 25px;
    list-style:none;
    border-bottom:1px solid #fff;
    font-size:1em;
}
ul.form_list li label {
    position:relative;
    z-index:10;
    float:left;
    width:135px;
    font-weight:bold;
}
    ul.form_list li label.noWidth {
        width:auto;
        margin-right:10px;
    }
    ul.form_list li label.radio {
        float:none;
        width:auto;
    }
ul.form_list li input.textbox,
ul.form_list li select {
    width:190px;
}
    ul.form_list li.exp_date select {
        width:90px;
    }
.left .formGroup,
.right .formGroupAlt {
    width:350px;
}
.left .formGroup ul.form_list li,
.right .formGroupAlt ul.form_list li {
    padding:3px 5px;
}
.left .formGroup ul.form_list li input.textbox {
}

/* reCAPTCHA */
.recaptcha_img {
    background-color:#fff;
}
.recaptcha_links {
}
.recaptcha_links span {
    margin-right:15px;
}

/* ----------------------------------------------------------------------------
    Krunch it (analyze an address)
-----------------------------------------------------------------------------*/
#analyzePage h1 span {
    font-size:0.7em;
    line-height:1em;
    color:#666;
}
#analyzePage .bigText {
    margin:1em 0;
    font-size:1.8em;
}
#analyzeForm {
    margin:0;
    padding:0;
    clear:both;
}
#analyzeDirections {
}
#analyzeForm ul.form_list li {
    border:none;
}
#analyzeForm ul.form_list li label {
    width:95px;
    padding-right:10px;
    font-size:1.4em;
    text-align:right;
}
#analyzeForm ul.form_list li input.textbox {
    width:475px;
    font-size:1.4em;
}
#analyzeForm ul.form_list li input.short {
    width:200px;
}
#analyzeForm li.indent {
    margin-left:105px;
}

/* ----------------------------------------------------------------------------
    Find investment property
-----------------------------------------------------------------------------*/
.searchform_list {
    margin:0;
}
.searchform_list li {
    margin:1em 0;
    list-style:none;
    clear:both;
    font-size:1em;
}
.searchform_list li input.checkbox {
    float:left;
    margin-top:5px;
}
.searchform_list li label {
    position:relative;
    z-index:10;
    float:left;
    padding:0 15px 0 0;
    line-height:2em;
    text-align:right;
    width:145px;
    font-weight:bold;
}
.searchform_list li label {
    /* width:auto; */
}
.searchform_list li label.radio {
    width:auto;
    font-weight:normal;
}
.searchform_list li select {
    padding:0;
}
.searchform_list li input.textbox  {
    padding:1px;
}
.other_options .searchform_list li {
    font-size:1em;
}
#other_options1, #other_options2, #other_options3 {
    display:none;
}
#searchPage .box_container h2 {
    margin:0;
    font-size:1.4em;
    text-transform:uppercase;
    color:#999;
    border-top:1px solid #ddd;
    clear:both;
}
#moreFilters {
    float:left;
    z-index:10;
    margin:1px 0 0 0;
    width:718px;
    padding:0;
    line-height:1.1em;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    text-align:center;
}
#moreFilters input {
    float:left;
    color:#666;
    text-decoration:none;
    padding:2px 0;
    width:100%;
    background-color:#e0e0e0;
    border:none;
    font-size:1em;
    font-weight:bold;
    text-transform:uppercase;
}
#moreFilters input:hover {
    color:#000;
    background-color:#e0e0e0;
}
#searchPage .box_container .indent {
    margin-left:90px;
}
td.pictureCol {
    width:80px;
    height:60px;
    background:#fff url(../images/photo_not_available80x60.gif) no-repeat 50% 50%;
}

/* box_container */
.box_container {
    position:relative;
    z-index:1;
    background:#efeeee url(../images/gradient_box_bg.gif) repeat-x 0 0;
    border:1px solid #ccc;
}
.box_container_inner {
    padding:10px;
}
#searchPage .box_container_inner {
    padding:0;
}
#find_box .box_container_inner {
    padding:0 10px 0 10px;
}

#typediv, #pricediv, #criteriadiv {
    display:inline;
}
.bar {
    margin:5px 0 20px 0;
    padding:5px 0;
    float:left;
    width:100%;
    color:#fff;
    background-color:#7aa02d;
}
.bar p {
    margin:2px 0;
}
.bar .left {
    float:left;
    width:auto;
    margin-left:10px;
}
.bar .right {
    float:right;
    width:auto;
    margin-right:10px;
}
.bar select {
    margin:3px 0 0 5px;
    font-size:12px;
}
.bar input {
    float:left;
    margin:2px 0 0 5px;
}
.bar select .disabled {
    color:#999;
    text-transform:uppercase;
}
.bar2 {
    margin:5px 0 0 0;
}

/* ----------------------------------------------------------------------------
    Pleast wait
-----------------------------------------------------------------------------*/
.memberPhoto {
    border:5px solid #fff;
}

/* ----------------------------------------------------------------------------
    Pleast wait
-----------------------------------------------------------------------------*/
#waiting {
    margin:55px auto 0 auto;
    position:relative;
    width:570px;
    height:251px;
    background:transparent url(../images/waiting_bg.gif) repeat-x 0 100%;
}
#waiting h1 {
    position:absolute;
    left:-999em;
}
#waiting p {
    margin:30px 0 0;
    font-size:2.6em;
    line-height:1em;
    font-weight:bold;
}
#waiting p.dots {
    margin:0;
    padding:130px 0 0 0;
}

/* ----------------------------------------------------------------------------
    dhtml tool tip
-----------------------------------------------------------------------------*/
#dhtmltooltip{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
    position:absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}
