#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	width: 350px;
	background: #FFF;
	border: 0;
	color: #575757;
	padding:0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:1px 2px 2px 0px #454545;
    -webkit-box-shadow:1px 2px 2px 0px #454545;
    box-shadow:1px 2px 2px 0px #454545;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #ffffff;
	background-color:#058ae5;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 5px 0;
	margin: 0em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

#popup_content {	
	background: 19px 6px no-repeat url(../images/info.png);
	padding: 1em 2em 2em;
	margin: 0em;
}
#popup_contents {	
	background: 19px 6px no-repeat url(../images/info.png);
	padding: 1em 2em 2em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../images/info.png) no-repeat 10px 10px;
}
#popup_contents.alert {
	background-image: url(../images/info.png) no-repeat 10px 10px;
}
#popup_content.confirm {
	background-image: url(../images/confirmation.png);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
	padding:0 0 20px 36px;
	word-wrap: break-word;
	overflow: auto;
	max-height: 300px;
}
#popup_messages {
	padding:0 0 20px 36px;
	word-wrap: break-word;
	overflow: auto;
	max-height: 300px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em;
}

#popup_prompt {
	margin: .5em 0em;
}
.small_btn_alert_box {
	display: table-cell;
	background:#058ae5;	
	border: 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font: bold 12px arial, verdana;
	width:60px;
	padding: 3px 0px;
	text-align: center;
	white-space: nowrap;
}
@media all and (min-width:0){
.small_btn_alert_box{
	display:inline-block\0/;
	width:60px;
	padding: 3px 0px\0/;
}
}