#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 450px;
  max-width: 600px;
  background: #FFF;
  border: solid 7px #999;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  line-height: 1.75em;
  color: #666;
  background:url(../imagens/error_header.gif) repeat-x; color:#6f2c2c; border:1px solid #924949; border-bottom:none;
  border: solid 1px #990000;
  border-bottom: solid 1px #990000;
  cursor: default;
  padding: 0em;
  margin: 0em;
  padding-left: 10px;
}

#popup_content {
  text-align: left;
  padding: 1em;
  margin: 0em;
}

#popup_content.alert {
  background:#fff url(../imagens/error_bg.jpg) bottom right no-repeat; border:1px solid #924949; border-top:none;
  min-height: 150px;
}

#popup_content.confirm {
  background-image: url(images/important.gif);
}

#popup_content.prompt {
  background-image: url(images/help.gif);
}

#popup_message {
  font-weight: bold;
}

#popup_panel {
  text-align: left;
  margin: 1em 0em 0em 0em;
}

#popup_prompt {
  margin: .5em 0em;
}

.botao_alerta {
  margin-top: 90px;
  height: 30px;
  width: 80px;
  cursor: pointer;
  font-weight: bold;
}