html, body {
	margin: 0; padding: 0;
}
body {
    background: #ccc url('../img/background.jpg') repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px
}
img {
	border: 0;
}

a, a:visited, a:active, a:hover {
	color: #3196c8; text-decoration: none
}

#header {
	display: block;
	background: #fff;
	margin: 0 auto 25px;
	padding: 15px 10px;
	width: 960px;
	border: 1px solid #999;
	border-top: 0;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#header .logo {
	display: inline-block;
	width: 300px;
}

#header .logo img {
	width: 240px;
	height: 40px;
}

#header .menu {
	display: block;
	padding: 10px 5px;
	vertical-align: middle;
	float: right;
}

#header .menu .nav {
	padding: 9px 15px;
	display: inline;
	margin-left: 8px;
	background: #3196c8;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header .menu .nav:hover, #header .menu .nav:active {
	background: #363636;
}

#wrapper {
	display: block;
	background: #fff;
	margin: 25px auto 25px;
	padding: 10px;
	width: 960px;
	border: 1px solid #999;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
}

#wrapper h1 {
	color:#3196c8;
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	margin-bottom:12px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0 0 0;
}

#wrapper h2 {
	color:#3196c8;
	font-family:Arial,Helvetica,sans-serif;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 25px 0 0;
}

#wrapper .left-block {
	display: block;
	text-align: center;
	width: 598px;
	float: left;
	padding-bottom: 8px;
	padding-right: 10px;
	border-right: 1px dashed #ccc;
}

#wrapper .right-block {
	display: block;
	width: 338px;
	padding-bottom: 8px;
	margin-left: 10px;
	float: left;
}

#wrapper .lottery-block {
	background: #efefef;
	padding: 8px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 3px;
}

#wrapper .lottery-block-title {
	font-size:18px;
	background:#fff;
	color:#666;
	max-width:300px;
	padding:5px 10px;
	margin: 1px auto 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .lottery-block-price {
	display: inline-block;
	font-size:26px;
	background:#fff;
	color:#666;
	width:250px;
	margin-left: 5px;
	padding:15px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .lottery-block-prize {
	display: inline-block;
	font-size:26px;
	background:#fff;
	color:#666;
	width:250px;
	padding:15px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .lottery-block-prize span {
	color:#5d8441;
}

#wrapper .get-started {
	background: #efefef;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .get-started .title {
	font-size:18px;
	background:#fff;
	color:#666;
	max-width:200px;
	padding:5px 10px;
	margin: 1px auto 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .tickets-box {
	background: #efefef;
	padding: 8px 2px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 3px;
}

#wrapper .tickets-box .title {
	font-size:18px;
	background:#fff;
	color:#666;
	max-width:200px;
	padding:5px 10px;
	margin: 1px auto;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center
}

#wrapper .winners-box {
	background: #efefef;
	padding: 8px 2px;
	border: 1px solid #ccc;
	border-radius: 3px;
}

#wrapper .winners-box .title {
	font-size:18px;
	background:#fff;
	color:#666;
	max-width:200px;
	padding:5px 10px;
	margin: 1px auto 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	text-align: center
}

#wrapper  .join-button {
	display:block;
	padding: 15px 25px;
	margin: 5px;
	background: #3196c8;
	color: #fff;
	cursor: pointer;
	font-size: 40px;
	font-weight: bold;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#wrapper  .join-button:hover {
	background: #363636;
	color:#fff;
}

#wrapper .hintbox {
	padding:10px 5px;
	margin-bottom: 10px;
	color: #666;
	font-size:16px;
	background: #efefef;
	border: 1px solid #ccc; 
	text-align: center;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#wrapper .blue-circle {
	width: 60px;
	height: 60px;
	line-height: 1.4em;
	background: #3196c8;
	color: #ffffff;
	font-weight: bold;
	font-size: 42px;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#footer {
	display: block;
	background: #fff;
	margin: 25px auto 15px;
	padding: 13px 10px 11px;
	width: 960px;
	border: 1px solid #999;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#footer .copyright {
	display: inline-block;
	width: 300px;
}

