article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
html {
	-webkit-font-smoothing: antialiased;
}
body {
	min-width: 1050px;
	font: 12px/17px Arial, sans-serif;
	width: 100%;
	color: #2b2b2b;
	background: rgb(188,186,179);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjYmFiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWJlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiY2JhYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgb(188,186,179) 0%, rgb(238,235,224) 50%, rgb(188,186,179) 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(188,186,179)), color-stop(50%,rgb(238,235,224)), color-stop(100%,rgb(188,186,179)));
background: -webkit-linear-gradient(left,  rgb(188,186,179) 0%,rgb(238,235,224) 50%,rgb(188,186,179) 100%);
background: -o-linear-gradient(left,  rgb(188,186,179) 0%,rgb(238,235,224) 50%,rgb(188,186,179) 100%);
background: -ms-linear-gradient(left,  rgb(188,186,179) 0%,rgb(238,235,224) 50%,rgb(188,186,179) 100%);
background: linear-gradient(to right,  rgb(188,186,179) 0%,rgb(238,235,224) 50%,rgb(188,186,179) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bcbab3', endColorstr='#bcbab3',GradientType=1 );

}
a {
	color: #f08804;
	outline: none;
	text-decoration: underline;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: 0;
}
img {vertical-align: middle;}
p {
	margin: 0 0 19px;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
}
h1 {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 26px;
}
h2 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 18px;
}
h4 {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
}

label {
	display: inline-block;
	vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
	margin-right: 5px;
	vertical-align: middle;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	height: 22px;
	padding: 2px 11px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 5px;
	border:0;
	color: #2b2b2b;
	background-color: #d9d9d9;
	-weblit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}



input[type="text"]:hover, input[type="text"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="password"]:hover, input[type="password"]:focus
textarea:focus, textarea:hover {
	background-color:#E8D18C !important;
}

textarea {height:150px; padding:6px 11px}

button,
.btn {
	display: inline-block;
	height: 22px;
	padding: 2px 11px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	-weblit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #004649;
	cursor: pointer;
	text-decoration:none;
}
.btn:hover {
	background-color: #00727A;
}
.btn-large {
	height: 35px;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
}
input[type="submit"],
button,
button.btn {
	line-height: normal !important;
}

.btn-color {
	background-color: #F5C411;
	color:#000;
}
.btn-color:hover {
	background-color: #f68e13;
}

select {
	width: 100%;
	height: 22px;
	margin-left: 4px;
	padding: 2px 5px 2px 7px;
	border: 0;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	vertical-align: middle;
	-weblit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #2b2b2b;
	background-color: #d9d9d9;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #2b2b2b;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #2b2b2b;
	opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #2b2b2b;
}

input:focus::-webkit-input-placeholder{}
input:focus:-moz-placeholder{ }
input:focus::-moz-placeholder{}
input:focus:-ms-input-placeholder{}


textarea:focus::-webkit-input-placeholder{}
textarea:focus:-moz-placeholder{}
textarea:focus::-moz-placeholder{}
textarea:focus:-ms-input-placeholder{}

input:focus,
button:focus,
textarea:focus,
select:focus {
	outline: 0;
}

button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.form-list li {
	margin-bottom: 18px;
}
.form-list .form-divider {
	margin-bottom: 40px;
}

.inb {
	display: inline-block;
	vertical-align: middle;
	position:relative;
}

.ovh {overflow: hidden;}
.f-left {
	float: left;
}
.a-right {
	text-align: right;
}
.red {
	color: #00727A;
}
.orange {
	color: #F5C411;
}
.form-text {padding-left: 11px;}
.form-error {
	font-size: 11px;
	line-height: 13px;
	color: #00727A
}
.field-53 {width: 53px;}
.field-61 {width: 61px;}
.field-65 {width: 65px;}
.field-71 {width: 71px;}
.field-76 {width: 76px;}
.field-80 {width: 80px;}


.section:before,
.section:after,
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after,
.section:after {clear: both;}

.section {
	/* width: 982px; */
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	padding-top: 46px;
	color: #d9d9d9;
	background: url(../images/pattetnh_blue.jpg) top center no-repeat #00373b;
}

.header input[type="text"],
.header input[type="password"] {
	background-color:#fff; color:#000;
} 

