@charset "utf-8";

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none
}

[hidden] {
	display: none
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

button,
html,
input,
select,
textarea {
	color: #222
}

body {
	margin: 0;
	font-size: .875em;
	line-height: 1.8
}

::-moz-selection {
	background: #98cbff;
	color: #fff;
	text-shadow: none
}

::selection {
	background: #98cbff;
	color: #fff;
	text-shadow: none
}

* {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 400
}

ol,
ul {
	list-style: none
}

a {
	color: #474747;
	text-decoration: none
}

a:hover {
	/*	color:#fb0203;*/
	text-decoration: none
}

:focus,
a:focus {
	outline: 0
}

:active,
a:active {
	outline: 0
}

:focus {
	-moz-outline-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
td,
th {
	font-weight: 400;
	vertical-align: top;
	text-align: left
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle
}

svg:not(:root) {
	overflow: hidden
}

img.flLeft {
	margin-right: 15px
}

img.flRight {
	margin-left: 15px
}

.absolute {
	position: absolute
}

.absoluted>* {
	position: absolute
}

.rel {
	position: relative
}

.flLeft {
	float: left
}

.flRight {
	float: right
}

.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	overflow: hidden;
	height: 0
}

.inline {
	display: inline
}

input[type=checkbox],
input[type=radio] {
	vertical-align: -2px
}

textarea {
	resize: none;
	overflow: auto
}

input {
	visibility: visible;
	outline: 0
}

.mrgLast {
	margin-right: 0 !important
}

.mrgFirst {
	margin-left: 0 !important
}

form {
	margin: 0
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0
}

legend {
	border: 0;
	padding: 0;
	white-space: normal
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline
}

button,
input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0
}