body {
    font-family: "Microsoft YaHei", Tahoma, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;
    background-color: #fff;
}
div.background-img {
    z-index: -9999;
    position: absolute;
    top: 0;
    width: 100%;
    height: 700px;
    background: url(../../images/cash/background.html) 0 -90px/cover no-repeat #fff;
}
.header {
    width: 100%;
    height: 40px;
    background-color: #3f3e4f;
}
.headerContent {
    margin: 0 auto;
    width: 1024px;
    color: #fff;
}
.region {
    float: left;
    margin-top: 10px;
}
.dateTime {
    float: left;
    margin-right: 10px;
}
.countryFlag {
    float: left;
}
.login {
    float: right;
    margin-top: 5px;
}
.login div input {
    font-size: 13px;
    width: 45px;
    margin-top: 1px;
    height: 21px;
    line-height: 20px;
}
.login div #username {
    width: 130px;
}
.login div #password {
    width: 70px;
    padding-right: 20px;
}
.alogin div #username {
    width: 100px;
}
.alogin div #password {
    width: 70px;
}
.header-links {
    float: right;
    margin-top: 5px;
}
.header-links ul {
    color: #fff;
    margin-top: 7px;
    float: left;
    text-shadow: 0 -1px 0 #000;
    margin-left: 55px;
}
.header-links ul li {
    float: left;
    margin-right: 20px;
}
.header-links ul li a {
    color: #fff;
}
.logo-user {
    margin-right: -10px;
    width: 15px;
    height: 15px;
    background: url(../../images/cash/user_icon.png) no-repeat;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.form-control {
    background: #fff;
    border-radius: 3px;
    box-shadow: none!important;
    padding: 2px 10px!important;
    padding-right: 4px!important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width:130px;
}
.login .form-control {
    float: left;
    margin-right: 5px;
    margin-top: 1px;
    height: 23px;
}

.login .form-control.slim{
    width: 88px;
}

.login .form-control.slim #password{
    width: 46px;
}

.login .form-control.slim #vcode{
    width: 44px;
}
.login .form-control.slim #login-captcha{
    margin-top: 3px;
}