.header .form-user-fields a {color:#f5c411}
.header .name a {color:#f5c411}

.header-panel {
	padding-bottom: 30px;
}

.icon-update {
	display:inline-block;
	cursor:pointer;
	width:19px; height:19px;
	background:url(../images/icon-update.png) 0 0 no-repeat;
	opacity:0.7;
	vertical-align:middle; margin-left:3px;
}
.icon-update:hover {opacity:1}

.logo {
	float: left;
	width: 175px;
	height: 56px;
	margin: -10px 45px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url() 0 0 no-repeat;
}

.user-login {color: #fff;}
.user-login .name {font-weight: normal;}
.user-login .link {
	color: #fff;
	margin: 0 0 0 16px;
}
.user-login .btn {margin: 0 0 0 16px;}
.user-login dl {
	margin: 0 0 0 16px;
	display: inline;
}
.user-login dl dt {display: inline;}
.user-login dl dd {
	display: inline;
	margin: 0;
}
.user-login a {text-decoration: none;}
.user-login a:hover {text-decoration: underline;}
.user-login .btn:hover {text-decoration: none;}

.form-user {
	font-size: 11px;
	line-height: 13px;
}
.form-user .inb {
	width: 155px;
	margin: 0 4px 7px 0;
}
.form-user-fields {
	margin-right: 7px;
}
.form-user input[type="submit"] {
	margin-right: 15px;
	border-radius: 3px;
}
.form-user .btn {
	margin-bottom: 7px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}
.header-extra {
	float: right;
	font-size: 11px;
}
.lang-switcher {
	position: relative;
	float: right;
	margin: 0 0 5px 24px;
	font-size: 12px;
	
	
	
	cursor: pointer;
}
.lang-switcher .active {
	display: block;
	padding: 2px 30px 2px 14px;
}
.lang-switcher .active:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 11px;
	width: 7px;
	height: 4px;
	background: url(../images/arrow-down.png) 0 0 no-repeat;
}
.lang-switcher img {
	margin-left: 2px;
}
.dd-box {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 5;
	min-width: 100%;
	border-radius: 5px;
	background-color: #2b2b2b;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
}
.dd-box a {
	display: block;
	padding: 2px 30px 2px 14px;
	line-height: 16px;
	text-decoration: none;
	white-space: nowrap;
	text-align: right;
	color: #fff;
}
.dd-box a:hover {
	color: #F5C411;
}
.decimal {
	position: relative;
	float: right;
	padding: 2px 17px 2px 18px;
	margin-bottom: 5px;
	background: url(../images/icon-odds.png) 0 50% no-repeat;
	cursor: pointer;
}
.decimal:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 7px;
	height: 4px;
	background: url(../images/arrow-down.png) 0 0 no-repeat;
}
.user-timezone {
	clear: both;
	position: relative;
	float: right;
	padding: 2px 28px 2px 24px;
	background: url(../images/icon-time.png) 0 50% no-repeat;
	cursor: pointer;
}
.user-timezone:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 11px;
	width: 7px;
	height: 4px;
	background: url(../images/arrow-down.png) 0 0 no-repeat;
}

#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	display:table;
	width: 100%;

}
#nav li {
	display: table-cell;
	padding-left: 10px;
	text-align: center;
	width:auto;
}
#nav li:first-child {
	padding-left: 0;
}
#nav li a {
	display:block;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #004145;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
	padding:5px 20px 5px 20px;
	white-space:nowrap;
}
#nav li a:hover, #nav li.active a {
	
	background: rgb(240,132,3);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwODQwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWM0MTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(240,132,3) 0%, rgb(245,196,17) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(240,132,3)), color-stop(100%,rgb(245,196,17)));
background: -webkit-linear-gradient(top,  rgb(240,132,3) 0%,rgb(245,196,17) 100%);
background: -o-linear-gradient(top,  rgb(240,132,3) 0%,rgb(245,196,17) 100%);
background: -ms-linear-gradient(top,  rgb(240,132,3) 0%,rgb(245,196,17) 100%);
background: linear-gradient(to bottom,  rgb(240,132,3) 0%,rgb(245,196,17) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f08403', endColorstr='#f5c411',GradientType=0 );

	
		
}

#nav li img {
	margin-right: 6px;
}

.sub-menu {
	text-align: center;
	background-color: #F5C411;
	box-shadow:0 10px 15px #b7b5ad;
}
.sub-menu ul {
	margin: 6px 0 0;
	padding: 0;
	list-style: none;
}
.sub-menu li {
	display: inline-block;
	min-width: 137px;
	margin: 0 4px 7px 9px;
}
.sub-menu li a {
	display: block;
	padding: 0 15px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background-color: #c59d08;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2);
}
.sub-menu li a:hover,
.sub-menu .active a {
	background-color: #775e00;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 982px;
	margin: 16px auto 20px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 249px 0 0;
}






