#popup_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    min-width: 300px;
    max-width: 600px;
    background: #FFF;
    /*border: solid 2px #a2aa98;*/
    border: 1px solid rgba(0,0,0,.2);
    /*color: #000;*/
    color: #333;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;	
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;display:none;
	margin: 0em;
}

#popup_content {	
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

#popup_message {	
        text-align: center;
        font-size: 18px;
        line-height: 1.42857143;
        font-weight: 500;
        color: #333;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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

#popup_ok {
    
   cursor: pointer;
   width: 80px;
   background: #4682B4;
color: #ffffff;
border: 1px solid #ffffff;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
}

#popup_ok:hover {
    background: #6FBF4D;
text-decoration: none;
border-color: #CDC9C9;
color: #fff;
}

#popup_cancel {
  cursor: pointer;
   width: 80px;
   background: #4682B4;
color: #ffffff;
border: 1px solid #ffffff;
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border-radius: 4px;
}

#popup_cancel:hover {
    color: #fff;
background-color: #c9302c;
border-color: #ac2925;
}