#footer .menu {
	display: block;
	vertical-align: middle;
	float: right;
}

#footer .menu .nav {
	display: inline;
	margin: 0 2px;
	color: #666;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

#header .menu .nav:hover, #header .menu .nav:active {
	text-decoration: none;
}

/* Bid block */
#bid_block {
	display: block;
	background: #efefef;
	margin: 5px 0 15px;
	padding: 7px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
#bid_block small {
	margin-top: 10px;
	text-align: center;
}
#bid_block .label {
	display:block;
	color:#363636;
	font-weight:normal;
	font-size: 23px;
	margin-bottom: 10px;
	clear: both;
}
#bid_block .input_box {
	float: left;
}
#bid_block .bid_input {
	background: #fff url(../img/ticket.png) no-repeat scroll 0 11px;
	border: 1px solid #ccc;
	color: #3196c8;
	font-size: 29px;
	font-weight: bold;
	padding: 6px 6px 6px 24px;
	width: 140px;
	text-align: left;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#bid_block .bid_input:focus {
	border: 1px solid #3196c8;
	color: #3196c8;
}
#bid_block .payment_info {
	border: 1px solid #ccc;
	color: #3196c8;
	font-size: 21px;
	font-weight: bold;
	padding: 6px 6px 6px 24px;
	width: 290px;
	text-align: center;
	margin-bottom: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#bid_block .payment_info:focus {
	border: 1px solid #3196c8;
	color: #3196c8;
}
#bid_block .input_label {
	background: #fff;
	border: 1px solid #ccc;
	display: block;
	font-size: 10px;
	left: 0px;
	position: relative;
	text-align: center;
	top: 7px;
	height: 13px;
	max-width: 40px;
}
#bid_block .button {
	padding: 13px 16px;
	text-transform: uppercase;
	background: #3196c8;
	color: #fff;
	float: left;
	margin-left: 10px;
	cursor: pointer;
	font-weight: bold;
	width: 140px;
	font-size: 16px;
	border: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#bid_block .button:hover {
	background: #363636;
	color:#ffffff;
}

/* Blocks */
#block {
	display: block;
	float: left;
	font-size: 12px;
	background: #f5f5f5;
	margin: 10px 0;
	padding: 10px;
	max-width: 271px;
	min-height: 175px;
	border: 1px solid #1b1e24;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#block .title {
	margin: -10px -10px 10px;
	padding: 10px 10px 8px;
	background: #1b1e24;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	width: 100%;
	vertical-align:middle;
	text-align: center;
	border-bottom: 4px solid #9ea7af;
}
#block .title img {
	vertical-align:middle;
	padding-right:2px;
	padding-top:-4px;
}
#block .content {
	margin: 5px 0;
}
#block .stats {
	margin: 10px 0 5px;
	font-size: 14px;
}
#block .stats span {
	color: #3196c8;
}
#block .button {
	margin: 2px auto;
	padding: 12px 14px;
	background: #3196c8;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 20px;
	max-width: 180px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}
#block .button:hover {
	background: #363636;
	color:#ffffff;
}
#block .textbox {
	padding: 8px;
	margin: 2px 0;
	font-size: 15px;
	background: #fff; 
	width: 250px;
	border: 1px solid #3399CC; 
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
} 

/* Login / Register */
#formbox {
	padding: 0 10px 10px;
	background: #efefef;
	border: 1px solid #ccc;
	border-radius: 5px;
}
#formbox .title {
	padding: 10px 10px;
	background: #ccc;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px -10px 10px;
	text-shadow: 0 0 1px #fff;
	-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;
}
::-webkit-input-placeholder  { 
	color: rgb(190, 188, 188); 
	font-style: italic;
}
input:-moz-placeholder,
textarea:-moz-placeholder{ 
	color: rgb(190, 188, 188);
	font-style: italic;
} 
input {
  outline: none;
}
#formbox input:not([type="checkbox"]){
	width: 290px;
	margin-top: 4px;
	padding: 10px 10px;	
	border: 1px solid rgb(178, 178, 178);
	box-sizing : content-box;
	border-radius: 3px;
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	transition: all 0.2s linear;
}
#formbox input:not([type="checkbox"]):active,
#formbox input:not([type="checkbox"]):focus{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);	
	box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}

