


body {
	background:#e5e7e9;
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;

}


input[type="text"], 
input[type="password"],input[type="email"] ,
textarea {
	border: solid 2px #D4E1E4;
	padding: 8px 14px;
	color: #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

label {
	line-height: 26px;
}


.logo {
	width: 222px;
	height: 59px;
	margin-left: 0px;
	display: block;
	float: left;
	margin-top: 14px;
	background: url(custom-images/logo.png) no-repeat;
}


.header {
	background: #333;
	height: 88px;
	border-bottom: 0px;
}

ul#navigation li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 15px;
	text-decoration: none;
	display: inline-block;
	line-height: 40px;
	padding: 0px 15px;
	text-shadow:none;
	-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: white;
	text-shadow: none;
	background: #D99319;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

ul#navigation li a.logged-in-navigation {
	padding: 0px 6px;
}

ul#navigation li a.btn-red {color: white;}


ul#navigation {
	float: right;
	margin-top: 16px;
}


.btn-red {
	-webkit-box-shadow: 0px 3px 0px 0px #799116;
	-moz-box-shadow: 0px 3px 0px 0px #799116;
	box-shadow: 0px 3px 0px 0px #799116;
	background: #86a218;
	display: inline-block;
	padding: 8px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white;
}

.btn-red:hover {
	background: #92B409;
}

ul#navigation li a.btn-red:hover {
	color: white;
	text-shadow: none;
	-webkit-box-shadow: 0px 3px 0px 0px #799116;
	-moz-box-shadow: 0px 3px 0px 0px #799116;
	box-shadow: 0px 3px 0px 0px #799116;
	background: #92B409;
}


.signin {
	background: #ffffff;
	width: 250px;
	float: left;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0px;
	margin: 60px 0px 0 0;
	position: relative;
	-webkit-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	-moz-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	padding-bottom: 0px;
}

.signin-icon {
	background: url(custom-images/login-img.png) no-repeat;
	width: 64px;
	height: 66px;
	position: absolute;
	left: 103px;
	top: -30px;
}

.signin h2.title {
	font-size: 21px;
	color: #584e44;
	text-align: center;
	margin-top: 40px;
	border-bottom: 0px;
	text-shadow: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	margin-bottom: 14px;
}

.signin span {font-size: 13px;}

.signin p {
	text-align: center;
	font-size: 14px;
}

.content {
	width: 693px;
	min-height: 450px;
	background: white;
	color: #5B5656;
	padding: 10px;
	margin: 30px 0 20px 0px;
	float: right;
	border: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
	-webkit-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	-moz-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
}

input.l_form {
	border: 2px solid #D8D5D2;
	background: white;
	height: 35px;
}


input.l_form-side {
	background: #e5e7e9 url(custom-images/side-form-bg1.png) no-repeat 8px center;
	height: 46px;
	border: 0px;
	-webkit-box-shadow: inset 0px 1px 3px 0px #a2a3a5;
	-moz-box-shadow:  inset 0px 1px 3px 0px #a2a3a5;
	box-shadow:  inset 0px 1px 3px 0px #a2a3a5;
	padding: 8px 14px;
	color: #333333;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-image: initial;
	float: center;
	font-size: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid white;
	padding-left: 45px;
}	

input[type="password"].l_form-side {
	background: #e5e7e9 url(custom-images/side-form-bg2.png) no-repeat 8px center;
	border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	margin-bottom: 10px;
}

.gbut {
	-webkit-box-shadow: 0px 3px 0px 0px #799116;
	-moz-box-shadow: 0px 3px 0px 0px #799116;
	box-shadow: 0px 3px 0px 0px #799116;
	background: #86A218;
	display: inline-block;
	padding: 10px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	text-transform: none;
	font-weight: 600;
	margin: 5px 0px;
}

.gbut:hover {
	background: #92B409;
	-webkit-box-shadow: 0px 3px 0px 0px #799116;
	-moz-box-shadow: 0px 3px 0px 0px #799116;
	box-shadow: 0px 3px 0px 0px #799116;
}

.signin .gbut {
	width: 90%;
}


.password-recovery {
	line-height: 30px;
	margin-top: 10px;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	text-align: center;
}



.password-recovery a, .password-recovery a:hover {
	color:#ec9a3c;
	text-align: center;
	font-family: 'Signika', sans-serif;
	font-size: 18px;
	text-decoration: none;
}

.side-stats {
	color: #584e44;
	text-align: center;
	font-size: 22px;
	font-weight: 600;
	line-height: 24px;
	padding-top: 15px;
	font-family: 'Signika', sans-serif;
}

