#popup_container {
	font-size: 14px;
	border: solid 1px #595959;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#popup_title {
	line-height: 2.25em;
	color: white;
	background: none;
	background-color: #595959;
	border-bottom: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	font-family: "Open Sans";
}

#popup_content {
	color: #555;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 0px;
	text-align: center;
}

#popup_content.alert {
	background-image: none;
}

#popup_content.yesno {
	background-image: none;
}

#popup_content.yesnocancel {
	background-image: none;
}

#popup_content.confirm {
	background-image: none;
}

#popup_content.prompt {
	background-image: none;
}

#popup_message {
	padding-left: 0px;
}

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

#popup_container input[type=button]{
	padding: 5px 10px;
}
#popup_container input[type=text]{
	padding: 5px;
}