#popup_container {
	 min-width: 302px !important; font-size: 12px; background: #fff; max-width:302px !important;color: #000;  font-family: arial, sans-serif; -moz-border-radius: 5px; overflow:hidden; -webkit-border-radius: 5px; border-radius: 5px; border:1px solid #00944f;}
#popup_container {
	 min-width: 300px; font-size: 12px; background: #fff; max-width: 600px;color: #000;  font-family: arial, sans-serif; -moz-border-radius: 5px; overflow:hidden; -webkit-border-radius: 5px; border-radius: 5px; border:1px solid #00944f;}
#popup_title {
	 font-weight: bold; font-size: 14px; background: #00944f; padding-bottom: 0px; margin: 0px; cursor: default; color: #fff; line-height: 2.3em; height:2.3em; padding-top: 0px; text-align: center; width:304px !important; display:block;}
#popup_content {
    /*background: url(images/info.gif) no-repeat 16px 16px;*/
    margin: 0em;
 overflow:hidden;
}
.alert#popup_content {
	/*background-image: url(images/info.gif)*/
}
.confirm#popup_content {
	/*background-image: url(images/important.gif)*/
}
.prompt#popup_content {
	/*background-image: url(images/help.gif)*/
}
#popup_message {
 padding:10px; min-height:1em; text-align:center; line-height:1em;width:278px !important; overflow:hidden;
}
#popup_panel {
	margin: 1em 0em 0em 0; text-align: center; background:#f0f0f0;padding:1em 0; width:100%; overflow:hidden;
}

    #popup_panel input { width:80px; height:32px; line-height:28px; text-align:center; background:none; border:1px solid #00944f; cursor:pointer; display:block;
	margin:0 auto;
    }
#popup_prompt {
	margin: 0.5em 0em
}
