#popup_container {
    position: fixed;
    z-index: 99999;
    padding: 0px;
    margin: 0px;
    min-width: 300px;
    max-width: 300px;
    top: 62px;
    left: 561.5px;

	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 */
	background: #FFF;
	color: #000;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#popup_title {	
	background: #3f4f5b;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0;
	color: #fff;
	font-weight: bold;
	padding: 6px 10px;
	font-size: 13px;
}

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

#popup_message {
	padding-left: 48px;
	max-height: 400px;
	overflow: auto;
}

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

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

.infoAlert ul{
	list-style-type: square !important;
}

.infoAlert ul li{
	margin: 5px 0px;
}

#popup_ok, #popup_cancel {
	background:#1fb365; 
	color:#fff; 
	cursor:pointer; 
	font-size:14px; 
	font-weight:bold; 
	height:26px; 
	margin:4px 0 0 4px; 
	text-align:center; 
	vertical-align:middle; 
	-webkit-border-radius:4px; 
	-moz-border-radius:4px; 
	border-radius:4px;
	border: none;
}