/*
	coding by http://htmlcoding.su
*/
html, button, input, select, textarea {
	color: #333;
}
html {	
	background:#CCC;
	height:100%
}
body {
	font-size:75%;
	line-height: 1.4;
	background:#E1E8F2;
	min-height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif
}
a {
	color: #0066ba;
	text-decoration:none
}
a:hover {
	color:#e08814;
	text-decoration:none
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle
}
textarea {
	resize: vertical;
}
.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%
}
.hidden {
	display: none !important;
	visibility: hidden
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
::-webkit-input-placeholder {
	color: #909090;
	font-size:1em
}
:-moz-placeholder {
	color: #909090;
	font-size:1em
}
.placeholder {
	color: #909090;
	font-size:1em
}
.text-center {
	text-align:center
}
.text-right {
	text-align:right
}
.text-left {
	text-align:left
}
.rel {
	position:relative
}
.pull-left {
	float:left
}
.pull-right {
	float:right
}
.dotted {
	border-bottom:1px dotted;
	cursor:pointer;
	line-height:1em;
	position:relative;
	text-decoration:none !important;
	top:-2px
}
.dotted span {
	position:relative;
	top:2px;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none none
}
.b {
	font-weight:bold
}
.normal {
	font-weight:normal;
	font-style:normal
}
.s10 {
	font-size:10px;
}
.s11 {
	font-size:11px;
}
.s12 {
	font-size:12px;
}
.s13 {
	font-size:13px;
}
.s14 {
	font-size:14px;
}
.s15 {
	font-size:15px;
}
.s16 {
	font-size:16px;
}
.s18 {
	font-size:18px;
}
.s20 {
	font-size:20px;
}
.iblock {
	display:inline-block
}