.btn {
    display: inline-block;
    padding: 2px 6px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-sm {
    padding: 1px 3px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-white {
    color: #fff;
    background-color: #6b9cc0;
    position: absolute;
    right: 1px;
}
.btn-white:hover {
    color: #fff;
    background-color: #b0afaf;
    text-decoration: none;
}
.btn-blue {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 27px;
    margin-top: 1px;
		background-color: #5a689e;
}
.btn-blue:hover {
    background-color: #6c7aae;
}
.btn-red {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #ff6133;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 27px;
    margin-top: 1px;
}
.btn-red:hover {
    background-color: #fb420c;
}

.btn-purple {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #666ec1;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 27px;
    margin-top: 1px;
}
.btn-purple:hover {
    background-color: #8289d6;
}

.btn-orange {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #ffa408;
    padding-top: 2px;
    padding-bottom: 4px;
    height: 27px;
    margin-top: 1px;
}
.btn-orange:hover {
    background-color: #ffb332;
}
.btn-yellow {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
    background-color: #5a9e67;
    padding-top: 2px;
    padding-bottom: 0;
    height: 23px;
    margin-top: 1px;
    width: 75px;
}
.btn-yellow div {
    float: left;
}
.btn-yellow:hover {
    background-color: #65b274;
}
.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.nav {
    width: 100%;
    background-color: rgba(68, 129, 186, 0.5);
    border-bottom: 1px solid #7da4cf;
}
.nav div {
    width: 1024px;
    margin: 10px auto 5px;
}
.nav ul {
    float: right;
    margin-top: 15px;
}
.nav ul li {
    float: left;
    width: 97px;
}
.nav ul li:last-child {
    width: 98px;
}
.nav ul li a {
    width: 97px;
    height: 54px;
    display: block;
    color: rgba(0, 0, 0, 0.0);
}
.nav ul li:last-child a {
    width: 98px;
}
.nav ul li a.home {
    background: url(../../images/cash/navigation.html) 0 0 no-repeat
}
.nav ul li a.account {
    background: url(../../images/cash/navigation.html) -97px 0 no-repeat
}
.nav ul li a.activity {
    background: url(../../images/cash/navigation.html) -194px 0 no-repeat
}
.nav ul li a.cash {
    background: url(../../images/cash/navigation.html) -291px 0 no-repeat
}
.nav ul li a.faq {
    background: url(../../images/cash/navigation.html) -388px 0 no-repeat
}
.nav ul li a.mobile {
    background: url(../../images/cash/navigation.html) -485px 0 no-repeat
}
.nav ul li a.affiliation {
    background: url(../../images/cash/navigation.html) -582px 0 no-repeat
}
.nav ul li a.home:hover {
    background: url(../../images/cash/navigation-hover.html) 0 0 no-repeat
}
.nav ul li a.account:hover {
    background: url(../../images/cash/navigation-hover.html) -97px 0 no-repeat
}
.nav ul li a.activity:hover {
    background: url(../../images/cash/navigation-hover.html) -194px 0 no-repeat
}
.nav ul li a.cash:hover {
    background: url(../../images/cash/navigation-hover.html) -291px 0 no-repeat
}
.nav ul li a.faq:hover {
    background: url(../../images/cash/navigation-hover.html) -388px 0 no-repeat
}
.nav ul li a.mobile:hover {
    background: url(../../images/cash/navigation-hover.html) -485px 0 no-repeat
}
.nav ul li a.affiliation:hover {
    background: url(../../images/cash/navigation-hover.html) -582px 0 no-repeat
}
.content-container {
    /*min-height: 1000px;*/

    z-index: 99;
}
.highlight {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    display: block;
    position: relative;
    overflow: visible;
}
.carousel {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}
.leftImage {
    position: absolute;
    width: 310px;
    height: 400px;
    top: 140px;
    left: -780px;
    background: url(../../images/cash/mickey-friends.html) no-repeat;
    margin-left: 50%;
}
.rightImage {
    position: absolute;
    width: 410px;
    height: 500px;
    top: -24px;
    left: 280px;
    background: url(../../images/cash/castle.html) no-repeat;
    margin-left: 50%;
}
.carousel img {
    max-width: 100%;
    max-height: 100%;
}
.leftImage img,
.rightImage img {
    z-index: 9;
}
.container {
    width: 1044px;
    height: 320px;
    margin: 35px auto 0;
    overflow: visible;
    position: relative;
}
.container2 {
    width: 1044px;
    margin: 10px auto 0;
}
.container3 {
    width: 100%;
    margin: 10px auto 0;
    overflow: visible;
    position: relative;
}
.features-container {
    width: 1044px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}
.footerad {
    width: 100%;
    background-color: #ebebeb;
}
.main-game-left {
    float: left;
    margin-right: 18px;
}
.game-hk {
    color: #fff;
    width: 257px;
    height: 310px;
    float: left;
    margin-right: 25px;
}
.game-hk div.plus-sign {
    display: block;
    width: 13px;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    float: left;
}
.game {
    width: 247px;
    height: 310px;
    float: left;
}
.game-panel-1 div.ball-holder {
    margin: 165px 0 0 12px;
}
.game-panel-1 {
    background: url(../../images/cash/game1.html) no-repeat;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.game-panel-1:hover {
    background: url(../../images/cash/game1-hover.html) no-repeat;
}
.game-panel-2:hover {
    background: url(../../images/cash/game2-hover.html) no-repeat;
}
.game-panel-3:hover {
    background: url(../../images/cash/game3-hover.html) no-repeat;
}
.game-panel-1 div.numberball {
    display: block;
    width: 26px;
    height: 22px;
    padding-top: 4px;
    text-align: center;
    font-size: 14px;
    margin-left: 5px;
    float: left;
    background: url(../../images/cash/numberball1.html) no-repeat;
}
.game-panel-1 div.drawDescription:before,
.game-panel-2 div.drawDescription:before,
.game-panel-3 div.drawDescription:before {
    content: " ";
    clear: both;
}
.game-panel-1 div.drawDescription {
    padding-top: 15px;
    text-align: center;
    line-height: 18px;
}
.game-panel-2 div.ball-holder,
.game-panel-3 div.ball-holder {
    margin: 165px 0 0 55px;
}
.game-panel-2 div.numberball,
.game-panel-3 div.numberball {
    float: left;
    width: 41px;
    height: 36px;
    padding-top: 5px;
    text-align: center;
    font-size: 23px;
    margin-left: 6px;
    background: url(../../images/cash/numberball2.html) no-repeat;
}
.game-panel-2 div.drawDescription,
.game-panel-3 div.drawDescription {
    padding-top: 15px;
    width: 100%;
    text-align: center;
    line-height: 18px;
}
.game-panel-2 .drawDescription span,
.game-panel-3 .drawDescription span {
    margin: 0 5px;
}
.game-panel-2 {
    color: #fff;
    background: url(../../images/cash/game2.html) no-repeat;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.game-panel-3 {
    color: #fff;
    float: left;
    background: url(../../images/cash/game3.html) no-repeat;
    -o-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -khtml-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
}
.annoucement {
    z-index: 999;
    width: 230px;
    height: 370px;
    background: url(../../images/cash/notice.html) no-repeat;
    opacity: 1;
}
.annoucement-header {
    color: #fff;
    margin: 10px 15px 0;
}
.annoucement-header span {
    font-size: 16px;
    position: relative;
    top: -10px;
    left: 10px;
}
.annoucement-header a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 5px;
    float: right;
}
.annoucement-header a:hover {
    text-decoration: underline;
}
.annoucement-content h5 {
    font-size: 14px;
}
.annoucement-content h5 a {
    color: #fff;
    text-decoration: none;
}
.annoucement-content h5 a:hover {
    color: #fff;
    text-decoration: underline;
}
.annoucement-content p {
    color: #6ecef6;
    font-size: 12px;
}
.annoucement-content ul {
    color: #fff;
    margin-top: 20px;
}
.annoucement-content li {
    padding: 15px 0 0 20px;
}
.sub-game-container {
    width: 776px;
    float: left;
    margin-right: 18px;
    height: 310px;
    background: url(../../images/cash/sub-game-container-bg.html) no-repeat;
}
.sub-game {
    width: 154px;
    height: 154px;
    float: left;
    position: relative;
    margin-left: 1px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.sub-game-bjpk10 {
    background: url(../../images/cash/sub-game-bjsc.html) 50% 50% no-repeat;
}
.sub-game-gdklsf {
    background: url(../../images/cash/sub-game-gdklsf.html) 50% 50% no-repeat;
}
.sub-game-gxklsf {
    background: url(../../images/cash/sub-game-gxklsf.html) 50% 50% no-repeat;
}
.sub-game-xync {
    background: url(../../images/cash/sub-game-cqxync.html) 50% 50% no-repeat;
}
.sub-game-bjkl8 {
    background: url(../../images/cash/sub-game-kl8.html) 50% 50% no-repeat;
}
.sub-game-gd11x5 {
    background: url(../../images/cash/sub-game-11x5.html) 50% 50% no-repeat;
}
.sub-game-gxk3 {
    background: url(../../images/cash/sub-game-gxks.html) 50% 50% no-repeat;
}
.sub-game-xjssc {
    background: url(../../images/cash/sub-game-xjssc.html) 50% 50% no-repeat;
}
.sub-game-tjssc {
    background: url(../../images/cash/sub-game-tjssc.html) 50% 50% no-repeat;
}
.sub-game-cqssc {
    background: url(../../images/cash/sub-game-cqssc.html) 50% 50% no-repeat;
}
.sub-game-bjpk10:hover {
    background: url(../../images/cash/sub-game-bjsc-hover.html) 50% 50% no-repeat;
}
.sub-game-gdklsf:hover {
    background: url(../../images/cash/sub-game-gdklsf-hover.html) 50% 50% no-repeat;
}
.sub-game-gxklsf:hover {
    background: url(../../images/cash/sub-game-gxklsf-hover.html) 50% 50% no-repeat;
}
.sub-game-xync:hover {
    background: url(../../images/cash/sub-game-cqxync-hover.html) 50% 50% no-repeat;
}
.sub-game-bjkl8:hover {
    background: url(../../images/cash/sub-game-kl8-hover.html) 50% 50% no-repeat;
}
.sub-game-gd11x5:hover {
    background: url(../../images/cash/sub-game-11x5-hover.html) 50% 50% no-repeat;
}
.sub-game-gxk3:hover {
    background: url(../../images/cash/sub-game-gxks-hover.html) 50% 50% no-repeat;
}
.sub-game-xjssc:hover {
    background: url(../../images/cash/sub-game-xjssc-hover.html) 50% 50% no-repeat;
}
.sub-game-tjssc:hover {
    background: url(../../images/cash/sub-game-tjssc-hover.html) 50% 50% no-repeat;
}
.sub-game-cqssc:hover {
    background: url(../../images/cash/sub-game-cqssc-hover.html) 50% 50% no-repeat;
}
.advertisement {
    position: relative;
    top: 60px;
}
.features {
    width: 1347px;
    position: relative;
    height: 503px;
    background: url(../../images/cash/features-bg.html) 50% 0 no-repeat;
    overflow: visible;
}
.item-features {
    color: #fff;
    position: absolute;
    width: 380px;
    height: 300px;
}
.features-container h3.title {
    font-weight: 100;
    font-size: 26px;
    margin-bottom: 5px;
}
.features-container p.description {
    font-weight: 0;
    font-size: 14px;
    line-height: 1.4em;
}
.feature-1 {
    top: 45px;
    left: 160px;
}
.feature-2 {
    top: 45px;
    left: 480px;
    text-align: right;
}
.feature-3 {
    top: 320px;
    left: 160px;
}
.feature-4 {
    top: 320px;
    left: 480px;
    text-align: right;
}
.ads {
    width: 1044px;
    margin: 0 auto;
}
.footer {
    width: 100%;
    height: 77px;
    color: #fff;
    background-color: #3f3e4f
}
.footertxt p {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
}
.footertxt a {
    text-decoration: none;
    color: #fff
}
.footertxt a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1044px) {
    .container3 {
        width: 1044px;
    }
}
.member-area .content {
    width: 1024px;
    margin: 0 auto;
    height: 700px;
    background-color: #fff;
}
.member-area {
    width: 100%;
    background: #f2f2f2;
}
.account-info-container {
    color: #777f89;
    height: 110px;
    /*border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;*/

    border-bottom: 1px solid #cecece;
    font-size: 12px;
    padding: 35px 20px 0 25px;
}
.account-info .user-icon {
    float: left;
    width: 84px;
    height: 84px;
    margin-right: 20px;
}
.account-info h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: lighter;
}
.account-info h3 {
    font-weight: lighter;
    font-size: 30px;
    margin-bottom: 10px;
}
.account-info span {
    color: #217eec;
}
.account-info p {
    margin-bottom: 5px;
}
.account-info ul li {
    float: left;
    margin-right: 20px;
}
.my-account-nav {
    float: left;
    color: #777f89;
    height: 100%;
    width: 216px;
    font-size: 11px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
.my-account-nav ul li {
    width: 216px;
    height: 80px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background-color: #fff;
    padding-left: 50px;
}
.my-account-nav ul li:first-child {
    border-top: none;
}
.my-account-nav ul a {
    width: 100%;
    height: 100%;
    color: #777f89;
}
.my-account-nav ul a li.active {
    color: #fff;
}
.my-account-nav ul li:hover {
    cursor: pointer;
    background-color: #f2f2f2;
}
.my-account-nav ul li h3 {
    font-weight: lighter;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 3px;
}
.tab-notification {
    background: url(../../images/cash/member-area/nav-icon-bg.html) 0 0 no-repeat;
}
.tab-security-setting {
    background: url(../../images/cash/member-area/nav-icon-bg.html) 0 -80px no-repeat;
}
.tab-account-setting {
    background: url(../../images/cash/member-area/nav-icon-bg.html) 0 -160px no-repeat;
}
.my-account-nav ul li.active.tab-notification {
    background: url(../../images/cash/member-area/nav-icon-bg-active.html) 0 0 no-repeat #217eec;
    color: #fff;
}
.my-account-nav ul li.active.tab-security-setting {
    background: url(../../images/cash/member-area/nav-icon-bg-active.html) 0 -80px no-repeat #217eec;
    color: #fff;
}
.my-account-nav ul li.active.tab-account-setting {
    background: url(../../images/cash/member-area/nav-icon-bg-active.html) 0 -160px no-repeat #217eec;
    color: #fff;
}
.account-content-container {
    padding: 25px 40px;
}
.account-content {
    width: 100%;
    overflow: visible;
}
.account-content h3 {
    font-size: 18px;
    font-weight: lighter;
    margin-bottom: 25px;
}
.account-content table {
    width: 100%;
}
.account-content table td {
    padding: 15px 0 15px 10px;
}
.account-content .notification-list table {
    border: 1px solid #d1d1d1;
}
.account-content .notification-list table th {
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: lighter;
    background-color: #4987D7!important;
}
.account-content .notification-list table th i {
    margin-right: 18px;
}
.account-content .notification-list table td {
    border-top: 1px solid #d1d1d1;
}
.account-content .notification-list table tr td:first-child {
    padding-left: 20px;
}
.account-content .notification-list table tr td:last-child {
    padding-right: 25px;
}
.account-content .notification-list .notification-date-time {
    text-align: right;
}
.account-content .security-setting {
    overflow: visible;
}
.account-content .security-setting table {
    border-bottom: 1px solid #d1d1d1;
}
.account-content .security-setting td.align-right-col {
    text-align: right;
    width: 70px;
}
.account-content .security-setting td.align-right-col {
    text-align: right;
    width: 70px;
}
.account-content .security-setting tr.last-row td {
    padding-bottom: 30px;
}
.account-content .security-setting tr.last-row td button {
    display: block;
    width: 130px;
    height: 33px;
}
.account-content .security-setting ul {
    overflow: visible;
    width: 100%;
}
.account-content .security-setting ul li {
    float: left;
    margin-right: 40px;
    overflow: visible;
}
.account-content .security-setting ul li a {
    color: #000;
}
.account-content .security-setting ul li a div.security-setting-button-container {
    width: 197px;
    height: 35px;
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    overflow: visible;
}
.account-content .security-setting ul li a div section {
    position: relative;
    top: -14px;
    left: 50px;
}
.account-content .security-setting ul li a div img.dollar {
    position: relative;
    top: -8px;
    left: -8px;
    z-index: 999;
}
.account-content .security-setting ul li a div img.icon {
    float: left;
    margin-right: 10px;
}
span.new {
    width: 5px;
    height: 5px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 10px;
    font-size: 12px;
    font-weight: 100;
    line-height: 1;
    color: #217eec;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 5px;
}
.account-content .account-setting table td:first-child {
    text-align: right;
    width: 70px;
}
.account-content .account-setting tr.last-row td button {
    display: block;
    width: 100px;
}
.promotion-content {
    width: 908px;
    background-color: #fff;
    margin: 40px auto;
    color: #4c4c4c;
    padding: 35px 50px;
}
.promotion-content .image-banner {
    margin: 15px 0;
}
.promotion-content .image-banner img {
    width: 100%;
}
.promotion-content h3 {
    font-size: 22px;
    font-weight: lighter;
    margin-bottom: 15px;
}
.promotion-content h3 span {
    font-size: 14px;
    color: #b2b2b2;
    float: right;
}
.promotion-content p {
    font-size: 14px;
    line-height: 20px;
}
.promotion-content contents {
    font-size: 14px;
}
.beginner-nav {
    height: 100%;
    width: 216px;
    background-color: #858e99;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    float: left;
}
.beginner-nav ul {
    color: #fff;
}
.beginner-nav ul li {
    height: 38px;
    font-size: 14px;
    padding: 10px 0 0 30px;
    border-bottom: 1px solid #cecece;
}
.beginner-nav ul a li {
    color: #fff;
}
.beginner-nav ul a li.active,
.beginner-nav ul a:hover li {
    background-color: #717882;
}
.beginner-nav ul li img {
    float: left;
    margin-right: 10px;
}
.beginner-nav ul li p {
    margin-top: 5px;
}
.account-content-container {
    padding: 25px 40px;
}
.beginner-content-container {
    padding: 25px 40px;
}
.beginner-content {
    width: 100%;
    height: 1000px;
    border: 1px solid #000;
}
.beginner-rule-content {
    width: 100%;
    max-height: 1000px;
    overflow: scroll;
    overflow-x: hidden;
}
.beginner-rule-content h3.title {
    font-size: 20px;
    margin-bottom: 1em;
    color: #66667D;
}
.beginner-rule-content h3 {
    color: #66667D;
}
.beginner-rule-content h4.subtitle {
    font-size: 18px;
    margin-top: 2em;
    margin-bottom: 1em;
}
.beginner-rule-content p {
    margin: 15px 0;
    line-height: 1.6em;
    color: #66667d;
}
.beginner-rule-content ol,
.beginner-rule-content li {
    list-style-position: inside;
    list-style-type: decimal;
}
.textfield2c {
    width: 120px;
    height: 22px;
    border: 1px solid #e3e6e8;
    padding-left: 10px;
    margin-right: 10px;
    color: #777f89;
}
.citytxtbox,
.areatxtbox {
    width: 50px;
    height: 22px;
    border: 1px solid #b8b8b8;
    padding-left: 5px;
}
.streettxtbox {
    width: 300px;
    height: 22px;
    border: 1px solid #b8b8b8;
    padding-left: 5px;
}
.addressetxtbox,
.phonetxtbox {
    width: 100px;
    height: 22px;
    border: 1px solid #b8b8b8;
    padding-left: 5px;
}
.footer-img {
    margin-top: 10px;
    float: right;
}
.footerad-container {
    margin: 0 auto;
    width: 1024px;
    height: 136px;
}
.downloads-container {
    float: left;
}
.cards-container {
    margin-top: 45px;
    float: right;
}
.downloads {
    width: 300px;
}
.downloads ul {
    margin-top: 45px;
}
.downloads ul li.ie {
    background: url(../../images/cash/downloads-icon.html) 0 0 no-repeat;
}
.downloads ul li.ff {
    background: url(../../images/cash/downloads-icon.html) -40px 0 no-repeat;
}
.downloads ul li.chrome {
    background: url(../../images/cash/downloads-icon.html) -80px 0 no-repeat;
}
.downloads ul li.opera {
    background: url(../../images/cash/downloads-icon.html) -120px 0 no-repeat;
}
.downloads ul li.flash {
    background: url(../../images/cash/downloads-icon.html) -160px 0 no-repeat;
}
.downloads ul li.ie:hover {
    background: url(../../images/cash/downloads-icon-hover.html) 0 0 no-repeat;
    cursor: pointer;
}
.downloads ul li.ff:hover {
    background: url(../../images/cash/downloads-icon-hover.html) -40px 0 no-repeat;
    cursor: pointer;
}
.downloads ul li.chrome:hover {
    background: url(../../images/cash/downloads-icon-hover.html) -80px 0 no-repeat;
    cursor: pointer;
}
.downloads ul li.opera:hover {
    background: url(../../images/cash/downloads-icon-hover.html) -120px 0 no-repeat;
    cursor: pointer;
}
.downloads ul li.flash:hover {
    background: url(../../images/cash/downloads-icon-hover.html) -160px 0 no-repeat;
    cursor: pointer;
}
.downloads ul li a {
    display: block;
    width: 40px;
    height: 40px;
}
.downloads ul li {
    margin-right: 10px;
    float: left;
}
.footer-img {
    margin-top: 10px;
    float: right;
}
.footertxt {
    float: left;
}
.footer-container {
    width: 1024px;
    margin: 0 auto;
}
.textfield1 {
    padding: 0 5px;
    width: 160px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #ccc;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -o-border-radius: 2px;
    -o-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -ms-border-radius: 2px;
    -ms-box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #E8E8E8 inset;
}
#sex,
.select1 {
    padding-left: 2px;
    font-size: 13px;
    width: 72px;
    height: 28px;
    color: #676565;
}
.security-setting select {
    padding: 5px 0;
    -webkit-padding-end: 20px;
    border: 1px solid #CCC;
    color: #999;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 -1px 0 0 #CCC;
    -moz-border-radius: 2px;
    -moz-box-shadow: 0 -1px 0 0 #CCC;
    -o-border-radius: 2px;
    -o-box-shadow: 0 -1px 0 0 #CCC;
    -ms-border-radius: 2px;
    -ms-box-shadow: 0 -1px 0 0 #CCC;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 #E8E8E8 inset;
    -webkit-appearance: none;
    background: url(../../images/cash/dropdown_logo_2.png) no-repeat right #FFF;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.floatleft {
    float: left;
}
.floatright {
    float: right;
}

.bluetxt {
    color: #0037c4!important;
}

.redtxt {
    color: #ff0000!important;
}
