
.new-div-rel { position: relative; }

.new-year-picker {
    position: absolute;
    z-index: 200;
    top: 30px;
    left: 0px;
    width: 270px;
    height: 170px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: #FFFFFF;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #999999;
    padding: 3px;
    margin: 1px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    cursor: pointer;
}

.new-year-picker-list {
    width: 50px;
    height: auto;
    text-align: center;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: solid 1px #999999;
    padding: 3px;
    margin: 2px;
    float: left;
    color: #333333;
}

.ui-autocomplete {
    max-height: 180px!important;
    overflow: scroll!important;
    overflow-x: hidden!important;
    font-size: 10pt!important;
}
.ui-input-fixer {
    height: 31px!important;
}

.h1mod {
    line-height: 1.4em!important;
    font-size: 1.1em!important;
}

.home-start-box {
    position: relative;
    background: #eeeeee;
    border: none;
    padding: 0;
    max-width: 400px;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    margin: 0px auto 0.2em auto;
    font-size: 1.1em;
    font-weight: bold;
}

.home-start-box-content {
    position: relative;
    padding: 0.8em 1em 0.4em 1em;
}

.home-start-box-left {
    position: relative;
    float: left;
    width: 45%;
}

.hsbl2 {
    width: 55%;
}

.home-box-incircle {
    width: 110px;
    height: 110px;
    background: #794473;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.42);
}

.bcrc2 {
    background: #4b4a4a;
    margin: 0 0 0 auto!important;

}

.start-box-image {
    width: 90px;
    height: 90px;
    margin: 10px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
}

.home-start-box-right {
    position: relative;
    float: left;
    width: 55%;
    text-align: right;
}

.hsbr2 {
    width: 45%!important;
    text-align: right!important;
}

.home-start-box-over {
    position: relative;
    width: 100%;
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.home-start-box-margin1 {
    margin-top: 5px;
}

.home-start-box-margin2 {
    margin-top: 22px;
}

.home-start-box-color1 {
    color: #72416c;
}

.home-start-box-color2 {
    color: #4b4a4a;
}

.mt20 {
    margin-top: 20px!important;
}

.hsbm1 {
    padding: 15px!important;
    font-size: 1em!important;
    font-weight: normal!important;
}
