div > div#m2brpopup,div > div#m2broverlay 
{
  position:fixed;
}

div#m2broverlay 
{
  position:absolute;
  display:none;
  z-index:160;
  top:0;
  left:0;
  height:100%;
  width:100%;
  background-color:#fff;
  filter:alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
div#m2brpopup 
{
  position:absolute;
  top:30%;
  left:50%;
  display:none;
  color:#fff;
  z-index:1000;
  background-color:#2D68AE;
  border-right:1px solid #ccc;
  border-bottom:1px solid #fff;
  padding:0;
}

div#m2brpopup-titlebar 
{
  color:#fff;
  height:26px;
  position:relative;
  background:url(../_img/bg-header.jpg) repeat-x top left;
}

div#m2brpopup.pergunta 
{
  background:#2D68AE url(../_img/popup-alerta.png) no-repeat 15px 40px;
}

#m2brpopup-botoes 
{
  text-align:center;
  margin-top:20px;
}

#m2brpopup-botoes a
{
  border:1px solid #fff;
  color:#fff;
  font-weight:700;
  padding:4px 10px;
}

a#m2brpopup-botao2 
{
  margin-left:7px!important;
}

#m2brpopup-botoes a:hover 
{
  background-color:#06C;
}

div#m2brpopup-msg {
  margin-left:70px;
  padding-right:7px;
  margin-top:10px;
  font-weight:700;
  font-size:12px;
}