html, body {
	width: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-image: url(../images/bg.png);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e3e3e;
}


a {
	text-decoration: none;
	/*border-bottom: 1px dotted #d63c23;*/
	color: #d63c23;
}

a:hover {
	/*border-bottom-color: #ff2c0c;*/
	/*border-bottom-style: solid;*/
	color: #ff2c0c;
}
a:active{
	outline: none;
	-moz-outline-style: none;
}
a:focus{
	outline: none;
	-moz-outline-style: none;
}

img {
	border-style: none;
}

/*form {
	padding: 0;
	margin: 0;
}*/

section, nav, aside, article, header, footer {
	display: block;
	margin: 0;
	padding: 0;
}

.iText, .iText span, .iSelect, .iSelect span  {
	display: inline-block;
	height: 25px;
}

.iText, .iSelect {
	padding-left: 6px;
	background-image: url(../images/inputleft.png);
	background-repeat: no-repeat;
}

.iText > span, .iSelect > span {
	padding-right: 6px;
	background-image: url(../images/inputright.png);
	background-repeat: no-repeat;
	background-position: top right;
}

.iText > span > span, .iSelect > span > span {
	background-image: url(../images/inputbg.png);
	background-repeat: repeat-x;
	background-position: top left;
}

.iText input, .iSelect select {
	border-style: none;
	background-color: transparent;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	/*color: #c8c8c8;*/
	max-height: 22px;
	padding: 5px 0 0 0;
	outline-style: none;
}
/*iSelect select tem configs especificas para chrome*/

.iSelect select option{
	background-color: #FFFFFF;
}

.iText input.active, .iSelect select.active {
	color: #8d7f7e;
}

.col1 {
	float: left;
	width: 575px;
	margin-right: 30px;
}

.col2 {
	float: right;
	width: 258px;
}

.noFloat {
	clear: both;
}


#page, #page-green {
	position: absolute;
	width: 100%;
	min-height: 100%;
	min-width: 979px;
}

#head {
	width: 949px;
	height: 121px;
	margin: 0 auto -5px;
}

#head > .content {
	width: 941px;
	margin: 0 auto;
	background-color: #ffffff;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	position: relative;
	min-height: 121px;
}

#head .accLink {
	display: none;
}

#logo {
	border:none;
}
#logo img{
	margin:20px 0 0 30px;
}
#logo:hover {
	border:none;
}

#loginForm .feedbackMsg {
	position: absolute;
	top: 0;
	left: 74px;
	font-size: 0.8em;
	color: #d63c23;
	padding: 5px 0 0 0;
	margin: 0;
}

#main {
	width: 949px;
	margin: 0 auto 4px auto;
}

.home #main {
	width: 979px;
	background-position: center bottom;
}

#main h1, #main h2 {
	font-weight: normal;
	font-size: 1.4em;
	color: #be301a;
	margin: 0;
	padding: 14px 0 34px 0;
}

#main h3 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 20px 0;
	margin: 0;
}

#main h4 {
	font-weight: bold;
	font-size: 1em;
	padding: 0 0 20px 0;
	margin: 0;
	font-style: italic;
}

#main h1:first-child, #main h2:first-child, #main h3:first-child, #main h4:first-child {
	padding-top: 0;
}

#main p, #main ul, #main ol {
	padding: 0;
	margin: 0 0 20px 0;
}

#main p, #main li {
	line-height: 1.5em;
}

#main > .content {
	background-color:white;
	width: 941px;
	margin: 0;
	margin-left:4px;
	padding: 1px 0 20px 0;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;	
}

.home #main > .content {
	width: 979px;
	background-position: center;
}
.inputCadastro{
	width:300px;
}
#main > .content > .text {
	width: 863px;
	min-height: 405px;
	padding: 131px 39px 15px 39px;
	margin: 0 auto;
	position: relative;
}

.home #main > .content > .text {
	width: 979px;
	padding: 0;
	min-height: 0;
	background-color: transparent;
	background-image: none;
}

#main > .content > .text > .pageTitle {
	margin: 0;
	padding: 0;
	width: 941px;
	height: 121px;
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-image: url(../images/pagetitlebg.jpg);
	color: #fff100;
}

