body {
  font-size:75%;
}

body,
p,
form,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
label,
img,
table,
tr,
th,
td
{
  border-width:0;
  margin:0;
  padding:0;
}

a {
  color:#00f;
}

h1,
h2,
h3,
h4,
h5,
h6
{
  font-family:"Museo 700 Regular", helvetica, arial, sans-serif;
}

label.default {
  display:block;
  margin:5px 0;
}
label.default span {
  display:block;
}
.clear {
  clear:both;
}
.detail {
  color:#555;
  font-size:0.75em;
  text-transform:none;
}
.block-item {
  clear:both;
  font-size:1.5em;
  margin:10px 0;
}
.fixed-1 {
  display:block;
  float:left;
  padding-right:0.5em;
  text-align:right;
  width:7.5em;
}
.notext {
  font-size:0;
  letter-spacing:-2000px;
  overflow:hidden;
  text-decoration:none;
  text-indent:-2000px;
}
.observacao {
  border-top:1px solid #888;
  margin:1.5em 1em 0.75em;
  padding-top:0.75em;
  font-size:1.2em;
}

#erros {
  color:#d40;
  font-size:1.2em;
  margin:0.8em;
  text-align:center;
}
#alfa {
  background:url(/images/alfa-teste.png) no-repeat;
  height:100px;
  left:0;
  position:absolute;
  top:0;
  width:100px;
}
#topo {
  padding:15px;
}
#topo a {
  font-size:3em;
  text-decoration:none;
}
#topo h1,
#topo a
{
  color:#fb0;
  text-align:center;
  text-shadow:1px 1px #a30;
}
.common-box,
#input
{
  background:#eee;
	border:1px solid #444;
	border-radius:8px;
	box-shadow:3px 3px 2px #999;
  font-family:"Museo 700 Regular", helvetica, arial, sans-serif;
  margin:0 auto;
  padding:10px;
  width:500px;
	-moz-border-radius:8px;
	-moz-box-shadow:3px 3px 2px #999;
	-webkit-box-shadow:3px 3px 2px #999;
}
.common-box h2,
#input h2
{
  font-size:1.5em;
  color:#38b;
  margin-bottom:20px;
  text-align:center;
  text-shadow:1px 1px #123;
  text-transform:uppercase;
}
.common-box h2.alert,
#input h2.alert
{
  color:#b21;
}
#input label.default {
  font-size:1.1em;
  font-weight:700;
  margin:15px;
  text-transform:uppercase;
}
#input input.text {
  color:#888;
  font-size:1.2em;
  width:28em;
}
#input input.text:focus {
  color:#000;
}
#info {
  margin:0.75em auto 0;
  width:760px;
}
#dev-flow {
  font-size:1.1em;
  margin:0 0 1em;
  text-align:center;
}
#bookmarklet {
  border:2px solid #fff;
  font-size:1.5em;
  float:left;
  line-height:1.3em;
  text-align:right;
  width:370px;
}
#bookmarklet a {
  background:url(/images/bookmarklet-button.png) no-repeat;
  display:block;
  height:22px;
  text-decoration:none;
  width:72px;
}
#bookmarklet .info-button-holder {
  float:right;
  padding:1.2em 0.75em;
}
#bookmarklet .info-text {
}
#tweetdeck {
  border:2px solid #fff;
  background:url(/images/tweetdeck.png) no-repeat;
  font-size:1.5em;
  float:right;
  line-height:1.3em;
  margin-top:10px;
  padding-left:55px;
  width:315px;
}
#top-box {
  border:1px solid #888;
  border-width:1px 0;
  margin-top:1.25em;
}
#chrome-extension {
  background:url(/images/chrome-icon.png) no-repeat top left;
  font-size:1.5em;
  margin:1.5em auto;
  padding-left:55px;
  width:450px;
}
.content-box {
  font-size:1.25em;
  margin:0 auto 2em;
  padding:1em;
  width:40em;
}
.content-box h2 {
  font-family:Georgia,"Museo 700 Regular", helvetica, arial, sans-serif;
  margin-bottom:1em;
}
.content-box h3 {
  font-family:Georgia,"Museo 700 Regular", helvetica, arial, sans-serif;
  margin:0.5em 1em;
}
.content-box p {
  font-size:1.1em;
  line-height:1.4em;
  margin:1em;
}
.flow-box {
  font-size:1.5em;
  margin:2em 10em;
}
.flow-box h2 {
  border-bottom:1px solid #333;
  padding-bottom:0.5em;
}
.flow-box ul {
  list-style:none;
  margin-top:0.8em;
}
.flow-box li {
  clear:both;
  margin-bottom:0.3em;
}
.flow-box .flow-item {
  margin-top:2em;
}
.link-token {
  background:#ccc;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow:2px 2px 1px #999;
  -moz-box-shadow:2px 2px 1px #999;
  box-shadow:2px 2px 1px #999;
  color:#555;
  display:block;
  float:left;
  margin-right:0.5em;
  padding:0.2em 0.5em;
  text-decoration:none;
}
.link-token:hover {
  background:#fb0;
  color:#fff;
  -webkit-box-shadow:2px 2px 1px #c70;
  -moz-box-shadow:2px 2px 1px #c70;
  box-shadow:2px 2px 1px #c70;
}
.link-full {
  line-height:1.5em;
}
.link-remove {
  float:left;
}
.link-remove img {
  margin:0.4em 0.4em 0 0;
}
.notice {
  color:#666;
  font-size:1.25em;
  margin:1em;
}
.nd {
  display:none;
}
#rodape {
  background:#ddd;
  font-family:"Museo 700 Regular", helvetica, arial, sans-serif;
  padding:1em 0;
  text-align:center;
  width:100%;
}
.to-bottom #rodape {
  bottom:0;
  left:0;
  position:absolute;
}
