		 /* Popup box BEGIN */
.popup{
	background:rgba(0,0,0,.4);
	height:100%;
	position:fixed;
	text-align:center;
	top: 0;
	left:0;
	width:100%;
	z-index:10000;
}
.popup-body{
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.popup > div {
	color: #000;
	background-color: #fff;
	box-shadow: 10px 10px 60px #555;
	display: inline-block;
	height: auto;
	min-height: 100px;
	vertical-align: middle;
	width: 60%;
	position: relative;
	border-radius: 8px;
	padding: 15px 5%;
	margin-top: 20px;
}
/* Popup box END */
/* Bar BEGIN */
.bottom, .top {
	position: fixed;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: auto;
	text-align: center;
}
.top {
	top: 0;
}
.bottom {
	bottom: 0;
}
.top-body, .bottom-body {
	display:inline-block;
	height:100%;
	vertical-align:middle;
}
.top > div,.bottom > div {
	color: #000;
	background-color: #f00;
	position: relative;
	width: 100%;
	min-height: 30px;
	border-radius: 8px;
	padding: 1px 1%;
	margin-top: 1px;
}
/* Bar END*/
/* Controls */
.notification-close {
	color: #000;
	background-color: transparent;
	border: transparent;
	cursor: pointer;
	font-family: arial;
	font-weight: bold;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 25px;
	height: 30px;
	text-align: center;
}
.close:hover {
	background-color: #ccc;
}
/* Move notifications down from admin bar */
.topBuffer {
	top: 32px !important;
}		