#formbox p.button input{
	cursor: pointer;	
	background: rgb(61, 157, 179);
	padding: 8px 10px;
	font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 24px;	
	border: 1px solid rgb(28, 108, 122);	
	margin-bottom: 10px;	
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 3px;	
	box-shadow:
		0px 1px 5px 4px rgba(0, 0, 0, 0.07) inset,
		0px 0px 0px 3px rgb(254, 254, 254),
		0px 5px 3px 3px rgb(210, 210, 210);
	transition: all 0.2s linear;
}
#formbox p.button input:hover{
	background: rgb(74, 179, 198);
}
#formbox p.button input:active,
#formbox p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);	
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button {
	text-align: center;
	margin: 5px 0;
}
p.change_link{
	color: #4e4e4e;
	margin: 10px -10px -10px;
	padding: 15px 30px 14px 30px;
	font-size: 15px	;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: repeating-linear-gradient(-45deg, 
	rgb(247, 247, 247) , 
	rgb(247, 247, 247) 15px, 
	rgb(225, 234, 235) 15px, 
	rgb(225, 234, 235) 30px, 
	rgb(247, 247, 247) 30px
	);
}
#formbox p.change_link a {
	display: inline-block;
	font-weight: bold;
	font-size: 16px	;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 5px;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
	transition: all 0.4s  linear;
}
#formbox p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}

/* Error Messages */
.msg div {
    padding: 10px;
    margin: 10px 0 10px;
    font-size: 13px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
    text-align: left;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
.msg div.error {
    color: #a32326;
    border: solid 1px #db8288;
    background: #ef8f95;
    background: -webkit-gradient(linear, left top, left bottom, from(#f4afb2), to(#ef8f95));
    background: -moz-linear-gradient(top, #f4afb2, #ef8f95);
    background: -o-linear-gradient(top, #f4afb2, #ef8f95);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#F4AFB2, endColorstr=#EF8F95)
}
.msg div.success {
    color: #39531e;
    border: solid 1px #8fc256;
    background: #91c358;
    background: -webkit-gradient(linear, left top, left bottom, from(#a8d07c), to(#91c358));
    background: -moz-linear-gradient(top, #a8d07c, #91c358);
    background: -o-linear-gradient(top, #a8d07c, #91c358);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#A8D07C, endColorstr=#91C358)
}
.msg div.info {
    color: #0067ce;
    border: solid 1px #6bbaff;
    background: #6bbaff;
    background: -webkit-gradient(linear, left top, left bottom, from(#94d1ff), to(#6bbaff));
    background: -moz-linear-gradient(top, #94d1ff, #6bbaff);
    background: -o-linear-gradient(top, #94d1ff, #6bbaff);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#94D1FF, endColorstr=#6BBAFF)
}

/* Counter */
.bid-counter{margin:7px auto 0;text-align:center;}
.bid-counter div{display: inline-block;}
.bid-counter ul.cd{float:left;list-style-type:none !important;margin:0;padding:0;list-style: none !important;}
.bid-counter li{background:url(../img/digits.png) 0 0 no-repeat; padding:0;}
.bid-counter li.t{background-position:0 0;width:53px;height:39px; padding:0;}
.bid-counter li.b{background-position:0 0;width:53px;height:64px; padding:0;}
.bid-counter li.s{background-position:-53px -1030px;width:14px;height:103px; padding:0;}

/* Table */
.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size: 16px;
  font-weight: 100;
  padding: 10px 12px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom: 1px solid #C1C3D1;
  color:#666B85;
  font-size:15px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#EBEBEB;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding: 10px 20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.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 5px;
    color: #000
}

.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
}