#popup_container {
  font-family: Arial, sans-serif;
  font-size: 12px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 600px;
  /* Dialog will wrap after this width */
  background: #FFF;
  border: solid 2px #7d7d7d;
  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: #9a9a9a url(imagens/bg_tituloAlerta.gif) top repeat-x;*/
  border: solid 1px #FFF;
  border-bottom: solid 1px #999;
  cursor: default;
  padding: 0em;
  margin: 0em;
  padding-left: 1em;
}

#popup_content {
  background: 16px 16px no-repeat url(imagens/ic_alerta.gif);
  padding: 1em 1.75em;
  margin: 0em;
}

#popup_content.alert {
  background-image: url(imagens/ic_alerta.gif);
}

#popup_content.confirm {
  background-image: url(imagens/ic_confirma.gif);
}

#popup_content.prompt {
  background-image: url(imagens/ic_confirma.gif);
}

#popup_message {
  padding-left: 42px;
  text-align: left;
  line-height: 1.4em !important;
}

#popup_message .Titulo {
  font-weight: bold;
  font-size: 12px;
  color: #333;
  display: inline-block;
  margin: 0;
  padding: 0 0 8px;
}

#popup_message {
  color: #666;
}

#popup_panel {
  text-align: center;
  margin: 1.5em 0em 0em 1em;
}

#popup_prompt {
  margin: .5em 0em;
}

#popup_ok, #popup_cancel {
  /*background: transparent url(imagens/botao.gif) no-repeat 0 -29px;*/
  border: 0;
  outline: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 11px;
  width: 98px;
  height: 29px;
  line-height: 24px;
}

#popup_ok:hover, #popup_cancel:hover {
  background-position: -98px -29px;
}