#main > .content > .text > .pageTitle > span {
	display: block;
	position: absolute;
	top: 48px;
	left: 39px;
}	

#main > .content > .text > .headQtyPlayers {
	position: absolute;
	top: 196px;
	right: 124px;
	color: #E28458;
}

.ruleSteps li {
	margin-top: 20px;
}

.ruleSteps li:first-child {
	margin-top: 0;
}

.asidePanel {
	padding: 22px 22px 2px 20px;
	background-color: #ececec;
	color: #727272;
	margin: 0 auto 30px auto;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#main .asidePanel  h2 {
	font-size: 1.4em;
	color: #515151;
	padding-bottom: 22px;
}

#flashContent {
	color: #fff100;
	width: 909px;
	margin: 50px auto 0 auto;
}

#flashContent p {
	margin-left: 22px;
}

.indexHolder{
	background:white;
	width:941px;
	margin:auto;
	padding-bottom:20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

#footLinks {
	height: 32px;
	padding: 19px 17px 0 17px;
	font-size: 0.8em;
	color: #a84b1e;
}

#footLinks a {
	border-style: none;
	color: #a84b1e;
}

#footLinks a:hover {
	color: #d63c23;
}

#footLinks h1 {
	display: none;
}

#footLinks > ul {
	float: left;
	margin: 0;
	padding: 0;
}

#footLinks > ul li {
	display: inline;
	padding: 0 14px;
	border-left: 1px solid #a84b1e;
}

#footLinks > ul li:first-child {
	padding-left: 0;
	border-left-style: none;
}

#footLinks > p {
	float: right;
	margin: 0;
	padding: 0;
}


/*ebob*/
.ruleDefs{
	padding-left: 20px;
}

.ruleDefs li{
	margin-top:	5px;
	margin-bottom: 5px;
}

.ulmarg li{
	margin-top:	5px;
	margin-bottom: 5px;
	margin-left: 20px;
}

.signMarg {
	padding: 35px 36px 0px 36px;
}

/* USER INFO */
.avatarbg{
	width: 64px;
	height: 80px;
	padding: 4px 0 0 4px;
	background-image: url(../images/avatarbg.png);
	background-repeat: no-repeat;
	position:relative;
}

.avatarbg a{
	display: inline;
	border: none;
	text-decoration: none;
}

