.nv_block {
    height: 35px;
    margin-bottom: 20px;
}

.nv_fixed {
    position: fixed !important;
    top: 0px !important;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.2) !important;
    z-index: 5 !important;
}
.nv_fixed .active {
    border: 0px !important;
    text-decoration: underline !important;
} 

.navigation {
    overflow: hidden !important;
    width: 639px;
    height: 35px;
    margin: 0px;
    padding: 0px;
    overflow: auto;
    border-bottom: 1px solid #dbdbdb;
    background: #fcfcfc;
}
.navigation ul {
    overflow: hidden;
    position: absolute;
    margin-top: 7px;
    padding-left: 0px;
}
.navigation ul li a {
    text-decoration: none !important;
    font-size: 13px !important;
}
.navigation ul li {
    border: 1px solid #fcfcfc;
    border-bottom: 1px solid #dbdbdb;
    float: left;
    height: 19px;
    margin-right: 5px;
    padding: 3px 9px 0px 9px;
    border-radius: 5px 5px 0px 0px;
    list-style-type: none;
}
.navigation ul li.active {
    border: 1px solid #dbdbdb;
    border-bottom: 1px solid #fcfcfc;
}


.navigation_bottom {
    overflow: hidden;
    width: 639px;
    height: 35px;
    margin: 0px;
    margin-top: 30px;
    padding: 0px;
    overflow: auto;
    border-top: 1px solid #dbdbdb;
    background: #fcfcfc;
}
.navigation_bottom ul {
    overflow: hidden;
    position: absolute;
    margin-top: -1px;
    padding-left: 0px;
}
.navigation_bottom ul li a {
    text-decoration: none !important;
    font-size: 13px !important;
}
.navigation_bottom ul li {
    border: 1px solid white;
    border-top: 1px solid #dbdbdb;
    float: left;
    height: 19px;
    margin-right: 5px;
    padding: 6px 9px 0px 9px;
    border-radius: 0px 0px 5px 5px;
    list-style-type: none;
}
.navigation_bottom ul li.active {
    border: 1px solid #dbdbdb;
    border-top: 1px solid white;
}

.content .inset {
    display: none;
}

#live_calc table{
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}
#live_calc .foot_select{
    width: 206px;
}
#live_calc .money_select{
    width: 206px;
}
#live_calc .day_select{
    width: 200px;
    padding-left: 3px;
}
#live_calc .work_button{
    height: 100px;
    width: 100px;
}

#content .day_bn img { cursor: pointer; width:290px; _width: 250px; height: 207px; border: 5px solid #F1F1F1; margin: 0px 0px 0px 0px;}
#content .day_bn {width: 590px; height: 207px; margin: 0px auto; margin-top: 15px; margin-bottom: 25px;}
#content .day_bn td ,.day_bn tr, .day_bn {border: 0px;text-align: center;}
#content .day_bn img:hover {border: 5px solid #C9C9C9;}
.day_bn .text {
    cursor: pointer;
    position: absolute;
    background-color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-align: center;
    font-size: 14px;
    width: 280px;
    height: 26px;
    margin-top: 165px;
    margin-left: 9px;
    padding-top: 10px;
    font-weight: bold;
    _margin-left: -289px;
}

.g-recaptcha {
    width: 304px;
    margin: 0px auto;
}