/* Right Sidebar
-----------------------------------------------------------------------------*/
.right-sidebar {
	float: left;
	width: 236px;
	margin-left: -236px;
	position: relative;
}
.box-bets {
	margin-bottom: 20px;
	border-radius: 5px;
	background-color: #fff;
	box-shadow:0 10px 20px #817f79;
}
.box-row {
	padding: 8px 15px 8px 16px;
	border-top: 1px solid #b7b7b7;
	box-shadow: inset 0 1px 0 #fff;
}
.box-row.box-title {
	border-top: 0;
	box-shadow: none;
}
.box-title {
	position: relative;
	padding-top: 10px;
	overflow: hidden;
}
.box-title h4 {
	float: left;
	margin: 0;
}
.clear-all {
	float: right;
	padding-right: 23px;
	text-decoration: none;
	color: #2b2b2b;
	background: url(../images/icon-close.png) 100% 50% no-repeat;
}
.clear-all:hover {
	text-decoration: underline;
}
.box-bets input[type="text"] {
	width: 67px;
	text-align: right;	
	padding-left:7px; padding-right:7px;
}
.bet-tags {
	padding-right: 5px;
	padding-bottom: 3px;
	list-style:none;
	margin:0;
}

.bet-tags li { padding:0; margin:0; list-style:none; display:inline;}

.tag-item {
	float: left;
	min-width: 50px;
	margin: 0 11px 5px 0;
	padding: 0 5px;
	border-radius: 3px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	color: #2b2b2b;
	background-color: #fff;
}
.tag-item:hover {
	box-shadow: 0 1px 0 #fff;
	background-color: #d9d9d9;
}
.tag-item.active, .ui-tabs-active .tag-item  {
	color: #fff;
	background-color: #2b2b2b;
	box-shadow: 0 1px 0 #fff;
}
.bet-info {
	font-size: 14px;
	font-weight: bold;
}
.bet-info-row {
	padding: 3px 0;
	
}

.bet-info-row .f-left {font-weight:normal;}

.bet-info .bet {border-bottom:1px solid #d1d1d1; padding-bottom:10px; margin-bottom:10px;}


.remove-row {
	display: inline-block;
	padding: 2px 0 2px 18px;
	line-height: 18px;
	background: url(../images/icon-remove.png) 0 7px no-repeat;
	cursor: pointer;
	font-weight:bold;
}
.bet-total {
	background-color: #d9d9d9;
}
.bet-total table {
	width: 100%;
	margin: 5px 0;
}
.bet-total td {
	padding: 2px 10px 2px 0;
	font-size: 14px;
	font-weight: bold;
}

.bet-total td:first-child {width:145px}

.bet-total .a-right {
	padding-right: 0;
}

.bet-total input[type="text"] {
	background-color:#eee;
	width:60px;
}

.grand-total {
	color: #646464;
}


.bet-btns {
	padding-top: 12px;
	padding-bottom: 17px;
}

.box-banner {
	margin-bottom: 16px;
	overflow: hidden;
	border-radius: 5px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}
.box-banner img {
	max-width: 100%;
	border-radius:5px;
	
}

.no_bets {text-align:center; padding:20px; font-size:16px; line-height:21px; text-transform:none;}


/* Extra menu
-----------------------------------------------------------------------------*/
.extra-menu {
	padding: 16px 0 13px;
	text-align: center;
	border-top: 1px solid #b7b7b7;
	box-shadow: inset 0 1px 0 #fff;
}
.extra-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.extra-menu li {
	display: inline-block;
	margin: 0 6px 5px 10px;
}
.extra-menu li a {
	font-weight: bold;
	text-decoration: none;
	color: #5e5a49;
}
.extra-menu li a:hover {
	text-decoration: underline;
}
.extra-menu .active a {
	color: #000;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	padding: 40px 0;
	border-top: 1px solid #000;
	text-align: center;
	color: #76a6aa;
	background: rgb(0,75,79);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGI0ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDYwNjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgb(0,75,79) 0%, rgb(0,96,102) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(0,75,79)), color-stop(100%,rgb(0,96,102)));
	background: -webkit-linear-gradient(top,  rgb(0,75,79) 0%,rgb(0,96,102) 100%);
	background: -o-linear-gradient(top,  rgb(0,75,79) 0%,rgb(0,96,102) 100%);
	background: -ms-linear-gradient(top,  rgb(0,75,79) 0%,rgb(0,96,102) 100%);
	background: linear-gradient(to bottom,  rgb(0,75,79) 0%,rgb(0,96,102) 100%);


filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004b4f', endColorstr='#006066',GradientType=0 );

	
}
.footer .section {
	position: relative;
}

.footer a {color:#f5c411}

.footer-payments {
	margin-bottom: 15px;
	padding-bottom: 18px;
	border-bottom: 1px solid #000;
	border-bottom: 1px solid rgba(0, 0, 0, .4);
	box-shadow: 0 1px 0 rgba(255, 255, 255, .05);
	color: #fff;
}

.footer-payments .ico-pay-f {display:inline-block; opacity:0.35; margin:10px 0; vertical-align:middle; background-repeat:no-repeat; background-position:right center; width:136px; height:32px;}

.footer-payments h4 {
	margin-bottom: 22px;
}
.copyright {
	margin: 30px 0 6px;
}
.copyright img {
	margin: -10px 20px 0 0;
	vertical-align: middle;
}
#scroll-top{
	padding-right:22px;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #d9d9d9;
	display:inline-block;
	background: url(../images/scroll-top.png) 100% 0 no-repeat;
}


