html {
	height: 100%;
	width: 100%;
	background: #ffffff;
	background: -webkit-linear-gradient(top, #dbdbdb, #ffffff);
	background: -o-linear-gradient(top, #dbdbdb, #ffffff);
	background: -moz-linear-gradient(top, #dbdbdb, #ffffff);
	background: linear-gradient(to bottom, #dbdbdb , #ffffff);
}

body {
	font-size: 14px;
	font-weight: 500;
	color: #565657;
}

a {
	color: #6ac08e;
}
a:hover {
	text-decoration: underline;
	color: #6ac08e;
}

ul, ol {
	list-style-type: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
}
.hrow:after,
.hrow:before {
	content: '';
    display: table;
    line-height: 0;
	clear: both;
}
.layer {
	border: 5px solid rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.layer-content {
	background: #fff;
}

.loading-layer {
	overflow: hidden;
}
body.loading-layer:before,
body.loading-layer:after {
	position: fixed;
}

.loading-layer:after {
	content: url('../img/loading.gif');
}
.loading-layer:before,
.loading {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100000;
}
.loading-autoupdate {
	height: 30px;
	background: rgba(0, 0, 0, .5);
}
.loading-layer:before,
.loading-simple {
	top: 0;
	background: rgba(255, 255, 255, .85);
}
.loading-layer:after,
.loading:after {
	content: url('../img/loading.gif');
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 100001;
}

.confirm-hidden-block {
	display: none;
}