#popup_container, #popup_container2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	overflow:hidden;
	min-width: 400px;
	background: #FFF;
	color: #353535;
	border: 1px solid #7f7f7f;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-radius: 15px;
	box-shadow: 0 0px 36px -5px #3e3e3e;
	transition: all 0.04s;
}
#popup_border {
	background:#fff;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 20px;
	display: none;
}
#popup_title {
	font-size: 16px;
	text-align: left;
	line-height: 20px;
	color: #6A6A6A;
	cursor: default;
	padding: 0em;
	padding: 16px 13px 11px 19px;
	margin: 0px;
	font-weight:normal;
}

#popup_content {
	padding: 13px 21px 20px;
	margin: 0em;
	line-height: 25px;
}

#popup_message {
	padding: 5px 10px 0px 55px;
	min-height: 70px;
	font-size: 13px;
	line-height: 30px;
}

#popup_panel {
	text-align: right;
	margin: 17px 0em 0em 0em;
}

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

.alert_btn {
    width: auto;
    padding: 9px 20px;
    margin-right: 5px;
    text-shadow: none;
    font-size: 14px;
    color: #c24545;
    cursor: pointer;
    border: 1px solid #efcbcb;
    border-radius: 5px;
    font-weight: normal;
}

#popup_message span.ico{
    height: 49px;
    width: 50px;
    display: inline-block;
    margin-bottom: -15px;
    margin-left: -50px;
    background-repeat: no-repeat;
    background-size: 27px;
}
#popup_message span.ei_right {
	color: #45b345;
}
#popup_message span.ei_wrong {
	color: #e66f9b;
}
#popup_message span.ei_error {
	color: #f66d6d;
}
#popup_message span.ei_confirm {
	color: #ea7590;
}
#popup_content.loading:before {
	color: #b1aaff;
	margin:0px;
	animation: loading 0.74s linear infinite;
	transition: color 4.7s;
	position:absolute;
	top:17px;
	left:27px;
}
@keyframes loading{ 
    40% {color:#8374ce }
	70% {color: #bdb8f7; }
    100% { transform: rotate(360deg);  } 
}


#popup_message div.item {
    line-height: 6px;
    padding: 4px 10px;
    margin: 8px;
    color: #8b8686;
    margin-left: 8px;
    border-left: 1px solid #d7d1d1;
}

#popup_ok {
    margin: 0px 4px;
    color: #fff;
    border: 0px;
}
#popup_ok:hover {opacity: 0.87;}
#popup_cancel {
    background: #fff;
}
#popup_cancel:hover {
    background: #fffbfb;
}
div#popup_container.popup_focus {
    padding: 4px;
    margin-left: -4px;
    margin-top: -5px;
}

.alters_ico {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 13px;
    margin-left: -53px;
}

#popup_container.notice {
	box-shadow: none;
	border: 1px solid #b2b2b2;
	min-width: auto;
}
#popup_container.notice .alters_ico {
	width: 30px;
    height: 30px;
}
#popup_container.notice #popup_content {
    padding: 13px 21px 13px;
}
#popup_container.notice #popup_message {
    padding: 5px 10px 0px 55px;
    min-height: auto;
}
#popup_container.notice #popup_title {
	display: none
}