body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body 
{
	background-repeat: no-repeat;
	font-size: 16px;
}

input
{
	background:none repeat scroll 0 0 transparent;
	border:0 none;
	font-size:.95em;
}
div>input[type=text], div>input[type=number]
{
	position: absolute;
	text-align:left;
	width:53px;
	height:19px;
	left:23px;
	top:4px;
}
.stat_label
{
	text-align: right;
	color: #038057;
	font-size: .8em;
}
.stat_value
{
	padding-left: 4px;
	padding-bottom: 1px;
	color: blue;
	font-family: verdana,arial,sans-serif;
	font-size: .7em;
	vertical-align: text-top;
	white-space: nowrap;
}
.hand_value_display
{
	color: blue;
	font-size: 1.5em;
	display:block;
	width:195px;
	text-align:center;
}
.card
{
	border: solid 3px #fff;
	width: 80px;
	height: 106px;
	position: absolute;
	border-radius: 5px;
	background-image: url('//www.card-cloud.com/images/card_sheet.png');
}
#promo 
{
	position:absolute;
	top: -22px;
	padding-top:2px;
	height: 20px;
	width: 100%;
	text-align: center;
	background-color: #e9e9f2;
	border-bottom:thin solid #FFF;
	font-size: 9pt;
	color:#777;
	white-space: nowrap;
}
.also_try
{
	padding-right: 4px;
	margin-left: -80px;
}
.fb-like
{
  display: inline !important;
}
.dollar_sym
{
	position: absolute;
	left: 5px;
	top: 2px;
	font-size: 1.17em;
	color: #09462a;
}
.bet_input
{
	background:url("//www.card-cloud.com/images/bet_input_blank.png") no-repeat scroll left top transparent;
	height:25px;
	width:59px;
}
.bet_input_disabled
{
	background:url("//www.card-cloud.com/images/bet_input_disabled_blank.png") no-repeat scroll left top transparent;
	height:25px;
	width:59px;
}
.payout_outline
{
	position: absolute;
	height: 19px;
	border-radius: 10px;
	border:3px solid #038057;
}
.best_play_advice
{
	border:2px dotted #FF984C;
}
.hidden_advice
{
	border:2px dotted #B9DECF;
}
.enable_bonus
{
	background:url("//www.card-cloud.com/images/bonus1.png") no-repeat scroll left top transparent;
	height:25px;
	width:59px;
}
.disable_bonus
{
	background:url("//www.card-cloud.com/images/bonus0.png") no-repeat scroll left top transparent;
	height:25px;
	width:59px;
}

.good_percent
{
	color: #038057;
	font-family: verdana,arial,sans-serif;
}
.bad_percent
{
	color: #B25858;
	font-family: verdana,arial,sans-serif;
}
.avg_percent
{
	color: blue;
	font-family: verdana,arial,sans-serif;
}

#recent_winners .stat_value
{
	padding-top: 2px;
}

.contact
{
	font-family:verdana,arial,sans-serif;
	font-size:.6em;
	color:#555;
}
button:focus {
	outline: none;
}
.ui-button-text-only .ui-button-text { padding: .4em 1em 0; }
a, input, textarea, select {
	outline:0 none;
}
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: #f3831e; }