.qip_header DIV, .qip_header SPAN,
.qip_header H1, .qip_header H2, .qip_header H3, .qip_header H4, .qip_header H5, .qip_header H6, .qip_header P,
.qip_header A, .qip_header BIG,
.qip_header EM, .qip_header IMG,
.qip_header SMALL, .qip_header STRIKE, .qip_header STRONG, .qip_header SUB, .qip_header SUP,
.qip_header B, .qip_header U, .qip_header I, .qip_header CENTER,
.qip_header OL, .qip_header UL, .qip_header LI,
.qip_header FORM, .qip_header LABEL, .qip_header LEGEND,
.qip_header TABLE, .qip_header TBODY, .qip_header TFOOT, .qip_header THEAD, .qip_header TR, .qip_header TH, .qip_header TD {
	1margin:0;
	1padding:0;
	1border:0;
	1outline:0;
	1font-size:100%;
	1vertical-align:baseline;
	1background:transparent;
	1position:static;
	font-family: "Tahoma",sans-serif;
}

.qip_header * {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: none;
}

.qip_header input:focus,textarea:focus {
	outline: 0;
}

.qip_header button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.qip_header input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.qip_header header,footer,article,nav,section {
	display: block;
}

.qip_header input[disabled="disabled"] {
	cursor: default;
}

.qip_header a img,fieldset {
	border: 0;
}

.qip_header a {
	color: #000;
	text-decoration: none;
}

.qip_header a:hover {
	color: #4793C9;
	text-decoration: none;
}

.qip_header .input,
.qip_header .textarea {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #b7b9ba;
	background: white url(img/topline-white/input-search-bg.png) 0 0 repeat-x;
	height: 30px;
	font-size: 16px;
	font-weight: 200;
	padding: 0 0 0 12px;
	width: 100%;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	transition: all .1s ease-in;
}

.qip_header .input:focus,
.qip_header .textarea:focus {
	border: 1px solid #709cb3;
	-webkit-box-shadow: rgba(36,174,228,0.5) 0 0 3px;
	-moz-box-shadow: rgba(36,174,228,0.5) 0 0 3px;
	box-shadow: rgba(36,174,228,0.5) 0 0 3px;
}

.qip_header .placeholder {
	color: #aaa;
}

.qip_header .textarea {
	font-family: "Tahoma",sans-serif;
	padding: 8px 5px 5px 10px;
	height: 200px;
	line-height: 1.2;
}

.qip_header .qh_button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #fff!important;
	font: 16px/34px Tahoma,sans-serif;
	padding: 0 30px;
	height: 36px;
	border: 0;
	background: #09c;
	text-decoration: none;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}

.qip_header .qh_button:hover {
	-webkit-box-shadow: rgba(36,174,228,0.5) 0 0 3px;
	-moz-box-shadow: rgba(36,174,228,0.5) 0 0 3px;
	box-shadow: rgba(36,174,228,0.5) 0 0 3px;
}

.qip_header .qh_table {
	display: table;
}

.qip_header .qh_row {
	display: table-row;
}

.qip_header .qh_cell {
	display: table-cell;
	vertical-align: top;
}

.qip_header .qh_cell.align-left {
	text-align: left;
}

.qip_header .qh_cell.align-right {
	text-align: right;
}

.qip_header .qh_cell.align-center {
	text-align: center;
}

header.qip_header,
div.qip_header {
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	font-size: 62.5%;
	color: #999;
	height: 30px;
	background: #f5f6f7;
	border-bottom: 1px solid #dedede;
	-webkit-font-smoothing: antialiased;
	position: relative;
	z-index: 50;
}

header.qip_header:after,
div.qip_header:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

header.qip_header,
div.qip_header * {
	font-family: Tahoma;
}

.qip_header .qh_wrap {
	min-width: 940px;
	max-width: 1280px;
	margin: 0 auto;
	height: 30px;
	padding: 0 10px;
}

.qip_header .qh_static,
.qip_header .qh_static li {
	list-style: none;
}

.qip_header .qh_static {
	float: left;
	margin-left: -7px;
	margin-right: 4px;
}

.qip_header .qh_static:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qip_header .qh_static li {
	float: left;
	height: 30px;
}

