#popup_container {
  font-family: sans-serif, arial;
  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 1px rgb(163, 175, 192);
  color: #000;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  box-shadow: -20px 20px 30px #b0b0b0;
  -webkit-box-shadow: -20px 20px 30px #b0b0b0;
  -moz-box-shadow: -20px 20px 30px #b0b0b0;
  -khtml-box-shadow: -20px 20px 30px #b0b0b0;
}

#popup_title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  color: rgb(59, 77, 104);
  background: #ffffff url(images/otsikko.jpg) top repeat-x;
  border: solid 1px #999999;
  cursor: default;
  padding: 0em;
  margin: 0em;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -khtml-border-radius-topleft: 5px;
  -khtml-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#popup_content {
  background: 16px 16px no-repeat url(images/notallowed_32x32.png);
  padding: 1em 1.75em;
  margin: 0em;
}

#popup_content.alert {
  background-image: url(images/notallowed_32x32.png);
}

#popup_content.confirm {
  background-image: url(images/important.gif);
}

#popup_content.prompt {
  background-image: url(images/help.gif);
}

#popup_message {
  padding-left: 48px;
}

#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}

#popup_prompt {
  margin: 0.5em 0em;
}