.slide_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	padding:10px 15px;
	cursor:pointer;
	display:inline-block;
	background:rgba(0,0,0,0.3);
	border-radius:5px;
	display:none;
}
.slide_top:hover {background:#000}


/* Window
-----------------------------------------------------------------------------*/
.win {
	display:none;
	position: absolute;
	left: 0;
	top: 0;
	width: 300px;
	padding: 28px 28px 37px;
	border: 1px solid #000;
	border-radius: 5px;
	background-color: #fff;
}
.win .close-lightbox {
	position: absolute;
	top: 28px;
	right: 28px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999px;
	background: url(../images/icon-close.png) 0 0 no-repeat;
	cursor: pointer;
}
.win .close-lightbox:hover {background-position: 0 100%;}
.win-title {
	margin-bottom: 17px;
	padding-bottom: 13px;
	border-bottom: 1px solid #b7b7b7;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
#join-now .win-title {
	font-size: 18px;
}
.win .form-list {
	overflow: hidden;
	margin-bottom: 5px;
}
.win .btn {
	min-width: 110px
}


.hint-i {display:inline-block; box-shadow:0 2px 4px #555; border-radius:5px; background:#FEF8E2; padding:8px 10px 10px 10px; font-size:11px; line-height:13px; color:#604D1A; position:absolute; z-index:999999; max-width:280px; text-align:center}


.progress {
	margin-bottom: 20px;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	background-color: #E8D18C;
	text-align:center;
	padding:20px 30px;
	font-size:18px; line-height:20px;
}

.progress i { font-style:normal; font-weight:bold;}


.error {background:#97201A; border-radius:4px; padding:4px 7px; box-shadow:0 2px 4px #000; display:inline-block; vertical-align:middle; color:#fff; font-size:11px; line-height:13px; margin-bottom:5px; z-index:50}

.error {display:none}

.inb .error {position:absolute; top:105%; right:0;}
.form-list li .error { margin-top:3px;}

.inner-page {padding:30px !important;}
.inner-page h1 {text-transform:uppercase}

.inner-page h2 {margin-top:40px}

.box {
	margin-bottom: 16px;
	padding: 30px 30px 20px 30px;
	border: 1px solid #b7b7b7;
	border-radius: 5px;
	background-color: #fff;
}

.box h2 {margin-top:30px; color:#00727A; display:block; padding-bottom:10px; border-bottom:1px solid #cecece; font-size:21px; line-height:23px;}
.box h3 {margin-top:40px;}

.box li {margin-bottom:5px;}
.box ul, .box ol {margin-bottom:30px;}

.feedback {width:400px; display:inline-block; vertical-align:top; margin-bottom:30px;}



/* table styles start */
.table-holder{
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #b7b7b7;
	margin: 0 0 15px;
	overflow: hidden;
	width: 100%;
}
.table-holder table{
	border-collapse: collapse;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0 0 -1px;
	width: 100%;
}


.table-holder thead{color: #fff;}
.table-holder th{
	background: #00727A;
	height: 40px;
	border-left:1px solid #fff;
}

.table-holder th:first-child {border-left:none}

.table-holder td,
.table-holder th{padding: 0 10px;}
.table-holder td{
	background: #f2f2f2;
	border: 1px solid #b7b7b7;
	border-width: 1px 0 1px 1px;
	height: 38px;
}
.table-holder td.center{text-align: center;}
.table-holder tr:nth-child(odd) td{background: #dfdfdf;}
.table-holder tr td:first-child {border-left:none}

.expiration {
    border: 1px solid #bbbbbb;
}
.expiration input {
    border: 0;
}

/* table styles end */


/* Color Example
-----------------------------------------------------------------------------*/
/*
body {
	background-color: #092435;
}
.sub-menu {
	background-color: #0c354b;
}
.sub-menu li a,
.tag-item:hover,
.bet-total {
	background-color: #104360;
}
.sub-menu li a:hover,
.sub-menu .active a {
	background-color: #083e5d;
}
.box-bets {
	border: 1px solid #000;
	color: #fff;
	background-color: #17628c;
}
.box-row {
	border-top: 1px solid #0e3a53;
	box-shadow: inset 0 1px 0 #226a92;
}
.tag-item {
	background-color: #1c72a3;
}
.extra-menu {
	border-top: 1px solid #05161e;
	box-shadow: inset 0 1px 0 #152f3e;
}
.extra-menu li a {
	color: #f89418;
}
.extra-menu .active a {
	color: #d8dad9;
}
*/