.qip_header .qh_static li.active {
	-webkit-box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
}

.qip_header .qh_static li.active a {
	filter: alpha(opacity=100);
	opacity: 1;
	cursor: default;
	color: #fff;
}

.qip_header .qh_static a {
	filter: alpha(opacity=50);
	opacity: .5;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	-moz-transition: opacity .15s ease;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	-ms-transition: opacity .15s ease;
	transition: opacity .15s ease;
	margin: 0 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 26px;
}

.qip_header .qh_static a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.qip_header .qh-qip {
	background: url('img/topline-white/icons.png') 0 -214px no-repeat;
	width: 18px;
	height: 30px;
}

.qip_header .qh-mail {
	background: url('img/topline-white/icons.png') 0 -184px no-repeat;
	width: 40px;
	height: 30px;
}

.qip_header .qh-smotri {
	background: url('img/topline-white/icons.png') 0 -154px no-repeat;
	width: 47px;
	height: 30px;
}

.qip_header .qh-relax {
	background: url('img/topline-white/icons.png') 0 -124px no-repeat;
	width: 51px;
	height: 30px;
}

.qip_header .qh_split {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	background: url('img/topline-white/icons.png') 0 0 no-repeat;
	width: 3px;
	height: 30px;
}

.qip_header .qh_menu,
.qip_header .qh_menu li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	list-style: none;
	padding: 0 7px 0;
}

.qip_header .qh_menu li {
	position: relative;
}

.qip_header .qh_menu a {
	-moz-transition: color .15s ease;
	-webkit-transition: color .15s ease;
	-o-transition: color .15s ease;
	-ms-transition: color .15s ease;
	transition: color .15s ease;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 13px;
	line-height: 15px;
	margin-top: 6px;
}

.qip_header .qh_menu .qh_more span {
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	line-height: 15px;
	zoom: 1;
	*display: inline;
	background: transparent url(img/topline-white/text_dashed.png) 1px 100% no-repeat;
	position: relative;
	padding: 0 0px 2px 0px;
}

.qip_header .qh_menu .qh_more span:hover {
	background: transparent url(img/topline-white/text_dashed_hover.png) 1px 100% no-repeat;
}

.qip_header .qh_menu .qh_more b {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	background: url('img/topline-white/icons.png') 0 -108px no-repeat;
	width: 7px;
	height: 4px;
	margin: 1px 0 0 5px;
}

.qip_header .qh_menu .qh_pop {
	left: -5px;
}

.qip_header .qh_menu .qh_pop .qh_more span {
	background: 0;
	border: none;
}

.qip_header .qh_menu .qh_pop .qh_pop_content {
	padding: 10px 20px;
}

.qip_header .qh_menu .qh_pop .qh_pop_content p {
	padding: 4px 0;
}

.qip_header .qh_menu .qh_pop .qh_pop_content a {
	margin-top: 0;
}

.qip_header .qh_pop {
	display: none;
	position: absolute;
	top: 0;
	z-index: 10;
}

.qip_header .qh_pop .qh_more {
	color: #333;
}

.qip_header .qh_pop .qh_more span {
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	border: 0;
	margin-left: -1px;
	line-height: 14px;
}

.qip_header .qh_pop .qh_more:hover {
	color: #333;
}

.qip_header .qh_pop .qh_more b {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	background: url('img/topline-white/icons.png') 0 -108px no-repeat;
	width: 7px;
	height: 4px;
	margin: 1px 0 0 5px;
}

.qip_header .qh_pop .qh_pop_top {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	padding: 0 9px 0 12px;
	height: 31px;
	background: #fff;
	color: #000;
	/* -webkit-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.2);*/
	border-right: 1px solid #dedede;
	border-left: 1px solid #dedede;
}