.avtImg{
	width: 60px; 
	height: 75px;
	display: block;
	background-image: url(../images/avtdeff.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.avtImg div{
	width: 60px; 
	height: 75px;
	display: block;
	background-repeat: no-repeat;
}

a div.avtImg {
	cursor: pointer;
}

#menu h1, #parchment h1 {
	display: none;
}
.star {
	display: inline-block;
	width: 13px;
	height: 13px;
	padding: 0;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0 3px 2px 0;
}

.star.full {
	background-position: 0px -17px;
}

.bordinha{
	padding: 7px; 
	background-color: #FFFFFF; 
	border: 1px solid #ddd9d5; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.bordacerta{
	-webkit-border-top-right-radius: initial;
	-webkit-border-top-left-radius: initial;
	-moz-border-radius-topright: initial;
	-moz-border-radius-topleft: initial;
	border-top-left-radius: initial;
	border-top-right-radius: initial;
}

.sepline{
	border-top: 1px solid #ddd9d5;
	font-size: 1px;
}


div.arrLeft{
	float: left;
	width: 0;
	height: 0;
	margin-top: 15px;
	border-top: 10px solid transparent;
	border-right: 15px solid #ddd9d5;
	border-bottom: 10px solid transparent;
	border-left-width: 0;
}

div.arrLeft div{
	position: relative;
	left: 2px;
	top: -10px;
	border-top: 10px solid transparent;
	border-right: 15px solid #ffffff;
	border-bottom: 10px solid transparent;
	border-left-width: 0;
	z-index: 1
}

.AnoBord a, .AnoBord a:hover{
	border-style: none;
}

.tooltip {
	position: absolute;
	background-color: #ffffff;
	color: #000000;
	border: 1px solid #ddd9d5;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tooltip .content {
	background-image: url(../images/tooltipbottom.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tooltip .content > p, .tooltip .content > ul, .tooltip .content > ol {
	margin: 0 10px 6px;
}

.tooltip h1 {
	background-color: #f5f5f5;
	padding: 8px 11px;
	font-size: 1em;
	font-weight: normal;
	color: #a9391a;
	margin: 0 0 10px 0;

	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;

}

.tooltip .content > p.rating {
	position: absolute;
	top: 9px;
	right: 8px;
	margin: 0;
}

.tooltip .table {
	display: table;
	margin: 0;
	padding: 0;
}

.tooltip .table li {
	display: table-row;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tooltip .label {
	display: table-cell;
	padding: 0 10px 6px 0;
	color: #7c7c7c;
} 

.tooltip .value {
	display: table-cell;
	padding: 0 0 6px 0;
}
.tooltip .rating .desc {
	display: none;
}

.tooltip .tooltipArrow, .tooltip .tooltipArrow div {
	position: absolute;
	width: 0;
	height: 0;
}

.tooltip.fromRight .tooltipArrow {
	left: 100%;
	top: 50%;
	margin-top: -7px;
	border-top: 10px solid transparent;
	border-left: 15px solid #ddd9d5;
	border-bottom: 10px solid transparent;
	border-right-width: 0;
	z-index: 100;
}

.tooltip.fromRight .tooltipArrow div {
	top: -8px;
	left: -15px;
	border-top: 8px solid transparent;
	border-left: 13px solid #ffffff;
	border-bottom: 8px solid transparent;
	border-right-width: 0;
}

.tooltip.fromBottom .tooltipArrow {
	left: 50%;
	top: 100%;
	margin-left: -15px;
	border-left: 10px solid transparent;
	border-top: 15px solid #ddd9d5;
	border-right: 10px solid transparent;
	border-bottom-width: 0;
}

.tooltip.fromBottom .tooltipArrow div {
	top: -15px;
	left: -8px;
	border-left: 8px solid transparent; 
	border-top: 13px solid #ffffff;
	border-right: 8px solid transparent; 
	border-bottom-width: 0;
}

.tooltip.fromLeft .tooltipArrow {
	left: -15px;
	top: 50%;
	margin-top: -7px;
	border-top: 10px solid transparent;
	border-right: 15px solid #ddd9d5;
	border-bottom: 10px solid transparent;
	border-left-width: 0;
}

.tooltip.fromLeft .tooltipArrow div {
	top: -8px;
	left: 2px;
	border-top: 8px solid transparent;
	border-right: 13px solid #ffffff;
	border-bottom: 8px solid transparent;
	border-left-width: 0;
}

.tooltip.fromTop .tooltipArrow {
	left: 50%;
	top: -15px;
	margin-left: -15px;
	border-left: 10px solid transparent;
	border-bottom: 15px solid #ddd9d5;
	border-right: 10px solid transparent;
	border-top-width: 0;
}

.tooltip.fromTop .tooltipArrow div {
	top: 2px;
	left: -8px;
	border-left: 8px solid transparent;
	border-bottom: 13px solid #ffffff;
	border-right: 8px solid transparent;
	border-top-width: 0;
}
 .topFita .spacerr{
	background:url(../images/spacerr.png) no-repeat;
	width:1px;
	height:20px;
	position:absolute;
	top: 5px;
}
#rodapewrapper{
	width:941px;
	margin:auto;
}
#rodape{
	width:100%;
	height:72px;
	background-color:white;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-top:15px;
}
.rodapeBtn img{
	margin:20px 40px;
}
.rodapeBtn{
	border:none;
}
.rodapeBtn:hover{
	border:none;
}
.rodapeBtn:active{
	border:none;
}
.rodapeBtn .fstimg{
	margin-left:50px;
}
#rodape .spacer{
	margin-bottom:10px;
}
#copyright{
	color: #CF5C25;
	margin: 10px 10px 50px;
}
#copyright a{
	color: #CF5C25;
	text-decoration:none;
	border:none;
}
#copyright a:hover{
	text-decoration:underline;
	border:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}

