﻿#popup_container {
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 450px; /* Dialog will wrap after this width */
	background: #FFF;
	border:1px #EBEBEB solid ;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFF;
	background: #000 url(../img/title.gif) top repeat-x;
	border: 0px solid #FFF;
	cursor: default;
	padding: 2px 5px;
	margin: 0em;
	line-height:25px;
}

#popup_content {
	/*background: 16px 16px no-repeat url(../img/info.gif);
	padding: 1em 1.75em;
	margin: 0em;*/
	background:  url(../img/info.gif) no-repeat 19px 20px ;
	padding: 1em 1.75em;
	margin:0em;
}

#popup_content.alert {
	background-image: url(../img/error.png);
}

#popup_content.confirm {
	background-image: url(../img/confirm.png);
}

#popup_content.success {
	background-image: url(../img/success.png);
}
#popup_content.prompt {
	background-image: url(../img/error.png);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	padding: 10px 5px;
	text-align: center;
	
}
#popup_panel input{
	 width:5em;
	 text-align: center; 
	 display: inline; 
	 margin: 0 auto;
}

#popup_prompt {
	margin: .5em 0em;
}