@charset "UTF-8";
@import "reset.css";
@import "default.css";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #3E96CC url("../imgs/background.jpg") repeat-x;
	margin:0;
	padding:0;
	text-align:center;
}
#wrapper{
	color: #FFF;
	margin:0 auto;
	width:502px;
}
h1{
	width: 502px;
	height: 154px;
	margin: 25px auto 40px;
	background: url(../imgs/title.png) no-repeat;
}
h2{
	font: 32px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-bottom:15px;
}
p {margin-bottom:15px;}
p a {color:#FFF; font-weight:bold;}
p strong{font-weight:bold;}
#content {
	width:502px;
}
#btSim{
	width: 152px;
	height: 85px;
	display:inline;
	margin: 35px 0 35px 24px;
	background: url(../imgs/btSim.gif) no-repeat;
}
#btNao{
	width: 152px;
	height: 85px;
	display:inline;
	margin: 35px 24px 35px 0;
	background: url(../imgs/btNao.gif) no-repeat;
}
#btEstatistica{
	width: 309px;
	height: 32px;
	display:inline;
	margin: 20px 96px 0;
	background: url(../imgs/btEstatistica.gif) no-repeat;
	cursor:hand;
}
#brother{
	width:150px;
	height:150px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	background: #084371 url("../imgs/loader.gif") center center no-repeat;
}
#brother .foto{
	display:block;
	width:150px;
	height:150px;
	-moz-border-radius:8px;
	-khtml-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
}
#mensagem{
	margin:20px 0;
	width:100%;
	font-weight:bold;
}
#info{
	text-align:center;
	width:100%;
	float:left;
	font-weight:bold;
	font-size:14px;
	color:#FF0000;
}
#mais {
	display:block;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	-opera-border-radius:10px;
	border:1px solid #084371;
	padding:15px 15px 0;
	}
.colunalembrados {width:50%;}
.listaLembrados li{
	display:block;
	width:98%;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
	background: #3E96CC url("../imgs/background.jpg") left -100px repeat-x;
	margin-bottom:5px;
	}
.listaLembrados li .detalhes{width:50%; margin:10px;}
.listaLembrados li .detalhes b{display:block;}
.listaLembrados li .fl {text-align:left;}
.listaLembrados li .fr {text-align:right;}
.listaLembrados li .barralembrados,
.listaLembrados li .barradeslembrados{
	display:block; 
	height:12px;
	margin:3px 0;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	-opera-border-radius:3px;
}
.listaLembrados li .barralembrados {
	background:#390 url(../imgs/lembrados.gif) repeat-x;
}
.listaLembrados li .barradeslembrados {
	background:#F00 url(../imgs/deslembrados.gif) repeat-x;
}

.fl{float:left;}
.fr{float:right;}
.tl{text-align:left;}
.tr{text-align:right;}
.fim {margin-bottom:30px;} 
#footer {
	text-align:right;
	width:100%;
	float:left;
	padding-top:40px;
	margin-bottom:20px;
	padding-bottom:20px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
	margin-right:7px;
}
#footer a:hover {text-decoration:underline;}
#footer a.saibamais {
	color:#2A8AC7;
	background-color:#FFF;
	padding:2px 6px;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	-opera-border-radius:6px;
}
.btn{
	cursor:pointer;
}

#ads {clear:both; background-color: #084371; width:100%; margin:10px 0 0; padding:20px 0;}