#header{
	width:100%;
	height:121px;
	max-height:121px;
	background: url('../images/bgheader.jpg') repeat-x;
	position:relative;
}
#header .logo{
	position:absolute;
	top:30px;
	left:40px;
}
#header #head_pessoas_jogando{
	background: url('../images/users.png') no-repeat;
	padding-left:20px;
	margin-top:25px;
}
#social{
	position:absolute;
	top:20px;
	left:350px;
}
.fb-like{
	float:left;
	display:inline;
	margin-top:-2px;
	margin-right:3px;
}
.division{
	background: url('../images/spacer.jpg');
	width:1px;
	height:83px;
	position:absolute;
	top:15px;
}
.div1{
	left:328px;
}	
.div2{
	left:545px;
}
.formDiv{
	position:absolute;
	top:20px;
	right:10px;
}
#loginForm{
	font-size:10px;
	position:relative;
	
}
#formFields{
	height:35px;
	position:relative;
	width:359px;
	margin-top:20px;
}
.frmField{
	border:none;
	height:18px;
	padding-top:3px;
	padding-left:20px;
	font-family:Verdana;
	font-size:10px;
	position:absolute;
}
#frmUser{
	background: url('../images/login.jpg') no-repeat;
	width:120px;
}
#frmPass{
	background: url('../images/senha.jpg') no-repeat;
	width:110px;
	left:145px;
}
#frmRemember{
	position:absolute;
	top:24px;
	left:-3px;
}
#lblFrmRemember{
	position:absolute;
	top:28px;
	left:18px;
}
#formLinks{
	position:absolute;
	top:28px;
	right:30px;
	color:#D63B22;
}
#formLinks a{
	color:#D63B22;
	text-decoration:none;
}
#formLinks a:hover{
	text-decoration:underline;
}

#contaWrapper1{
	margin:0 10px 0 43px;
	float:left;
	width:415px;
}
#contaWrapper2{
	margin:0 43px 0 10px;
	float:right;
	width:415px;
}
.avtHolder{
	background: url('../images/avatarbg.png');
	width:68px;
	height:83px;
	position:relative;
	float:left;
}
.avtHolder .avt{
	position:absolute;
	top:4px;
	right:4px;
}
.avtHolder .vip, .avatarbg .vip{
	position: absolute;
	bottom: -8px;
	right: 3px;
}
.rating{
	width: 13px;
	float: left;
	padding: 0;
	margin-left:5px;
}
.badge{
	margin:5px 15px 0 0;
}
.trph{
	position:absolute;
	top:-15px;
	left:-8px;
}
.pHolder{
	width:160px;
	padding-left:15px;
}
.full{
	background-position: 0px -17px;
}
.name, .trophies, .achieves {
	padding: 0 !important;
	margin: 4px 0 3px !important;
	line-height:15px !important;
}
.name{
	font-weight:bold;
}