.qip_header .qh_pop .qh_pop_content {
	-webkit-box-sizing: padding-box;
	-moz-box-sizing: padding-box;
	box-sizing: padding-box;
	/* -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
		box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
	border: 1px solid #dedede;
	border-top: none;
	background: #fff;
	color: #000;
	padding: 20px;
	font-size: 12px;
}

.qip_header .qh_pop .qh_pop_content a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	color: #000;
	white-space: nowrap;
}

.qip_header .qh_pop .qh_pop_content a:hover {
	color: #4793C9;
}

.qip_header .qh_pop .qh_pop_content a i {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-right: 7px;
}

.qh_ico {
	background-image: url(img/topline-white/project_icons.png);
	background-repeat: no-repeat;
	width: 16px !important;
	height: 16px !important;
}
.qh_ico.pr_news {
	background-position: 0 -100px;
}
.qh_ico.pr_aeterna {
	background-position: 0 -200px;
}
.qh_ico.pr_referats {
	background-position: 0 -300px;
}
.qh_ico.pr_kards {
	background-position: 0 -400px;
}
.qh_ico.pr_photo {
	background-position: 0 -500px;
}
.qh_ico.pr_video {
	background-position: 0 -600px;
}
.qh_ico.pr_how {
	background-position: 0 -700px;
}
.qh_ico.pr_love {
	background-position: 0 -800px;
}
.qh_ico.pr_horo {
	background-position: 0 -900px;
}
.qh_ico.pr_radio {
	background-position: 0 -1000px;
}


.qip_header .qh_pop .hq_opts {
	padding: 20px 0;
}

.qip_header .qh_pop .hq_opts:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qip_header .qh_pop .hq_opts div {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.qip_header .qh_pop .hq_opts .qh_button {
	min-width: 140px;
	margin-right: 20px;
	margin-top: 2px;
	padding: 0;
}

.qip_header .qh_pop .hq_opts .qh_more a {
	color: #09c;
	font-size: 11px;
	text-decoration: underline;
}

.qip_header .qh_pop .hq_opts .qh_more a:hover {
	color: #09c;
	text-decoration: none;
}

.qip_header .qh_pop .hr {
	height: 0;
	font: 0/0 a;
	border-top: 1px solid #d3d3d3;
	margin: 0 -20px;
}

.qip_header .qh_pop .qh_form_msg {
	display: none;
	width: 250px;
	font-size: 11px;
	position: absolute;
	padding: 6px 10px 7px;
	background: #09c;
	color: #fff;
	top: 25px;
	left: 20px;
	/*  white-space: nowrap;*/
}

.qip_header .qh_pop .qh_form_msg a {
	vertical-align: top;
	color: #fff;
	text-decoration: underline;
}

.qip_header .qh_pop .qh_form_msg a:hover {
	color: #fff;
	text-decoration: none;
}

.qip_header .qh_pop .qh_form_msg .qh_tail {
	position: absolute;
	bottom: -6px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #09c;
}

.qip_header .qh_pop .qh_form_msg.qh_error {
	background: #d32e20;
}

.qip_header .qh_pop .qh_form_msg.qh_error .qh_tail {
	border-top: 6px solid #d32e20;
}

.qip_header .qh_search {
	float: right;
	padding-right: 7px;
	position: relative;
}

.qip_header .qh_search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-moz-transition: background-color .15s ease;
	-webkit-transition: background-color .15s ease;
	-o-transition: background-color .15s ease;
	-ms-transition: background-color .15s ease;
	transition: background-color .15s ease;
	background-image: url(img/topline-white/icons/zoom.png);
	background-position: 132px 4px;
	background-repeat: no-repeat;
	background-color: #fff;
	padding: 0 20px 1px 5px;
	color: #666;
	border: 1px solid #bababa;
	width: 150px;
	height: 20px;
	font-size: 12px;
	font-family: Tahoma;
	margin-top: 5px;
}

.qip_header .qh_search input:focus {
	-webkit-box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
	-moz-box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
	box-shadow: inset 0 1px 2px grba(0,0,0,0.3);
	background-image: url(img/topline-white/icons/zoom_active.png);
	background-position: 132px 4px;
	background-repeat: no-repeat;
	background-color: #fff;
	border: 1px solid #09c;
	color: #000;
}

.qip_header .qh_login_block {
	position: relative;
	float: right;
	height: 30px;
	padding-left: 12px;
}

.qip_header .qh_login_block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qip_header .qh_login_block .qh_item {
	list-style: none;
	float: left;
	position: relative;
}

