#popup_container {
  font-family: Verdana, Aerial;
  font-size: 12px;
  min-width: 300px;
  /* Dialog will be no smaller than this */
  max-width: 580px;
  /* Dialog will wrap after this width */
  background: #fefefe;
  border-width: 4px;
  border-style: solid;
  border-color: #777;
  color: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 50px 0px rgba(0, 0, 0, 0.4);
}
#popup_title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #fff;
  background-color: #CCC;
  cursor: default;
  padding: 0em;
  margin: 0em;
}
#popup_content {
  padding: 1em 1.75em;
  margin: 0em;
  text-align: center;
}
#popup_content .btOK {
  width: 35% !important;
  height: 45px !important;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  background-color: #dfdfdf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  border: 1px solid #525252;
  color: #5f5f5f;
  cursor: pointer;
}
#popup_content .btOK:hover {
  background-color: #5f5f5f;
  color: #dfdfdf;
}
#popup_content .btOK:active {
  background-color: #dfdfdf;
  color: #5f5f5f;
}
#popup_content .btYes {
  width: 35% !important;
  height: 45px !important;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  background-color: #dfdfdf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  border: 1px solid #525252;
  color: #009933;
  cursor: pointer;
}
#popup_content .btYes:hover {
  background-color: #009933;
  color: #dfdfdf;
}
#popup_content .btYes:active {
  background-color: #dfdfdf;
  color: #009933;
}
#popup_content .btNo {
  width: 35% !important;
  height: 45px !important;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  background-color: #dfdfdf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  border: 1px solid #525252;
  color: #cc3300;
  cursor: pointer;
}
#popup_content .btNo:hover {
  background-color: #cc3300;
  color: #dfdfdf;
}
#popup_content .btNo:active {
  background-color: #dfdfdf;
  color: #cc3300;
}
#popup_content .btCancel {
  width: 45% !important;
  height: 45px !important;
  line-height: 45px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 10px;
  background-color: #dfdfdf;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  box-shadow: 0 0 0 4px #f2f2f2, inset 0 1px 2px #9f9f9f;
  border: 1px solid #525252;
  color: #cc3300;
  cursor: pointer;
}
#popup_content .btCancel:hover {
  background-color: #cc3300;
  color: #dfdfdf;
}
#popup_content .btCancel:active {
  background-color: #dfdfdf;
  color: #cc3300;
}
#popup_content.alert {
  background-repeat: no-repeat;
}
#popup_content.alerterror {
  background-repeat: no-repeat;
}
#popup_content.confirm {
  background-repeat: no-repeat;
}
#popup_content.prompt {
  background-repeat: no-repeat;
}
#popup_message {
  padding-top: 10px;
  font-size: 14px;
}
#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 1em;
}
#popup_prompt {
  margin: .5em 0em;
}
