#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 500px; /* Dialog will be no smaller than this */
    height: 400px;
	background: #FFF;
	border: solid 8px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	background: #6D84B4;
    font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #fff;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 3px;
	margin: 0;
    margin-left:0;
}

#popup_content {
	background: 16px 16px no-repeat;
	padding: 1em 0 0 0;
	margin: 0em;

}

#popup_content.alert {
}

#popup_content.confirm {
}

#popup_content.prompt {
}

#popup_message {
	padding-left: 10px;
    height:310px;   
}

#popup_panel {
	text-align: right;
	margin: 1em 0em 0em 0em;
    padding:4px;
    background: #F2F2F2;
    
}
#popup_ok {
    background-color:#3B5998;
    color:white;
    padding:2px;

}  
#popup_prompt {
	margin: .5em 0em;
}