.popup-background{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:rgba(0,0,0,0.4);
	display:none;
	height:100%;
	z-index:999;
}

.popup-wrapper{
	border: 7px solid transparent;
	width:400px;
	margin:auto auto;
	border-radius:7px;
	background-color: rgba(0,0,0,0.49);
}

.popup-container{
    box-shadow: 0px 0px 1px #000;
	border-radius:7px;
	overflow: hidden;
}

.popup-title{
	background:linear-gradient(to bottom, #797979, #464646);
	padding:10px 10px;
	color:#FFF;
	font-weight:bold;
	text-shadow: 0px 1px 0px #333;
	text-align:center;
    border-bottom: 1px solid #272727;
}

.popup-content{
	background: linear-gradient(to bottom, #efefef 0px,#fff 5px);
	width:100%;
}

.popup-icon-wrapper{
	display:table-cell;
	vertical-align:top;
	padding:10px;
	width:1%;
}

#popup-message{
	display:table-cell;
	vertical-align:middle;
	padding:10px 10px 10px 0;
    line-height: 150%;
}

.popup-footer{
	background-color: #e5e9eb;
    border-top: 1px solid #bababa;
	padding:10px;
	text-align:center;
}

.popup-footer input{
	width:100px;
}

.ics-popup {
    background-image: url('../image/ics_popup_window.png');
    background-repeat: no-repeat;
    display: block;
}

.ics-popup.error {
    width: 50px;
    height: 50px;
    background-position: 0px 0px;
}

.ics-popup.ok {
    width: 50px;
    height: 50px;
    background-position: -50px 0px;
}

.ics-popup.warning{
    width: 50px;
    height: 50px;
    background-position: -100px 0px;
}