.side-stats span {color: #86a218;}

.home-top {
	width: 702px;
	height: 364px;
	background: url(custom-images/banner-bg.jpg) no-repeat 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	color: white;
	margin-left: -4px;
	margin-right: -4px;
	margin-top: -4px;
}

.home-top-text {
	width: 330px;
	padding-top: 25px;
	padding-left: 30px;
	line-height: 22px;
}

.home-top-text h1 {
	font-family: 'Signika', sans-serif;
	font-size: 26px;
	font-weight: normal;
	line-height: 32px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.statistics {
	background: #584e44;
	padding-left: 20px;
	font-family: 'Signika', sans-serif;
	font-size: 26px;
	color: white;
	line-height: 80px;
	margin-left: -4px;
	margin-right: -4px;
}
.exchanges {
	background: #EC9A3C;
	padding: 10px;
	font-family: 'Signika', sans-serif;
	font-size: 26px;
	color: white;
	text-align: center;
	margin-top: 15px;
	margin-left: -10px;
	margin-right: -10px;
}

.btn-yellow {
	-webkit-box-shadow: 0px 3px 0px 0px #C5820B;
	-moz-box-shadow: 0px 3px 0px 0px #C5820B;
	box-shadow: 0px 3px 0px 0px #C5820B;
	background: #E19B1F;
	display: inline-block;
	padding: 8px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white;
}

.btn-yellow:hover {
	background: #f3a347;
}

.statistics .home-signup{
	text-transform: uppercase;
	margin-left: 25px;
	background: url(custom-images/home-signup.png) no-repeat 0px 0px;
	display: inline-block;
	width: 120px;
	height: 81px;
	padding-left: 58px;
	font-size: 28px;
	color: white;
	text-transform: uppercase;
	font-family: 'Signika', sans-serif;
}

.statistics .home-signup:hover {
	filter: alpha(opacity=95);
	opacity: 0.95;
}

.exchange_container {
	margin-top: 20px;
	overflow: hidden;
}

.exchange-text {
	float: left;
	width: 304px;
	padding: 15px;
	background: #eaeced;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #584e44;
	text-align: justify;
	font-size: 14px;
	line-height: 24px;
}

.exchange-types {
	float: right;
	width: 310px;
	text-align: left;
	margin-right: 10px;
}

.exchange_container h2 {
	color: #db811b;
	font-weight: normal;
	font-size: 28px;
	font-family: 'Signika', sans-serif;
	text-shadow: none;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 0px;
}

.home-bottom {
	background: #eaeced;
	padding: 15px;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: -10px;
}

.footer_banners {background: none;}

h3.list-title {
	color: #88a41a;
	font-weight: normal;
	font-size: 24px;
	font-family: 'Signika', sans-serif;
	text-shadow: none;
	margin-bottom: 16px;
	text-align: center;
	margin-top: 0px;
}

.exchange_icon {
	max-width: 48px;
	border: 0;
	margin: 5px 2px;
}


.sidebar {
	float: left;
	width: 270px;
}

.content ul li {
	background: url(custom-images/list-bg.png) no-repeat left center;
	padding-left: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	list-style: none;
}

.icons-container {
	width: 310px;
	text-align:center;
	margin: 0px;
}

.icons-container2 {
	width: 470px;
	text-align: center;
	margin: 0px;
}


.bottom-promotion {
	background: #f06455;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: -20px;
	margin-left: -20px;
	margin-right: -20px;
	color: white;
	font-size: 24px;
	font-family: 'Signika', sans-serif;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-o-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
	margin-top: 10px;
}


#footer {
	background: #5a5046;
	width: 100%;
	height: 80px;
	padding-top: 30px;
	line-height: 50px;
	font-size: 13px;
	color: #ffffff;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	text-shadow: none;
	clear: both;
	margin-bottom: 0px;
}

#footer .container {
	width: 1000px;
	margin: 0px auto;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}

.lang select {
	background: #E5EEF3;
	color: #555353;
	padding: 5px;
	font-size: 14px;
	border: 0px;
	height: 28px;
	margin-top: 0px;
	margin-left: 10px;
	width: 100px;
	margin-bottom: 0px;
}
.why-signup {
	background: white;
	-webkit-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	-moz-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	color: #584e44;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 15px;
	margin-top: 15px;
}

.why-signup h1 {
	font-size: 20px;
	font-family: 'Signika', sans-serif;
	font-weight: normal;
	color: #ec9a3c;
}


.why-signup .benefit {
	padding-left: 72px;
}

.why-signup .benefit1 {
	background: url(custom-images/home-img1.png) no-repeat left top;
}

.why-signup .benefit2 {
	background: url(custom-images/home-img2.png) no-repeat left top;
}

.why-signup .benefit3 {
	background: url(custom-images/home-img3.png) no-repeat left top;
}

.why-signup h2 {
	font-size: 20px;
	font-family: 'Signika', sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 24px;
	color: #ec9a3c;
}
.why-signup p {
	font-family: 'Arial', sans-serif;
	font-size: 13px;
	margin-top: 5px;
}


