html, body, div, span, h1, h2, h3, p, button, a, em, img, q, s, b, u, i, input, label, footer, header, menu {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

html,body {
	width:100%;
	height: 100%;
	background: #efeff4;
}

body {
	color: #000;
    position: relative;
	direction: ltr;
	font-family: 'Segoe UI', Arial, Helvetica, 'Lucida Sans', sans-serif;
}

a, a:visited {color: #007360;}

a:hover {
	color: #03947c;
	outline: 0;
}

a:focus, a:active {
	color: #1d564d;
	outline: 1px dashed;
}

h1, h1 span {
	font-size: 1.7em;
	font-weight:normal;
	color:#4a4a4a;
}

p {
	font-size:0.8em;
    margin-bottom: 7px;
    line-height:150%
}

.wrapper {
	height:100%;
	width:100%;
}

.main {
	margin: 0 auto;
	position: relative;
	width: 770px;
	text-align:center;
}

.loader {
	margin-top:150px;
}

.note {
	font-size:0.9em;
	margin-top:10px;
}

.product-name {
	padding-top:30px;
	color:#7b7b7c;
	font-size:0.9em;
}

.buttons {
	margin: 20px 0 0 0;
	font-size:0;
}

.button_borderless {
	color: #2cab8f;
	font-size:18px;
    font-weight: normal;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	line-height: 46px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
	margin:0 5px;
	padding:0 25px;
	cursor:pointer;
}

.button:hover, .button:active, .button:visited {
	background: #dde8e6;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dde8e6), color-stop(100%,#f8f9f9));
	background: -webkit-linear-gradient(top,  #dde8e6 0%,#f8f9f9 100%);
	background: -ms-linear-gradient(top,  #dde8e6 0%,#f8f9f9 100%);
	background: -moz-linear-gradient(top,  #dde8e6 0%,#f8f9f9 100%);
	background: linear-gradient(top bottom,  #dde8e6 0%,#f8f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde8e6', endColorstr='#f8f9f9',GradientType=0 );
}
.button_borderless {border:none;}
.button_borderless:hover, .button_borderless:active, .button_borderless:visited {
	color: #20d0a8;
	border:0;
}
.button:focus {outline: 1px dashed;}

.provider_logo {
	font-style:italic;
	color:#b5b5b8;
	font-size:1em;
	overflow:auto;
	float:right;
	margin:0 20px 8px 0;
}
.kl_logo {
	font-style:italic;
	color:#b5b5b8;
	font-size:1em;
	overflow:auto;
	text-align:left;
	margin-left:20px;
}

.footer {position:absolute; bottom:40px; width:100%;}
.center {text-align:center;}

h1 {
    text-align: center;
}
p {
    text-align: center;
}


.buttons {
	margin: 30px auto 0;
	font-size: 0;
}

.button-wrapper {
	padding: 1px;
	*padding:1px 1px 0 1px;
	background: #707473;
	background: -webkit-linear-gradient(top, #929a99 0%,#5f6362 100%);
	background: -moz-linear-gradient(top, #929a99 0%,#5f6362 100%);
	background: linear-gradient(to bottom, #929a99 0%,#5f6362 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#929a99', endColorstr='#5f6362',GradientType=0 );
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	border-radius: 3px;
	margin:0 5px 10px 5px;
	box-shadow: 1px 1px 2px 0px #c7c7c7;
	position: relative;
	cursor:pointer;
	overflow:hidden;
}

/* for bow-shadow correct behavior in IE */
.button-wrapper::after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:url(null.gif);
}

.button-wrapper:active {
	box-shadow: none;
}

/* IE9+, for blurry edges */
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	.button-wrapper {
		background:none;
		padding:0px;
		border: 1px solid #707473;
		filter:none;
	}
}

/* edge, for blurry edges */
@supports (-ms-ime-align:auto) {
	.button-wrapper { 
		background:none;
		padding:0px;
		border: 1px solid #707473; 
	}
}

button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.button {
	background: #f8f9f9;
	background: -moz-linear-gradient(top, #f8f9f9 0%, #dde8e6 90%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #f8f9f9 0%,#dde8e6 90%,#ffffff 100%);
	background: linear-gradient(to bottom, #f8f9f9 0%,#dde8e6 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f9f9', endColorstr='#dde8e6',GradientType=0 );
	color: #2a3333;
	text-align: center;
	cursor:pointer;
	white-space: nowrap;
	touch-action: manipulation;
	text-shadow: 0 1px 0 white;
	border-radius:2px;
	outline: 0;
	border: 0;
}

.button:hover, .button-wrapper:hover .button {
	background: #e6efed;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6efed 90%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e6efed 90%,#ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e6efed 90%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6efed',GradientType=0 );
}

.button:active, .button-wrapper:active .button {
	background: #dde8e6;
	background: -webkit-linear-gradient(top,  #dde8e6 0%,#f8f9f9 100%);
	background: -moz-linear-gradient(top, #dde8e6 0%,#f8f9f9 100%);
	background: linear-gradient(top bottom, #dde8e6 0%,#f8f9f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dde8e6', endColorstr='#f8f9f9',GradientType=0 );
}

.button__text {
	padding: 7px 15px;
	line-height: 1.1;
	display: block;
	font-size: 14px;
	font-weight: 500;
	border-style: dashed;
	border-width: 1px;
	border-color:transparent;
	margin:1px;
	border-radius:2px;
}

form[disabled="disabled"], form[disabled] {pointer-events:none;}

.button[disabled="disabled"], .button[disabled] {opacity:0.8; color:#777;}

.button:focus .button__text {border-color: #999;}

.button:active .button__text {border-color: transparent;}

.button__text::selection {background: transparent;}

.button-wrapper_recommended {
	background: #0c8559;
	background: -webkit-linear-gradient(top, #0c8559 0%,#037d61 100%);
	background: -moz-linear-gradient(top, #0c8559 0%,#037d61 100%);
	background: linear-gradient(to bottom, #0c8559 0%,#037d61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c8559', endColorstr='#037d61',GradientType=0 );
	box-shadow: 1px 1px 2px 0px #c7c7c7;
}

.button_recommended {
	background: #00B38A;
	background: -moz-linear-gradient(top, #00B38A 0%, #009B78 90%, #1FB794 100%);
	background: -webkit-linear-gradient(top, #00B38A 0%,#009B78 90%,#1FB794 100%);
	background: linear-gradient(to bottom, #00B38A 0%,#009B78 90%,#1FB794 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00B38A', endColorstr='#1FB794',GradientType=0 );
	color: #fff;
	text-shadow: 0 1px 0 #555;
}

.button_recommended:hover, .button-wrapper:hover .button_recommended {
	background: #00C6A7;
	background: -moz-linear-gradient(top, #00C6A7 0%, #11A68D 90%, #1FBB98 100%);
	background: -webkit-linear-gradient(top, #00C6A7 0%,#11A68D 90%,#1FBB98 100%);
	background: linear-gradient(to bottom, #00C6A7 0%,#11A68D 90%,#1FBB98 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C6A7', endColorstr='#1FBB98',GradientType=0 );
}

.button_recommended:active, .button-wrapper:active .button_recommended {
	background: #008869;
	background: -webkit-linear-gradient(top,  #008869 0%,#00B188 100%);
	background: -moz-linear-gradient(top, #008869 0%,#00B188 100%);
	background: linear-gradient(top bottom, #008869 0%,#00B188 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008869', endColorstr='#00B188',GradientType=0 );
}

#spinner {
	margin: 0 auto 10px;
	width:70px;
    text-align: center;
}

#loader_old {display:none;}

#loader {
	display: block;
	-moz-animation: 1s rotateRight infinite linear; 
	-webkit-animation: 1s rotateRight infinite linear;
	animation: 1s rotateRight infinite linear;
}

.lt-ie9 #loader_old {display: block;}

.lt-ie9 #loader {display: none;}

@-moz-keyframes rotateRight {
	0% {
		-moz-transform: rotate(0deg);
		-moz-transform-origin: 50% 50%;
	}

	100% {
		-moz-transform: rotate(360deg);
	}
}

@-webkit-keyframes rotateRight {
	0% {
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: 50% 50%;
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes rotateRight {
	0% { 
		transform:rotate(0deg); 
		transform-origin:50% 50%; 
	}
	100% { 
		transform:rotate(360deg); 
	}
}

.checkbox {
	margin-top:20px;
	font-size:14px;
	clear:both;
}

.checkbox label { vertical-align: middle;}

input[type=checkbox] {
	height: 16px;
	width: 16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}