#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;
	  box-shadow: 0px 0px 13px 2px rgb(21, 21, 21);
	color: #000;
	
}

#popup_title {
font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75em;
  border-bottom: solid 1px #999;
  padding: 0em;
  margin: 0em;
  background-color: #e51f00;
  border: 0;
  color: white;
}

#popup_content {

	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	
}

#popup_content.confirm {

}

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

#popup_message {
	text-align: center;
}

#popup_panel {
	text-align: center;
	  margin-top: 15px;
}

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

#popup_container input{  display: inline-block;
  border: none;
  height: auto;
  color: white;
  background-color: darkgray;
  width: 123px;
  margin: 0;
  outline: none;
  vertical-align: top;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  margin: 0px 1px;}