#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: 1px solid rgba(0,0,0,.2);
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	/* text-align: center; */
	line-height: 2em;
	color: #666;
	/* background: #eef1f3; */
	/* background: #CCC url(images/title.gif) top repeat-x; 
	border: solid 1px #FFF;
	border-bottom: solid 1px #999; */
	cursor: default;
	padding: 0.3em;
	margin: 0em;
}

#popup_content {
	/* background: 16px 16px no-repeat url(images/info.gif); */
	/* padding: 1em 1.75em; */
	margin: 0em;
}

#popup_content.alert {
	padding:0;
	/* background-image: url(images/info.gif); */
}

/* #popup_content.confirm {
	background-image: url(images/important.gif);
} */

#popup_content.prompt {
	background-image: url(images/help.gif);
}
#popup_content.success {
	background-image: url(images/success.gif);
}
#popup_message {
	text-align:center;
	line-height: 32px;
	padding-left: 21px;
}

#popup_panel {
	text-align: center;
	/* margin: 1em 0em 0em 1em; */
	padding-bottom: 14px;
    border-top-color: #e4e9ee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eff3f8;
}

#popup_prompt {
	margin: .5em 0em;
}
#popup_panel button, input[type="button"], input[type="reset"], input[type="submit"] {
border-radius: 3px;
cursor: pointer;
display: inline-block;
font-size: 14px;
height: 30px;
text-align: center;
*display: inline;
*zoom: 1;
vertical-align: middle;
background-color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
}
#popup_content #popup_ok{
	border: 1px solid #d7a59d;
	border-radius: 0px;
	background: #ffffff;
	color: #b46f64;
}
#popup_content #popup_cancel{
	border: 1px solid #D5D5D5;
}
#popup_content input[type="text"]{
	border-radius: 0 !important;
	border: 1px solid #D5D5D5;
	padding: 5px 4px 6px;
	box-shadow: none !important;
	background-color: #fff;
}