.vipnew-h2{
	font-weight:bold !important;
	font-size:15px !important;
	padding:0px !important;
}
.vipnew-bg{
	background:url('../images/vip02_r2_c2.jpg');
	width:865px;
	height:267px;
	position:relative;
	background-repeat:no-repeat;
	margin-top:20px;
	background-position:10px 0px;
}
.vipnew-bg2{
	width:471px;
	height:330px;
	position:relative;
}
.vipnew-bgtext{
	color:black;
	position:absolute;
	top:5px;
	left:245px;
	font-size:14px;
}
.vipnew-bgtext li{
	margin:20px;
}
.vipnew-bgvalid{
	color:white;
	position:absolute;
	top:175px;
	left:20px;
	font-size:17px;
	width:175px;
	text-align:center;
}
.vipnew-bgsubs{
	position: absolute;
	bottom: 51px;
	left: 40px;
	width: 183px;
	text-align: center;
	color: #403119;
	font-weight:bold;
	font-size:13px;
}
.vipnew-bgsubs img{
	margin-bottom:-4px;
}
.vipnew-thPlans{
	background:url('../images/vip02_r4_c2.png') no-repeat;
	width:865px;
	margin-top:20px;
}
.vipnew-thPlans th{
	padding-top:5px;
	padding-bottom:23px;
	color: #403119;
	font-size:13px;
}
.vipnew-tbPlans{
	width:865px;
	margin-top:-5px;
	border:1px solid #c6c1a4;
	border-top:none;
}
.vipnew-tbPlans td{
	padding:25px 20px;
	font-size:14px;
}
.vipnew-badges{
	position:absolute;
	top:0;
	right:20px;
	z-index:2;
}
.vipnew-round{
	background:url('../images/paytablebottom.png');
	width:865px;
	height:16px;
	margin-top:-16px;
}
.formTitles1{
	font-weight:bold; 
	margin-bottom:0px;
}
.altmail-div{
	border: 1px #cac5aa solid;
	border-top: none;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:30px 3px 3px;
	text-align:center;
	font-size:14px;
}
.altmail-div .bbottom{
	padding:12px 0px 8px;
	background-color:#E6E0DB;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.altmail-div .ttable{
	margin:auto;
	font-weight:bold;
}
.altmail-div .ttable td{
	padding:0 5px 15px;
}
.iTextarea{
	width:255px;
	height:32px;
	border:#d9d9d9 1px solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.cancelar_link{
	font-family:Verdana;
	text-align:top;
	border: none;
	color:#52451d;
	margin-left:50px;
	outline:none;
	text-decoration: underline;
	font-weight: bold;
	font-size:14px
	
}
.cancelar_link:hover{
	color:#52451d;
	cursor:pointer;
}
.faturas{
	width:100%;
}
.faturas th{
	color:#7d0b04;
}
.bbottom2{
	padding:17px 0px 13px;
	background-color:#E6E0DB;
	border-bottom-left-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	margin-bottom:-20px;
	text-align:center;
}
.faq-badges{
	position: relative;
	padding: 25px 0px 25px 100px;
	display: inline-block;
	width: 171px;
}
.faq-badges img{
	position:absolute;
	top:0;
	left:0;
}
.faq-badges a{
	margin:0;
}
.topFita{
	position:relative;
	margin-top:15px;
}
.topFita div{
	background:url(../images/tobarC.jpg);
	height:30px;
}
.topFita .fitaL{
	position:absolute;
	background:url(../images/tobarL.jpg);
	width:8px;
	top:0;
	left:0;
	padding:0;
}
.topFita .fitaR{
	position:absolute;
	background:url(../images/tobarR.jpg);
	width:8px;
	top:0;
	right:0;
	padding:0;
}
.topFita p{
	color:#52451D;
	font-weight:bold;
	position:absolute;
	top:6px;
	left:15px;
}
.topFita a{
	position:absolute;
	top:8px;
	right:10px;
}

.newstyle-div{
	border: 1px #cac5aa solid;
	border-top: none;
	border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	padding:15px;
	/*padding:30px 3px 3px;*/
}
.padbb{
	padding:15px 3px 3px !important;
}
.newstyle-div .bbottom, .bordinha .bbottom{
	text-align:center;
	padding:12px 0px 8px;
	background-color:#E6E0DB;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.topParts{
	overflow:hidden;
	padding: 0 0 16px 20px;
	position:relative;
}

.topParts ul {
	display: block;
	margin-top: 15px !important;
	margin-bottom: 0 !important;
	padding: 0;
	width: 2000px;
	height: 85px;
}
.topParts li {
	display: block;
	float: left;
	margin-left: 21px;
	list-style-type: none;
	width: 64px;
	height: 80px;
	padding: 4px 0 0 4px;
	background-image: url(../images/avatarbg.png);
	background-repeat: no-repeat;
}

.topParts li.four {
	margin-left: 81px;
}
.topParts .btLeft {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
}

