div.popup-msg-modal{
    background: none;
}

div.popup-msg-modal .sc-box-bordering{
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.75);
}

div.popup-msg-modal div.bottom {
	background: white;
	padding: 0px;
	border: 1px solid #ccc;
}

div.popup-msg-modal div.bottom > div{
	padding: 8px;
}

p.sc-box-title {
	height: 25px;
	padding: 8px 0 0 8px;
	background: #f7f7f7;
	font-size: 12px;
	display: none;
}

div.popup-msg-modal div.bottom a.modal-close {
	color: black;
    position: absolute;
	display: inline-block;
    right: 8px;
	font-family: Fontawesome;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: 10px;
}

div.popup-msg-modal div.bottom a.modal-close:before{
    content: "\f00d";
}

.popup-msg-modal-text {
	padding:8px;
}

div.popup-msg-modal input[type=button]{
	background-image: none !important;
	font-weight: normal !important;
	display: inline-block;
	line-height: 30px;
	font-size: 13px;
	border: none !important;
	height: 30px !important;
	border-radius: 3px;
	padding: 0 18px 0 18px;
	cursor: pointer;
	color: #fff !important;
	background-color: #49b54e;
}

div.popup-msg-modal input[type=button]#modal-close{
	background-color: #ff7b32;
}