.content-ex {
	width: 640px;
	background: white;
	color: #5B5656;
	padding: 20px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
	float: left;
	border: 0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
}


input.text-max {
	background: white;
	height: 35px;
	min-width: 90%;
	border: 2px solid #D8D5D2;
	padding: 8px 14px;
	color: #AAA;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-image: initial;
	margin-bottom: 8px;
	float: center;
	font-size: 15px;
	margin-top: 10px;
}

.content-ex a {
	color: #EC9A3C;
}


.reg_row_1 {
	width: 300px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 0px;
}


.exchange_content {
	width: 450px;
	height: auto;
	background: white;
	color: #5B5656;
	padding: 0 20px 15px 20px;
	margin: auto;
	border:0px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	float: center;
}

.content h2.title {
	font-size: 21px;
	color: #86A218;
	text-align: left;
	margin-top: 5px;
	border-bottom: 2px solid #E58800;
	padding-bottom: 5px;
	font-family: 'Signika', sans-serif;
	font-weight: normal;
}

.account-details {
	margin: 20px 10px;
	background: #E9E8E4;
	color: #584E44;
	padding: 10px 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: hidden;
}

.table th:last-child, .table td:last-child {
border-right: 1px solid #CCD6DC;
}

.account-details table {
	float: left;
	width: 250px;
	margin: 0px 10px

}

.account-details table.table {float: right;}



.ucp_menu {
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	-moz-box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	box-shadow: 0px 3px 0px 0px #D1CFD1, 0px 3px 3px 0px #A09FA0;
	width: 250px;
	padding:10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 0px;
	margin: 10px 0px;
}

.ucp_menu h2 {
	background: #86A218;
	line-height: 40px;
	margin-bottom: 10px;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	-o-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	text-align: center;
	color: white;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 3px solid #799116;
	}
.signin-inner {
	float: none;
	padding-top: 30px;
	padding-bottom: 10px;
}

.ucp_inner {
	padding: 0px;
}


.ucp_link {
	background: #584E44;
	color: white;
	width: 188px;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 5px 7px;
	padding: 5px 7px 5px 7px;
	text-shadow: 0 0 0 transparent,0 1px 0 #3B3025;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	display: block;
	font-family: 'Signika', sans-serif;
}

.ucp_link:hover {
	background: #695E53;
	text-shadow: none;

}

.ucp_inner .ucp_link {
	width: 220px;
}

.ucp_link a:hover {
	color: #ffffff;
	text-decoration: none;
}


.aff_url_block {
	width: 640px;
	background: white;
	color: #584E44;
	padding: 10px;
	margin: 0px auto;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
}

.sideblock_ucp {
	background: #584E44;
	height: 30px;
	width: 220px;
	padding: 10px;
	padding-top: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 0px;
	margin: 20px 20px 10px 5px;
	line-height: 40px;
}

.share_button {
	background: #E58800;
	font-size: 12px;
	color: white;
	border: 0px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 30px 10px 0 0;
	padding: 3px 6px;
	text-shadow: none;
	text-decoration: none;
	display: inline;
}

.share_button:hover {
	background: #F39E23;
}


input.text.big {
	height: 30px;
	min-width: 216px;
	border: solid 2px #D3CFCB;
	padding: 2px 4px;
	color: #333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.facebook-container {
	position: relative;
	margin: 10px 0px;
}

.facebook-inner1 
{
	overflow: hidden;
	position: relative;
	width: 660px;
	height: 90px;
	display: inline-block;
	margin: 10px 0px;
}