.qip_header .qh_login_block .qh_enter {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	font-size: 13px;
	vertical-align: middle;
	line-height: 14px;
	margin: 7px 6px 0 3px;
	/*border-bottom: 2px dotted #777777;*/
	padding: 0 0 2px 0px;
	-moz-transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	-ms-transition: all .15s ease;
	transition: all .15s ease;
	background: transparent url(img/topline-white/text_dashed.png) 0 100% no-repeat;
}

.qip_header .qh_login_block .qh_enter:hover {
	background: transparent url(img/topline-white/text_dashed_hover.png) 0 100% no-repeat;
}

.qip_header .qh_login_block .ico {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: 7px;
	margin-left: 4px;
}

.qip_header .qh_login_block .fb {
	background: url('img/topline-white/icons.png') -3px 0 no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .fb:hover,.qh_login_block .fb.color {
	background: url('img/topline-white/icons.png') -32px -62px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .vk {
	background: url('img/topline-white/icons.png') -23px -108px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .vk:hover,.qh_login_block .vk.color {
	background: url('img/topline-white/icons.png') 0 -78px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .tw {
	background: url('img/topline-white/icons.png') -16px -78px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .tw:hover,.qh_login_block .tw.color {
	background: url('img/topline-white/icons.png') -7px -108px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .gp {
	background: url('img/topline-white/icons.png') -35px 0 no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .gp:hover,.qh_login_block .gp.color {
	background: url('img/topline-white/icons.png') -19px 0 no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .mr {
	background: url('img/topline-white/icons.png') -16px -62px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .mr:hover,.qh_login_block .mr.color {
	background: url('img/topline-white/icons.png') 0 -62px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .ya {
	background: url('img/topline-white/icons.png') -31px -30px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .ya:hover,.qh_login_block .ya.color {
	background: url('img/topline-white/icons.png') 0 -46px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .ok {
	background: url('img/topline-white/icons.png') -32px -46px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .ok:hover,.qh_login_block .ok.color {
	background: url('img/topline-white/icons.png') -16px -46px no-repeat;
	width: 16px;
	height: 16px;
}

.qip_header .qh_login_block .qh_pop {
	right: -5px;
	text-align: right;
}

.qip_header .qh_login_block .qh_pop .qh_pop_top b {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	font-size: 13px;
	font-weight: 700;
	line-height: 14px;
	margin-top: 7px;
	cursor: pointer;
	font-weight: normal;
	margin-right: 1px;
	padding-bottom: 2px;
}

.qip_header .qh_login_block .qh_pop .qh_pop_content {
	text-align: left;
}

.qip_header .qh_socials {
	padding: 15px 0 0;
}

.qip_header .qh_logged {
	float: right;
	height: 30px;
	padding-left: 3px;
}

.qip_header .qh_logged:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.qip_header .qh_logged .qh_userimg {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	width: 25px;
	height: 25px;
	margin: 2px 7px 0;
	position: relative;
}

.qip_header .qh_logged .qh_userimg .qh_avatar {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	max-width: 26px;
	max-height: 26px;
	cursor: pointer;
}

.qip_header .qh_logged .qh_service {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	font-size: 13px;
	line-height: 13px;
	color: #ccc;
}

.qip_header .qh_logged .qh_service i {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-right: 3px;
	height: 30px;
	overflow: hidden;
}

.qip_header .qh_logged .qh_service span {
	text-decoration: underline;
	display: inline-block;
	width: 50px;
	overflow: hidden;
}

.qip_header .qh_logged .qh_pop {
	top: -2px;
	right: -10px;
	text-align: right;
}

.qip_header .qh_logged .qh_pop .qh_pop_content {
	text-align: left;
}

.qip_header .qh_logged .qh_pop .qh_avatar {
	margin-top: 2px;
}

.qip_header .qh_logged .qh_pop .qh_avatar_big {
	max-width: 100px;
	max-height: 100px;
}

.qip_header .qh_logged .qh_pop .qh_username {
	padding: 2px 0 3px;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	max-width: 240px;
	min-width: 150px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.qip_header .qh_logged .qh_usermenu {
	padding-top: 10px;
}

.qip_header .qh_logged .qh_usermenu a {
	display: block;
	margin: 0 -20px;
	padding: 4px 0 4px;
}

.qip_header .qh_logged .qh_usermenu a span {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: top;
	padding: 0 20px;
}

.qip_header .qh_logged .qh_usermenu a:hover {
	background: #09c;
	color: #fff;
}

.qh_logged .qh_usermenu .hr {
	margin: 5px -20px;
}

.qip_header .project_menu {
	float: right;
	height: 30px;
	padding-left: 7px;
	position: relative;
}

.qip_header .project_menu u {
	background: url('img/topline-white/icons.png') 0 0 no-repeat;
	width: 3px;
	height: 30px;
	display: block;
	float: left;
}

.qip_header .project_menu a {
	display: block;
	float: left;
	width: 28px;
	height: 30px;
	overflow: hidden;
	filter: alpha(opacity=50);
	opacity: .5;
	-moz-transition: opacity .15s ease;
	-webkit-transition: opacity .15s ease;
	-o-transition: opacity .15s ease;
	-ms-transition: opacity .15s ease;
	transition: opacity .15s ease;
}

.qip_header .project_menu a:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.qip_header .project_menu .ico-question {
	background: url('img/topline-white/icons.png') 0 -304px no-repeat;
	width: 28px;
	height: 30px;
}

.qip_header .project_menu .ico-list {
	background: url('img/topline-white/icons.png') 0 -244px no-repeat;
	width: 29px;
	height: 30px;
}

.qip_header .project_menu .ico-multiple {
	background: url('img/topline-white/icons.png') 0 -274px no-repeat;
	width: 28px;
	height: 30px;
}

.qip_header .qh_reg_data {
	width: 270px;
	font-size: 12px;
}

.qip_header .qh_reg_data .qh_cell {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 0 0;
}

.qip_header .qh_reg_data .no_pt .qh_cell {
	padding-top: 10px;
}


.qip_header .qh_reg_data .input {
	font-size: 14px;
	font-family: Tahoma,sans-serif;
	padding: 0 0 0 8px;
	width: 99.8%;
}

.qip_header .qh_reg_data .js-sel_mail {
	width: 124px;
	margin-left: 5px;
}

.qip_header .qh_reg_data .input_valid {
	position: relative;
}

.qip_header .qh_reg_data .valid .input,
.qip_header .qh_reg_data .valid .chzn-container-single .chzn-single {
	border: 1px solid #00862d;
	-webkit-box-shadow: rgba(0,134,45,0.5) 0 0 2px;
	-moz-box-shadow: rgba(0,134,45,0.5) 0 0 2px;
	box-shadow: rgba(0,134,45,0.5) 0 0 2px;
}

.qip_header .radio {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	margin-top: -1px;
	background: url(img/topline-white/radio.png);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.qip_header .qh_checkbox {
	width: 15px;
	height: 15px;
	margin-right: 8px;
	margin-top: -2px;
	background: url(img/topline-white/checkbox.png);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}

.qip_header .qh_hidden_frame {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: -1;
}

.qip_header .qh_usermail {
	max-width: 240px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.qip_header .qh_reg_data .input_valid input {
	padding-right: 30px;
	text-transform: capitalize;
}


.qip_header .qh_reg_data .input_login {
	width: 140px;
	float: left;
}


.qip_header select {
	-moz-box-sizing: border-box;
	border: 1px solid #B7B9BA;
	border-radius: 3px 3px 3px 3px;
	font-size: 14px;
	font-family: Tahoma,sans-serif;
	font-weight: 200;
	height: 30px;
	float: left;
	padding: 4px 3px 4px 6px;
}

.qip_header select * {
	padding: 0 0 0 5px;
}

.qip_header .qh_reg_data .qh_at {
	color: #09c;
	font-size: 14px;
	margin: 0 4px;
	line-height: 28px;
	float: left;
}
.qip_header .qh_cell label * {
	vertical-align: bottom;
}

.qip_header input.qh_err_fld {
	border-color: #D32E20;
}


/* new year 2014 */
.qip_header.qh_new-year, .qip_header.qh_new-year{
	background: url('img/topline-white/new-year-bg.png') repeat-x;
}
.qip_header.qh_new-year a {
	color: #ccc;
}
.qip_header.qh_new-year a:hover {
	color: #fff;
}
.qip_header.qh_new-year .qh_static a{
	opacity: 0.7;
}
.qip_header.qh_new-year .qh_static a:hover{
	opacity: 1;
}