html {
    margin: 0;
    padding: 0
}
body {
    background: url(images/back.png) repeat center center #292e31;
    font-family: calibri;
    margin: 0;
    padding: 0
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}
img {
    border: 0
}
a {
    text-decoration: none
}
.header {
    background: #202020;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 32, 32, .85)), color-stop(100%, rgba(17, 17, 17, .85)));
    background: -webkit-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: -o-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%) background: -ms-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: linear-gradient(to bottom, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#111111', GradientType=0);
    width: 998px;
	margin: 0 auto;
	border: 1px solid #111111;
	border-top: 0;
    height: 56px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header-content {
    width: 988px;
    margin: auto
}
.navbar {
    float: left;
    padding-left: 10px;
    padding-top: 18px;
    color: #fff
}
h1 {
    color: #fff;
    float: left;
    padding-left: 20px
}
.container {
    min-height: 100%
}
.logo {
    display: block;
    float: left
}
ul#navigation {
    float: right
}
ul#navigation li {
    margin: 0 3px;
    float: left;
    padding: 6px 0;
    outline: 0
}
ul#navigation li a {
    color: #f0f0f0;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    line-height: 45px;
    padding: 0 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline: 0
}
ul#navigation li a:hover {
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
	background: #00702e;
	background: -moz-linear-gradient(top,  #00702e 0%, #00c92b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00702e), color-stop(100%,#00c92b));
	background: -webkit-linear-gradient(top,  #00702e 0%,#00c92b 100%);
	background: -o-linear-gradient(top,  #00702e 0%,#00c92b 100%);
	background: -ms-linear-gradient(top,  #00702e 0%,#00c92b 100%);
	background: linear-gradient(to bottom,  #00702e 0%,#00c92b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00702e', endColorstr='#00c92b',GradientType=0 );
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.3) inset, 0 1px 0 rgba(255, 255, 255, 0.1)
}
ul#navigation li a.logout {
    background:url(images/logout.png) no-repeat;
	width:24px;
	height:24px;
	margin: 11px 0 0;
	padding: 0;
    display: inline-block;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
ul#navigation li a.logout:hover {
	opacity: 0.6;
}
ul#navigation li a img {
    position: relative;
    display: inline-block;
    top: 11px;
    left: -1px
}
ul#navigation li.selected a {
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15);
    -moz-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: inset 0 1px 3px 1px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.15)
}
ul#navigation .Blue {
    color: #00ccff;
}
.main {
    margin: auto;
    width: 1000px;
    clear: both
}
.content {
    width: 675px;
    min-height: 450px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    padding: 20px;
    margin: 20px 0 20px 20px;
    float: left;
    border: 1px solid #111111;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    text-align: center
}
.content h2.title {
    font-size: 21px;
    color: #efefef;
    text-align: left;
    margin-top: -5px;
    border-bottom: 1px solid #efefef
}
.content h2.title font{
    color: #333;
	padding: 1px 5px 0;
	background: #efefef;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.t-left {
    text-align: left
}
.content a {
    color: #fff;
    text-decoration: none
}
.exchange_content {
    background: url(images/back.png) repeat center center #292e31;
    border: 1px solid #ccc;
    width: 575px;
    max-height: 300px;
    min-height: 210px;
    color: #fff;
    padding: 35px 20px 5px 20px;
    margin: auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    text-align: center;
    float: center;
}
.ucp_link{
    background: -moz-linear-gradient(center top , #363636, #282828) repeat scroll 0% 0% transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(40%,#282828), color-stop(100%,#282828)); /* Chrome,Safari4+ */
    color: #FFF;
    font-size: 14px;
    width: 180px;
    border: 1px solid #000;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 3px 8px;
    text-shadow: 0px 0px 0px transparent, 0px 1px 0px #11192C;
    text-decoration: none;
    font-weight: bold;
}

.ucp_link:hover{
    background:#343434
}

.ucp_link.active{
    background:#343434
}

.ucp_link a{
    color:#fff;
    text-decoration:none
}
.sidebar {
    float: left
}
.index_info {
    background: url(images/back.png) repeat center center #292e31;
    border: 1px solid #ccc;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: -20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}
.exchange_div {
    background: #282828;
    background: -webkit-linear-gradient(top, #363636, #282828);
    background: -moz-linear-gradient(top, #363636, #282828);
    background: -ms-linear-gradient(top, #363636, #282828);
    background: -o-linear-gradient(top, #363636, #282828);
    background: linear-gradient(top, #363636, #282828);
    color: #fff;
    border: 1px solid #000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 25px;
    margin-right: 10px;
    padding: 6px 18px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #11192c;
    text-decoration: none;
    font-weight: bold;
    display: inline
}
.exchange_div:hover {
    background: #363636
}
.blue_div_button {
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 115px;
    padding: 7px 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.blue_div_button:hover {
    background: #4781b3;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.green_div_button {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 115px;
    padding: 7px 14px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-top: 20px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #63a62f;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.green_div_button:hover {
    background: #76b347;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.sideblock {
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 225px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	border: 1px solid #111111;
    margin: 20px 15px 0 0;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
}
.sideblock h2.title {
    margin: -10px -10px 10px;
    padding: 5px 10px;
    color: #f7f7f7;
    font-size: 21px;
    text-align: left;
    font-family: arial;
	border-bottom: 1px solid #111111;
	background: #171717;
    background: -moz-linear-gradient(top, #171717 0, #050505 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #171717), color-stop(100%, #050505));
    background: -webkit-linear-gradient(top, #171717 0, #050505 100%);
    background: -o-linear-gradient(top, #171717 0, #050505 100%);
    background: -ms-linear-gradient(top, #171717 0, #050505 100%);
    background: linear-gradient(to bottom, #171717 0, #050505 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#050505', GradientType=0);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sideblock .stats {
	text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#footer {
    background: #202020;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMjAyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMTExMTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(32, 32, 32, .85)), color-stop(100%, rgba(17, 17, 17, .85)));
    background: -webkit-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: -o-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%) background: -ms-linear-gradient(top, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    background: linear-gradient(to bottom, rgba(32, 32, 32, .85) 0, rgba(17, 17, 17, .85) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#111111', GradientType=0);
    width: 996px;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #9c9c9c;
    margin: 20px auto 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
    clear: both;
	border: 1px solid #111111;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
}
#footer a {
    color: #d6d6d6;
	text-decoration: none;
    font-weight: bold
}
ul.footer_links li {
    float: right
}
ul.footer_links li a {
    padding: 0 5px
}
.gbut {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 9px 28px;
    color: #e8f0de;
    border: solid 1px #5c9310;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#5c9310));
    background: -moz-linear-gradient(top, #7db72f, #5c9310);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#5C9310');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.gbut:hover {
    background: #527e17;
    background: -webkit-gradient(linear, left top, left bottom, from(#689925), to(#4f7e0d));
    background: -moz-linear-gradient(top, #689925, #4f7e0d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#689925', endColorstr='#4f7e0d')
}
.bbut {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    font-size: inherit;
    padding: 9px 33px;
    color: #e8f0de;
	font-size: 16px;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.bbut:hover {
    background: #4781b3;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.buttons {
    COLOR: #FFF;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center
}
.buttons a {
    COLOR: #fff;
    text-decoration: none
}
.links {
    float: right;
    padding-right: 50px;
    color: #fff;
    font-size: 20px;
    padding: 20px
}
.login {
    font-size: 14px;
    color: #8e8d8d;
    padding: 11px 15px 10px 50px;
    background: #fdfdfd;
    width: 154px;
    display: block;
    border: 1px solid #d8d8d8;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: inset 2px 2px 4px #f1f1f1
}
.login_user {
    background: #fdfdfd url(images/login_user.png) no-repeat
}
.login_password {
    background: #fdfdfd url(images/login_password.png) no-repeat
}
input.l_form {
    min-width: 200px;
    color: #525252;
    height: 25px;
    line-height:15px;
    margin-bottom: 8px;
    outline: 0 none;
    padding: 10px 15px;
    border: 2px solid #292929;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    font-size: 15px;
}
input.text-max {
    color: #525252;
    height: 25px;
    line-height:15px;
    margin-bottom: 8px;
    min-width: 95%;
    outline: 0 none;
    padding: 10px 15px;
    border: 2px solid #292929;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.30);
    font-size: 15px;
}
select.styled {
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding: 3px;
    min-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap
}
input.text.big {
    height: 30px;
    min-width: 216px;
    border: solid 1px #9a9a9a;
    padding: 2px 4px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
input.text.small {
    height: 23px;
    min-width: 160px;
    border: solid 1px #9a9a9a;
    padding: 2px 4px;
    color: #333;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
textarea {
    border: solid 1px #bbb;
    font-size: 12px;
    color: #333;
    min-width: 587px;
    padding: 2px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.exchange_container {
    margin-top: 40px
}
.exchange_container h2 {
    color: #FFF;
    text-align: center;
    font-family: arial;
    font-size: 27px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #11192c;
    margin-bottom: 2px
}
.title a {
    color: #fff !important;
    font-size: 70%
}
.website_block {
    background: url(images/website_bg.jpg) repeat #f5f5f5;
    overflow: hidden;
    position: relative;
    float: left;
    width: 125px;
    border: 2px solid #fff;
    margin: 0 1px 4px 2px;
    padding: 2px 1px;
    text-align: center;
    color: #666;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.website_block .website_title {
	background: #fff;
	padding: 2px;
	margin: -2px -1px 3px;
}
.website_block .website_title_vip {
	background: #fff;
	color: #c9b445;
	font-weight: bold;
	padding: 2px;
	margin: -2px -1px 3px;
}
.website_block .website_report {
	display: block;
	background: #fff;
	padding: 2px;
	text-align: right;
	font-size: 12px;
	margin: 5px -1px -2px;
}
.website_block .website_report a {
	color: #333;
}
.visit_button {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 46px;
    padding: 5px 5px 5px 1px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #63a62f;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.visit_button:hover {
    background: #76b347;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.skip_button {
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 46px;
    padding: 5px 1px 5px 7px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.skip_button:hover {
    background: #4781b3;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.x-small-circle-or {
	background: #fff;
	color: #333;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	height:30px;
	width:30px;
	text-align:center;
	line-height:29px;
	margin: 0 -12px 1px -10px;
	vertical-align:middle;
	position:relative;
	border-top: 2px solid #7fbf4d;
	border-left: 2px solid #7fbf4d;
	border-bottom: 2px solid #4394b9;
	border-right: 2px solid #4394b9;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
#bc_block {
    width: 214px;
    float: left;
    margin: 0 5px 10px 5px;
}
#bc_block .hdr {
    color: #fff !important;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    font-weight: bold;
    padding: 4px 20px;
    text-align: center;
	background: #6d6d6d;
	background: -moz-linear-gradient(top,  #6d6d6d 0%, #4c4b4b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#4c4b4b));
	background: -webkit-linear-gradient(top,  #6d6d6d 0%,#4c4b4b 100%);
	background: -o-linear-gradient(top,  #6d6d6d 0%,#4c4b4b 100%);
	background: -ms-linear-gradient(top,  #6d6d6d 0%,#4c4b4b 100%);
	background: linear-gradient(to bottom,  #6d6d6d 0%,#4c4b4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#4c4b4b',GradientType=0 );
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#bc_block .cnt {
    text-align: center;
    background: #efefef;
	padding: 3px 2px 5px;
	border: 2px solid #4c4b4b;
	border-top: 0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.infobox {
    background: #efefef;
    display: block;
    clear: both;
    border: 1px solid #b6b6b6;
    padding: 10px;
    font-size: 14px;
    color: #222;
    margin-top: 18px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.homebox {
    background: #6d6d6d;
    display: block;
    clear: both;
    border: 1px solid #efefef;
    padding: 25px 12px;
    width: 650px;
    font-size: 14px;
    color: #efefef;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.homebox h2 {
    color: #93c52f;
    margin: 4px 2px 12px 2px;
    font-size: 22px;
    text-align: center;
    font-family: arial;
    text-shadow: 0 1px 0 rgba(12, 12, 12, 0.6)
}
.msg div {
    display: block;
    clear: both;
    margin-bottom: 15px;
    padding: 10px;
    min-height: 20px;
    font-family: Arial, Tahoma, sans-serif;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset
}
.msg .error {
    border: 1px solid #dc4e4d;
    color: #b52525;
    background-color: #ec8282;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f48888), color-stop(100%, #e17575));
    background-image: -webkit-linear-gradient(#f48888, #e17575);
    background-image: -moz-linear-gradient(#f48888, #e17575);
    background-image: -o-linear-gradient(#f48888, #e17575);
    background-image: linear-gradient(#f48888, #e17575);
    text-shadow: 0 1px rgba(255, 255, 255, 0.2)
}
.msg .success {
    border: 1px solid #accc5d;
    color: #70892b;
    background-color: #c8e185;
    background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #d0e98e), color-stop(100%, #c1da7f));
    background-image: -webkit-linear-gradient(#d0e98e, #c1da7f);
    background-image: -moz-linear-gradient(#d0e98e, #c1da7f);
    background-image: -o-linear-gradient(#d0e98e, #c1da7f);
    background-image: linear-gradient(#d0e98e, #c1da7f);
    text-shadow: 0 1px rgba(255, 255, 255, 0.3)
}
.msg .info {
    border: 1px solid #6ec4cc;
    color: #2F7093;
    background: #8aced6;
	background: -moz-linear-gradient(top,  #8aced6 0%, #6ec4cc 100%);
	background: -webkit-linear-gradient(top,  #8aced6 0%,#6ec4cc 100%);
	background: linear-gradient(to bottom,  #8aced6 0%,#6ec4cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8aced6', endColorstr='#6ec4cc',GradientType=0 );
    text-shadow: 0 1px rgba(255, 255, 255, 0.2)
}
.table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px;
    margin: 10px auto
}
.table th,
.table td {
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    color: #efefef
}
.table th:last-child,
.table td:last-child {
    border-right: 0
}
.table tbody tr:last-child th,
.table tbody tr:last-child td {
    border-bottom: 0
}
.table td {
    padding: 4px
}
.table td {
	background: #2d2d2d;
}
.table tr.c_1 td {
    background-color: #2d2d2d;
}
.table tr.c_2 td {
    background-color: #242424;
}
.table tr.c_3 td {
    background-color: #1a1a1a;
}
.table tr.boxHandle {
    cursor: pointer
}
.table tr.boxHandle.disabled {
    cursor: default !important
}
.table tr.boxHandle.c_1 td {
    background: #171717
}
.table tr.boxHandle.c_2 td {
    background: #1a1a1a
}
.table tr.c_1.boxHandle.hover td,
.table tr.c_1.boxHandle.checked td {
    background: #342f13
}
.table tr.c_2.boxHandle.hover td,
.table tr.c_2.boxHandle.checked td {
    background: #463f19
}
.table tr.c_1.boxHandle.disabled td {
    background: #151515
}
.table tr.c_2.boxHandle.disabled td {
    background: #171717
}
.table thead tr.small td {
    font-size: 11px
}
.table thead tr.x-small td {
    font-size: 10px
}
.table thead td {
	background: #3a3a3a;
	background: -moz-linear-gradient(top,  #3a3a3a 0%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a3a3a), color-stop(100%,#1c1c1c));
	background: -webkit-linear-gradient(top,  #3a3a3a 0%,#1c1c1c 100%);
	background: -o-linear-gradient(top,  #3a3a3a 0%,#1c1c1c 100%);
	background: -ms-linear-gradient(top,  #3a3a3a 0%,#1c1c1c 100%);
	background: linear-gradient(to bottom,  #3a3a3a 0%,#1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a3a3a', endColorstr='#1c1c1c',GradientType=0 );
    font-size: 14px;
    font-weight: 600;
    text-align: center
}
.table thead td a {
    color: #999;
    text-decoration: underline
}
.table thead td a:hover {
    color: #ccc
}
.table tfoot td {
	background: #222;
    font-size: 14px;
    font-weight: 600;
    text-align: center
}
.table td .subtext {
    font-size: 10px;
    color: #666
}
.table td a.subtext {
    color: #555;
    text-decoration: none
}
.table td a.subtext:hover {
    color: #777;
    text-decoration: none
}
.table.styled_list {
    border-collapse: separate;
    border-spacing: 2px
}
.table tbody tr th {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 5px 0;
    font-weight: normal;
    border: 0
}
.table tbody tr td.title {
    padding: 5px 10px 5px 5px;
    font-size: 12px;
    background: #141414;
    border: solid 1px #222;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 5px 0 0 5px;
    border-spacing: 10px
}
.table tbody tr td.text {
    padding: 5px;
    min-width: 150px;
    background: #191919;
    border: solid 1px #222;
    color: #777;
    font-size: 12px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 5px 5px 0;
    border-spacing: 10px
}
.lang select {
    background: #353e42;
    color: #d6d6d6;
    padding: 2px;
    font-size: 12px;
    border: 1px solid #9c9c9c;
    height: 23px;
    margin-top: 14px
}
.footer_banners {
    width: 982px;
    background: rgba(0, 0, 0, .5);
    float: left;
    border: 1px solid #111;
    text-align: center;
    padding: 8px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom: 10px
}
.aff_block {
    margin: 5px 0 20px 0;
    width: 320px;
    height: 100%;
    float: left;
    display: inline-block;
    vertical-align: top
}
.aff_content {
    width: 320px;
    height: 100%;
    padding: 4px 7px;
    background: #efefef;
    color: #0e6083;
    text-align: left;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    border: 1px solid #515151;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.aff_content hr {
    background: #efefef;
    border: #000 1px dashed;
    border-style: none none dotted;
    color: #fff
}
.aff_block_title {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    background: #515151;
    color: #efefef;
    margin: -10px -8px 5px;
	border-bottom: 1px solid #444;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.aff_block_p {
    margin-bottom: 0;
    margin-top: 10px;
    display: block;
    text-align: center;
    font-size: 11px
}
.aff_content_bottom {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-top: 14px
}
.aff_block_p2 {
    display: block;
    background: #bedee2;
    margin: 9px 5px 0 5px;
    padding: 4px 0 4px 0;
    text-align: center;
    color: #0b516f;
    font-size: 18px;
    border: 1px solid #84afba;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-decoration: none
}
.aff_block_p2:hover {
    background: #c2e2e6;
    border-color: #93c2cf
}
.aff_banner_block {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 655px
}
.aff_input{
    min-width: 212px;
	padding: 5px;
    font-size: 11px;
	text-align: center;
    border: 1px solid #9A9A9A;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}
.aff_banner {
    width: 655px;
    padding: 4px 10px;
    background-color: #efefef;
    color: #0e6083;
    border: 1px solid #515151;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
.aff_banner_title {
    display: block;
    margin: -10px -11px 5px;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    padding: 1px;
    background-color: #515151;
    color: #efefef;
	border-bottom: 1px solid #444;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.reg_row_1 {
    width: 320px;
    display: inline-block
}
.reg_row_2 {
    width: 320px;
    margin-left: 20px;
    display: inline-block
}
.user_count {
    padding-left: 21px;
    background: transparent url(images/users.png) no-repeat;
    color: #93c52f;
    font-family: arial;
    font-size: 14px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #060911;
    display: inline
}
.exchange_count {
    padding-left: 20px;
    background: transparent url(images/exchange.png) no-repeat;
    color: #93c52f;
    font-family: arial;
    font-size: 13px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #060911;
    display: inline
}
.payout_count {
    padding-left: 20px;
    background: transparent url(images/cash.png) no-repeat;
    color: #93c52f;
    font-family: arial;
    font-size: 13px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #060911;
    display: inline
}
.home_top {
    background: rgba(0, 0, 0, .5);
    width: 225px;
    float: left;
    padding: 10px;
    padding-top: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    margin: 8px 15px 0 0;
    clear: both
}
#countDown {
    font-size: 13px;
    font-weight: bold;
    color: #3b5e2f;
    padding: 2px;
    background-color: #e5f2d8;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
    width: 18px;
    text-align: center
}
.accBalance {
    padding-left: 21px;
    background: transparent url(images/bank.png) no-repeat;
    color: #98ca33;
    font-family: arial;
    font-size: 14px;
    text-shadow: 0 0 0 transparent, 0 1px 0 #11192c;
    display: inline
}
.circle-or {
	background: #fff;
	color: #333;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	height:50px;
	width:50px;
	text-align:center;
	line-height:49px;
	margin: 0 -12px 1px -20px;
	vertical-align:middle;
	position:relative;
	border-top: 2px solid #4394b9;
	border-left: 2px solid #4394b9;
	border-bottom: 2px solid #7fbf4d;
	border-right: 2px solid #7fbf4d;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.small-circle-or {
	background: #fff;
	color: #333;
	display:inline-block;
	font-size:14px;
	font-weight:600;
	height:40px;
	width:40px;
	text-align:center;
	line-height:39px;
	margin: 0 -12px 1px -20px;
	vertical-align:middle;
	position:relative;
	border-top: 2px solid #4394b9;
	border-left: 2px solid #4394b9;
	border-bottom: 2px solid #7fbf4d;
	border-right: 2px solid #7fbf4d;
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
}
.acm_block {
    background: rgba(0, 0, 0, 0.5);
    width: 235px;
    padding: 0 5px 0 5px;
    border: 1px solid #000;
    margin: 20px 15px 10px 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .40);
}
.acm_block hr {
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}
.acm_inner {
    padding: 7px 2px
}
.acm_manager {
    display: block;
    margin: 1px 2px 8px
}
.acm_data {
    width: 100%;
    height: 20px;
    padding: 1px;
    font-size: 15px;
    text-decoration: none;
    color: #fff
}
.acm_data img {
    vertical-align: middle
}
.acm_title {
    background: #171717;
    background: -moz-linear-gradient(top, #171717 0, #050505 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #171717), color-stop(100%, #050505));
    background: -webkit-linear-gradient(top, #171717 0, #050505 100%);
    background: -o-linear-gradient(top, #171717 0, #050505 100%);
    background: -ms-linear-gradient(top, #171717 0, #050505 100%);
    background: linear-gradient(to bottom, #171717 0, #050505 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#050505', GradientType=0);
    margin: 0 -5px 2px -5px;
    padding: 5px;
    width: 235px;
    color: #fff;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.acm_avatar {
    border: 1px solid #050505;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.acm_left_button {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 107px;
    padding: 7px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-right: -2px;
    display: inline-block;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    border: 1px solid #63a62f;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.acm_left_button:hover {
    background: #76b347;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.acm_right_button {
    background: #4394b9;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 107px;
    padding: 7px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-left: -2px;
    display: inline-block;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    border: 1px solid #2f72a6;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.acm_right_button:hover {
    background: #4781b3;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.acm_left_gray {
    background: #626276;
    background: -webkit-linear-gradient(top, #626276, #3c3b4b);
    background: -moz-linear-gradient(top, #626276, #3c3b4b);
    background: -ms-linear-gradient(top, #626276, #3c3b4b);
    background: -o-linear-gradient(top, #626276, #3c3b4b);
    background: linear-gradient(top, #626276, #3c3b4b);
    width: 107px;
    padding: 7px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #363545;
    margin-right: -2px;
    display: inline-block;
    box-shadow: inset 0 1px 0 0 #626276;
    -webkit-box-shadow: inset 0 1px 0 0 #626276;
    border: 1px solid #302f3e;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.acm_left_gray:hover {
    background: #3c3b4b;
    box-shadow: inset 0 1px 0 0 #3c3b4b;
    -webkit-box-shadow: inset 0 1px 0 0 #3c3b4b;
    cursor: pointer
}
.acm_right_gray {
    background: #626276;
    background: -webkit-linear-gradient(top, #626276, #3c3b4b);
    background: -moz-linear-gradient(top, #626276, #3c3b4b);
    background: -ms-linear-gradient(top, #626276, #3c3b4b);
    background: -o-linear-gradient(top, #626276, #3c3b4b);
    background: linear-gradient(top, #626276, #3c3b4b);
    width: 107px;
    padding: 7px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #363545;
    margin-left: -2px;
    display: inline-block;
    box-shadow: inset 0 1px 0 0 #626276;
    -webkit-box-shadow: inset 0 1px 0 0 #626276;
    border: 1px solid #302f3e;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.acm_right_gray:hover {
    background: #3c3b4b;
    box-shadow: inset 0 1px 0 0 #3c3b4b;
    -webkit-box-shadow: inset 0 1px 0 0 #3c3b4b;
    cursor: pointer
}
.acm_left_button a,
.acm_right_button a,
.acm_right_gray a,
.acm_left_gray a,
.acm_gray a {
    font: bold 11px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    text-decoration: none;
    color: #fff
}
hr.modern {
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0))
}
hr.styled_black {
    border: 0;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0))
}
.acm_gray {
    background: #626276;
    background: -webkit-linear-gradient(top, #626276, #3c3b4b);
    background: -moz-linear-gradient(top, #626276, #3c3b4b);
    background: -ms-linear-gradient(top, #626276, #3c3b4b);
    background: -o-linear-gradient(top, #626276, #3c3b4b);
    background: linear-gradient(top, #626276, #3c3b4b);
    width: 219px;
    display: block;
    padding: 7px 2px;
    text-align: center;
    text-shadow: 0 -1px 0 #363545box-shadow: inset 0 1px 0 0 #626276;
    -webkit-box-shadow: inset 0 1px 0 0 #626276;
    border: 1px solid #302f3e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.acm_gray:hover {
    background: #3c3b4b;
    box-shadow: inset 0 1px 0 0 #3c3b4b;
    -webkit-box-shadow: inset 0 1px 0 0 #3c3b4b;
    cursor: pointer
}

/* Lottery */
.main_lottery {
    width: 977px;
    float: left;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .4);
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 11px
}
.gen_but_yellow {
    font: 12px arial;
    text-indent: 0 !important;
    color: #793703;
    text-align: center;
    font-weight: bold !important;
    text-shadow: 1px 1px #ffe778;
    text-transform: uppercase;
    max-width: 200px;
    display: block;
    padding: 0;
    margin: 10px auto
}
.gen_but_yellow input {
    display: block;
    color: #793703;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    min-width: 200px;
    background-color: #ffd200;
    border: 2px solid #793703;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    border-radius: 50px;
    -moz-box-shadow: 0 0 5px #002d59;
    -webkit-box-shadow: 0 0 5px #002d59;
    box-shadow: 0 0 5px #002d59
}
.gen_but_yellow input:hover {
    background-color: #ffe400;
    border-color: #793703
}
#loterry_stats {
    width: 270px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
    font-size: 25px;
    font-weight: bold;
    line-height: 39px;
    color: #fff;
    font-family: arial;
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #9dd53a), color-stop(19%, #a1d54f), color-stop(77%, #80c217), color-stop(100%, #7cbc0a));
    background: -webkit-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -o-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: -ms-linear-gradient(top, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0, #a1d54f 19%, #80c217 77%, #7cbc0a 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9dd53a', endColorstr='#7cbc0a', GradientType=0);
    border: 2px solid #3abc16;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
#loterry_stats_header {
    width: 120px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 19px;
    padding: 2px;
    padding-left: 5px;
    color: #fff;
    font-family: arial;
    background: #ffb76b;
    background: -moz-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffb76b), color-stop(50%, #ffa73d), color-stop(51%, #ff7c00), color-stop(100%, #ff7f04));
    background: -webkit-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -o-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: -ms-linear-gradient(top, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    background: linear-gradient(to bottom, #ffb76b 0, #ffa73d 50%, #ff7c00 51%, #ff7f04 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb76b', endColorstr='#ff7f04', GradientType=0);
    border: 1px solid #3abc16;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.ticket {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    max-width: 240px;
    color: #fff;
    position: relative !important;
    background: #8dc63f;
    display: inline-block;
    padding: 7px 3px;
    margin: 0 5px 5px 0
}
.ticket a {
    outline: 1px rgba(255, 255, 255, 0.4) dashed;
    border: 1px rgba(0, 0, 0, 0.3) dashed;
    padding: 4px 10px 4px 20px;
    text-decoration: none;
    color: #fff;
    white-space: nowrap
}
.ticket a:hover {
    color: rgba(0, 0, 0, 0.5)
}
.ticket .circle {
    position: absolute !important;
    z-index: 100;
    border: 5px #fff solid;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: -5px;
    width: 0;
    height: 0;
    top: 50%;
    left: 8px;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.3)
}
.cntSeparator {
    font-size: 54px;
    margin: 10px 7px;
    color: #000
}
.lotteryTitleBox {
    text-align: center;
    max-width: 200px;
    font-size: 25px;
    line-height: 20px;
    color: #c0cf3a;
    padding: 5px 10px 10px;
    background: #efefef;
    margin: 0 auto;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    border: 1px solid #999;
    border-bottom: 0;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.lotteryTitleBox span {
    font-size: 18px
}
.lotteryCountdownBox {
    text-align: center;
    max-width: 635px;
    height: 90px;
    padding: 10px 0 10px 10px;
    background: #efefef;
    margin: 0 auto 25px;
    border: 1px solid #999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

/* Lucky Wheel*/
.spin_background {
	background:url(images/back.png);
	background-color:#f9f9f9;
	padding:10px;
	border:1px solid #ccc;
	border-radius:3px;
	text-align:center;
}
.spin_button {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 10px 120px;
    color: #e8f0de;
    border: solid 1px #5c9310;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#5c9310));
    background: -moz-linear-gradient(top, #7db72f, #5c9310);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#5C9310');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.spin_button:hover {
    background: #527e17;
    background: -webkit-gradient(linear, left top, left bottom, from(#689925), to(#4f7e0d));
    background: -moz-linear-gradient(top, #689925, #4f7e0d);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#689925', endColorstr='#4f7e0d')
}
.spin_button_disabled {
    zoom: 1;
    *display: inline;
    vertical-align: baseline;
    cursor: pointer;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    font-size: inherit;
    padding: 4px 120px;
    color: #e8f0de;
    border: solid 1px #898989;
	cursor: default;
    background: #76a507;
    background: -webkit-gradient(linear, left top, left bottom, from(#b3b3b3), to(#898989));
    background: -moz-linear-gradient(top, #b3b3b3, #898989);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#898989');
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.winner_block {
	display:block;
	margin: 2px 6px;
	position:relative;
	text-align: left;
	float:left;
	width:212px;
}
.winner_block .inside {
    border: 1px solid #b6b6b6;
	position:relative;
	z-index:1;
	margin-bottom:20px;
	text-shadow:0px 1px 0px #fff;
	color:#77787b;
	background:#efefef;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.5);
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.winner_block .inside p, h1, h2, h3 {
	color:#77787b;
}
.ribbon-green {
    background: #6dbd4c;
    height: 36px;
    right:10px;
    color:#fff;
    text-shadow:0px 1px 0px #4e8636;
    margin: -1px 0px -10px;
    position: absolute;
    width: 40px;
	padding-top:10px;
	text-align:center;
}
.ribbon-green:after,
.ribbon-green:before {
    border-top: 15px solid #6fbf4d;
    content: '';
    height: 0;
    position: absolute;
    top: 100%;
    width: 0;
}
.ribbon-green:after {
    border-left: 20px solid transparent;
    right: 0px;
}
.ribbon-green:before {
    border-right: 20px solid transparent;
    left: 0px;
}
.ribbon-green span {
	display: block;
    background: url(images/reward.png);
	width: 32px;
	height: 32px;
	margin-left: 4px
}
.pay_by {
	display:block;
	color:#333;
	margin-bottom:3px
}
.buy_blue {
	background: #7fbf4d;
    background: -webkit-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -moz-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -ms-linear-gradient(top, #4d9bbf, #2f72a6);
    background: -o-linear-gradient(top, #4d9bbf, #2f72a6);
    background: linear-gradient(top, #4d9bbf, #2f72a6);
    width: 60px;
    padding: 5px 6px;
    text-align: center;
    text-shadow: 0 -1px 0 #216590;
    margin-top: 5px;
    margin-right: 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #2f72a6;
    box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-box-shadow: inset 0 1px 0 0 #6da4ca;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.buy_blue:hover {
    background: #4781b3;
    box-shadow: inset 0 1px 0 0 #678ebf;
    -webkit-box-shadow: inset 0 1px 0 0 #678ebf;
    cursor: pointer
}
.buy_green {
    background: #7fbf4d;
    background: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
    background: -moz-linear-gradient(top, #7fbf4d, #63a62f);
    background: -ms-linear-gradient(top, #7fbf4d, #63a62f);
    background: -o-linear-gradient(top, #7fbf4d, #63a62f);
    background: linear-gradient(top, #7fbf4d, #63a62f);
    width: 60px;
    padding: 5px 6px;
    text-align: center;
    text-shadow: 0 -1px 0 #4c9021;
    margin-top: 5px;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #63a62f;
    box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.buy_green:hover {
    background: #76b347;
    box-shadow: inset 0 1px 0 0 #8dbf67;
    -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
    cursor: pointer
}
.pay_block {display:block;margin-top:10px;background:#efefef;padding:10px;border:3px solid #4c4b4b;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px}
.pay_button {width:135px;display:inline-block;margin:5px;}
.pay_title {color:#444;font-size:16px;margin-bottom:10px}