#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 */
    min-height: 160px;
	background: #FFF;
    border:1px solid #596f7d;
	color: #333;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#popup_title {
    background:url(images/pop_hearder_bg.gif) repeat-x;
    height:33px;
    text-align: center;
    line-height:33px;
    font-size: 12px;
    padding-left: 0px;
    font-weight: bold;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom:1px solid #fff;
}


#popup_content {
	background:url(images/info.gif) no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	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_message {
    padding-top: 22px;
	padding-left: 60px;
    text-align: left;
    padding-bottom: 10px;
}

#popup_panel {
	text-align: center;
	margin: 1.1em 0em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_ok {
    width: 60px;
    height: 23px;
    margin: 5px;
}
#popup_cancel {
    width: 60px;
    height: 23px;
    margin: 5px;
}

#popup_container h1 {margin: 0px;}

#popup_container input {background-color:buttonface;border: 2px outset buttonface;}