.topParts .btRight {
	display: block;
	position: absolute;
	right: 0;
	top: 35px;
}
.bloco {
	display:inline-block;
	width: 420px;
	float: left;
	padding:10px 0;
}
.bloco .avatarbg{
	float: left;
}
.depoFita{
	position:absolute;
	top:20px;
	left:-5px;
}
.forumTb{
	border-collapse:collapse;
	width:100%;
	text-align:center;
	border-spacing: 10px;
}
.forumTb td{
	width:110px;
	border-bottom:1px solid #e2e0d1;
	vertical-align:top;
	padding:20px 0;
}
.forumTb a, .forumA{
	color:#7D0B04;
	font-weight:bold;
}
.forumTb p{
	margin:0 15px !important;
}
.forumTb .trLast td{
	border:none;
	padding-bottom:10px;
}
.forumPg a{
	display:inline-block;
	width:25px;
	text-align:center;
	height:20px;
	padding-top:4px;
	color:#321B0A;
	font-weight:bold;
}
.btn-verprogresso-bege{
	display:inline-block;
	background:url('../images/btn_verprogresso_bege.png');
	width:144px;
	height:24px;
}
.btn-lupa{
	display:inline-block;
	background:url('../images/btn_lupa.png');
	width:26px;
	height:26px;
	border:none;
}
.btn-lupa:hover{
	background-position:0 -26px;
	cursor:pointer;
}
.btn-verprogresso-bege:hover, .altcancel-btn:hover {
	background-position:0 -24px;
	cursor:pointer;
}
#gameCad:hover {
	background-position:0 -32px;
	cursor:pointer;
}
.btn-checkyes:hover, .btn-checkno:hover {
	background-position:0 -37px;
	cursor:pointer;
}
.regrasTable{
	text-align:center;
	width:400px;
	margin:20px auto;
	border-collapse:collapse;
	border-spacing:0;
	position:relative;
}
.regrasTable th{
	position:relative;
	background:url("../images/tobarC.jpg");
	height:28px;
}
.regrasTable th div{
	position:absolute;
	top:0;
	display:inline-block;
	width:8px;
	height:30px;
}
.regrasTable td{
	margin:0;
	padding:0;
	font-weight:bold;
}
.regrasTable td > div{
	border:1px solid #c6c5a9;
	border-top:none;
	border-left:none;
	height:30px;
	padding:1px;
}
.regrasTable td > div > div{
	padding-top:8px;
	height:22px;
}
.regrasTable .firstd{
	border-left:1px solid #c6c5a9;
}
.lastL{
	border-bottom-left-radius:10px;
	-moz-border-bottom-left-radius:10px;
	-webkit-border-bottom-left-radius:10px;
}
.lastR{
	border-bottom-right-radius:10px;
	-moz-border-bottom-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.regrasTable td img{
	margin-top:-2px;
}
.regrasL{
	background:url("../images/tobarL.jpg");
	left:0;
}
.regrasR{
	background:url("../images/tobarR.jpg");
	right:0;
}
.faqTitle{
	color:#a53030;
	margin-bottom:5px !important;
	font-weight:bold;
}
.separator {				
	background-color: #9FA0A0;	
	height: 1px;
	width: 450px;
	margin-left: 15px;
	margin-top: -10px;
	margin-bottom: -5px;
}
.btn-reativar{
	background-image:url('/images/btn_reativar.png');
	width:373px; 
	height:42px;
	display:inline-block;
}
.btn-reativar:hover{
	background-position:0 -42px;
}
.a-reativar{
	color:white;
	display:inline-block;
	float:right;
	width:473px;
	margin-right:15px;
	margin-top:12px;
	font-weight:bold;
	font-size:15px;
}
.a-reativar:hover{
	color:white;
}
#vip-status{
	display:inline-block;
	width:471px;
	height:23px;
	position:absolute;
	bottom:42px;
	text-align:center;
	font-size:14px;
	padding-top:4px;
}
.bbottom3{
	text-align:center;
	position:absolute;
	bottom:-30px;
	width:471px;
	padding:9px 0 8px;
	background-color:#E6E0DB;
	border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
.btnV3{
	background-color:#2ecc71;
	color:white;
	font-size:20px;
	padding:10px 25px;
}
.btnV3:hover{
	color:white;
}
.btnFlat, .btnFlatGreen{
	font-family:Asap-bold;
	color:white;
	padding:5px 20px;
	font-size:17px;
	background-color:#DD3C23;
	text-decoration:none;
	display:inline-block;
}
.btnFlat:hover, .btnFlatGreen:hover{
	color:white;
	background-color:#F77474;
	cursor:pointer;
}
.btnFlatGreen{
	background-color:#2ECC71;
}
.btnFlatGreen:hover{
	background-color:#FF9900;
}
.imgAvatarSize{
	height:75px;
	width:60px;
}