.facebook-inner {
	background:#86A218;
	width:660px;
	height:90px;
	font-size:21px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	margin: 0px auto;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ucp_link.active {
	background: #86A218;
}

.msg div.info {
	background: #9cbf15; /* Old browsers */
	background: -moz-linear-gradient(top, #9cbf15 0%, #86a218 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9cbf15), color-stop(100%,#86a218)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9cbf15 0%,#86a218 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9cbf15 0%,#86a218 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9cbf15 0%,#86a218 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9cbf15 0%,#86a218 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cbf15', endColorstr='#86a218',GradientType=0 ); /* IE6-9 */
	border: 1px solid #799116;
	text-shadow: none;
	color: white;
}

.table thead td {
	background: #584E44;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	border: 0px;
	color: white;
	padding: 7px 5px;
	font-family: 'Raleway', sans-serif;
}

.table td {
	background: #F5F3ED;
	color: #434647;
	border: 1px solid #E0DDD5;
	border-top: 0px;
	font-size: 12px;
	font-family: Arial;
}

.table tbody tr:last-child th, .table tbody tr:last-child td {
	border-bottom: 1px solid #E0DDD5;
}

.infobox {
	background: #E5E7E9;
	display: block;
	clear: both;
	border: 1px solid white;
	padding: 10px;
	width: 97%;
	font-size: 14px;
	color: #222;
	margin-top: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
}


.aff_content {
	width: 290px;
	height: 100%;
	padding: 15px;
	background-color: #E5E7E9;
	color: #584E44;
	text-align: left;
	font-family: 'Arial',sans-serif;
	padding-bottom: 10px;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content table a.aff_block_p2 {
	-webkit-box-shadow: 0px 3px 0px 0px #C5820B;
	-moz-box-shadow: 0px 3px 0px 0px #C5820B;
	box-shadow: 0px 3px 0px 0px #C5820B;
	background: #E19B1F;
	border: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: white;
	display: block;
}

.aff_block_p2:hover {
	background: #E2940B;
}

.aff_block_p {
	font-size: 12px;
}

.aff_content_bottom {
	margin-bottom: 10px;
}

.aff_block_title {
	display: block;
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	background-color: #86A218;
	color: white;
	margin-top: -26px;
	margin-right: auto;
	margin-left: auto;
	text-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 28px;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.aff_banner_title {
	display: block;
	margin-top: -16px;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 1px;
	background-color: #86A218;
	color: white;
	margin-right: auto;
	margin-left: auto;
	text-shadow: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	line-height: 28px;
}

.aff_banner {
	width: 655px;
	padding: 4px 10px;
	background-color: #E5E7E9;
	color: #0E6083;
	border: 0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content .vip_t_row {
	width: 205px;	
	padding: 0px;
}

.content .vip_t_row ul li {
	background:#584E44;
	margin-top: 0px;
	height: 30px;
	display: block;
	line-height: 30px;
	color: white;
	border: 0px;
	font-family: 'Arial', sans-serif;
	padding-left: 10px;
	font-size: 13px;
}

.content ul li.img_yes {
	background-image: url(images/icon_yes.png);
	background-position: center;
	background-repeat: no-repeat;
}

.content ul li.img_no {
	background-image: url(images/icon_no.png);
	background-position: center;
	background-repeat: no-repeat;
}


.content .vip_t_row ul {
	width: 200px;
}

.content .vip_t_row ul li:nth-child(n+2) {
font-size: 13px;
height: 30px;
}

.content .first_child {
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	height: 45px;
	background-color: white;
	text-align: center;
	width: 203px;
	margin: 10px 0px 5px;
}

.content .title_desc_colum {
	font-family: 'Raleway',serif;
	font-weight: 300;
	color: #86A218;
	height: 60px;
	width: 184px;
	margin: 9px 9px 9px 9px;
	font-size: 24px;
	text-align: left;
	text-transform: uppercase;
}

.content .sub_pack {
	background-color: #E68D34;
}


.content .last_child {
	float: left;
	margin-top: 6px;
	margin-left: 3px;
	border: 0px;
	font-size: 18px;
	font-weight: bold;
	height: 100px;
	width: 200px;
	background-color: #86A218;
	text-align: center;
}

.content .pack_select select {
	background: white;
	color: #434647;
	padding: 2px;
	font-size: 12px;
	border: 2px solid #E5E7E9;
	height: 26px;
}

.content .pay_button {
	-webkit-box-shadow: 0px 2px 0px 0px #D87D21;
	-moz-box-shadow: 0px 2px 0px 0px #D87D21;
	box-shadow: 0px 2px 0px 0px #D87D21;
	background: #E68D34;
	padding: 6px 20px;
	height: auto;

}

.content .pay_button:hover {
	background: #EA9C4E;
}

.content .vip_t_row ul li:hover {
	background-color: #70665C;
}

.table tr.c_1 td {
background: #F5F3ED;
}



.content table a {
	color:#EA9C4E;
}

.purchase-hdr {
background: #176075;
margin-bottom: 10px;
}

.purchase {
	width: 210px;
	height: 130px;
	text-align: center;
	margin-top: 10px;
	background: #EFEFEF;
	float: left;
	margin: 5px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}


.bbut {
	-webkit-box-shadow: 0px 3px 0px 0px #D85C4E;
	-moz-box-shadow: 0px 3px 0px 0px #D85C4E;
	box-shadow: 0px 3px 0px 0px #D85C4E;
	background: #F06657;
	display: inline-block;
	padding: 8px 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: white;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.bbut:hover {
	background: #EE8175;
	-webkit-box-shadow: 0px 3px 0px 0px #D85C4E;
	-moz-box-shadow: 0px 3px 0px 0px #D85C4E;
	box-shadow: 0px 3px 0px 0px #D85C4E;
}

.contact-page {
	text-align: left;
}

.contact-page label {
	line-height: 30px;
	padding-left: 5px;
}

.top_active {
	width:220px;
	padding:10px;
	padding-top:0;
	margin: 8px 20px 0 30px;
	clear:both
}

#members_stats {
	text-align:center;
}

