#BerHaSil{
	position: fixed;
	bottom: -50px;
	left: 30px;
	max-width: 600px;
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/files/border-radius.htc);
	z-index: 9999;
	-moz-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	background: hsla(0, 0%, 20%, 0.9) !important;
	color: #ada !important;
	border: #000 !important;
	border: 0;
	transition: 1s;
}
#jengkiError,#GaGal,.GaGal{
	position: fixed;
	bottom: -130px;
	left: 30px;
	max-width: 600px;
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/files/border-radius.htc);
	z-index: 9999;
	-moz-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	background: hsla(0, 0%, 20%, 0.9) !important;
	color: #daa !important;
	border-color: #000 !important;
	border: 0;
}
#inFo{
	position: fixed;
	bottom: -50px;
	left: 50px;
	cursor: pointer;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	behavior: url(/files/border-radius.htc);
	z-index: 9999;
	-moz-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	-webkit-box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
	box-shadow: 5px 5px 15px rgba(68,68,68,0.3);
}
.scrollToTop{
	width:60px;
	height:60px;
	text-align:center;
	background: #23c7c6;
	color: #fff;
	position:fixed;
	bottom:20px;
	right:20px;
	padding-top: 15px;
	-moz-box-shadow: 0px 0px 5px rgba(68,68,68,0.5);
	-webkit-box-shadow: 0px 0px 5px rgba(68,68,68,0.5);
	box-shadow: 0px 0px 5px rgba(68,68,68,0.5);
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	border-radius: 50%;
	z-index:9999;
	cursor: pointer;
	font-size: 18px
}
.scrollToTop:hover{
	text-decoration:none;
	box-shadow: 0px 0px 10px rgba(68,68,68,0.5);
}
.layer-message{
	z-index: 1050;
	display: inline-block;
	position: fixed;
	/*margin-left: 30%;*/
	/*margin: 0 auto;*/
	bottom: -50px;
	left: 50px;
	box-shadow: 3px 5px 10px #cfcfcf;
	cursor: pointer;
	max-width: 600px;
	min-width: 200px;
	max-height: 400px;
	overflow: auto;
}
