/* Messenger on the bottom
----------------------------------------- */

/*** Container ***/

#messenger {
	background: url(../../images/messenger_bg.gif) 0 0 repeat-x;
	bottom: 0;
	height: 33px;
	position: fixed;
	width: 100%;
	z-index: 3202;
}
* html #messenger {
	position: absolute;
	right: 0;
	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) : document.body.scrollTop + (document.body.clientHeight-this.clientHeight));
}
#messenger #inner {
	margin: 0 auto;
	overflow: hidden;
	width: 960px;
}
#messenger ul {
	float: right;
	padding-top: 1px;
}
#messenger li {
	border-left: 1px solid #b5b5b3;
	border-right: 1px solid #f8f8f8;
	float: left;
	min-width: 104px;
	white-space: nowrap;
}
#messenger li span {
	color: #DD040C;
	display: inline-block;
	font-weight: bold;
	padding: 0;
}
#messenger li span::after {
	content: " ";
	display: inline-block;
	width: 3px;
}
#messenger li a {
	color: #4c4c4c;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0 7px 30px;
}
#messenger li a::after {
	content: " ";
	display: inline-block;
	width: 5px;
}
#messenger li.active {
	background: url(../../images/msg_active_bg.gif) 0 0 repeat-x;
}
#messenger li.arrow {
	background: url(../../images/msg_arrow_bg.gif) 0 0 repeat-x;
	min-width: 30px;
}
#messenger li.arrow a::after {
	width: 0;
}
#messenger li a.messages {
	background: url(../../images/msg_messages.png) 6px 10px no-repeat;
	padding-left: 27px;
}
#messenger li a.chat {
	background: url(../../images/msg_chat.png) 29px 10px no-repeat;
	padding-left: 49px;
}
#messenger li a.offer {
	background: url(../../images/msg_offer.png) 18px 8px no-repeat;
	padding-left: 38px;
}
#messenger li a.help {
	background: url(../../images/msg_help.png) 10px 9px no-repeat;
}
#messenger li a.open {
	background: url(../../images/msg_arrow_close.png) 7px 9px no-repeat;
	height: 16px;
}
#messenger li a.close {
	background: url(../../images/msg_arrow_open.png) 7px 9px no-repeat;
	height: 16px;
}

/*** Messenger windows ***/
#msgbox {
	background: #f4f5f3 url(../../images/msgbox_header.jpg) repeat-x 0 0;
	border-color: #cdd0c9;
	border-radius: 7px 7px 0 0;
	border-style: solid;
	border-width: 1px 1px 0;
	bottom: 33px;
	min-width: 453px;
	overflow: hidden;
	padding-bottom: 5px;
	position: fixed;
	right: 0;
	z-index: 5002;
}

#msgbox .header .close-x {
	background: url(../../images/ico_chat_close.png) 0 0 no-repeat;
	display: block;
	float: right;
	height: 15px;
	margin-right: 10px;
	text-indent: -10000px;
	width: 15px;
}
#msgbox .header .close-x:hover {
	background: url(../../images/ico_chat_close.png) 0 -15px no-repeat;
}

#messages_window .content {
	background-color: #fff;
	border: 1px solid #cdd0c9;
	margin: 7px 0 0 5px;
	max-height: 365px;
	overflow: auto;
	padding: 5px 10px;
	position: relative;
	width: 420px;
}
#messages_window .content .box-carprize {
	background-image: url(../../images/carprize-bg.png);
	background-repeat: no-repeat;
	height: 265px;
	margin: 10px auto 15px;
	position: relative;
	width: 170px;
}
#messages_window .content .box-carprize.price10000 {
	background-position: 0 0;
}
#messages_window .content .box-carprize.price20000 {
	background-position: 0 -265px;
}
#messages_window .content .box-carprize.price50000 {
	background-position: 0 -530px;
}
#messages_window .content .box-carprize span {
	display: block;
	font-size: 16px;
	height: 20px;
	line-height: 21px;
	position: absolute;
	text-align: center;
	top: 152px;
}
#messages_window .content .box-carprize span.serie {
	left: 26px;
	width: 33px;
}
#messages_window .content .box-carprize span.number {
	left: 66px;
	width: 79px;
}
#messages_window .content .box-carprize.price10000 span {
	color: #6d372d;
}
#messages_window .content .box-carprize.price20000 span {
	color: #a84111;
}
#messages_window .content .box-carprize.price50000 span {
	color: #35395a;
}

* html #msgbox {
	position: absolute;
	right: 0;
	top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop + (documentElement.clientHeight-this.clientHeight) - 34 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight));
}
#msgbox #messages_window div.header {
	height: 33px;
	padding: 0;
}
#msgbox #messages_window div.header .close-x {
	margin-top: 10px;
}
#msgbox #messages_window div.header ul {
	border-bottom: 1px solid #989996;
	float: left;
	height: 27px;
	margin: 0;
	padding: 6px 0 0 4px;
}
#msgbox #messages_window div.header ul li {
	background-color: #FFF;
	border-radius: 5px 5px 0 0;
	float: left;
	font-size: 12px;
	height: 21px;
	margin: 1px 4px 0 0;
	padding: 5px 13px 0 10px;
	position: relative;
}
#msgbox #messages_window div.header ul li span {
	color: #dd040c;
	font-weight: bold;
	padding-right: 2px;
}
#msgbox #messages_window div.header ul li a:hover {
	text-decoration: underline;
}
#msgbox #messages_window div.header ul li.active {
	background-color: #f4f5f3;
	border-color: #989996;
	border-style: solid;
	border-width: 1px 1px 0;
	height: 22px;
	margin-top: 0;
}
#msgbox #messages_window div.header ul li.active a {
	color: #4c4c4c;
}
#msgbox #messages_window div.header ul li.active a:hover {
	text-decoration: none;
}
#msgbox ul.links {
	background: url(../../images/gray_dot.gif) 0 100% repeat-x;
	border-bottom: 1px solid #fff;
	height: 19px;
	margin: 0;
	padding: 7px 15px 0 15px;
}
#msgbox ul.links li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin: 0 12px 0 0;
}
#msgbox ul.links li a:hover {
	text-decoration: underline;
}
#msgbox ul.links li.right {
	float: right;
	margin: 0 0 0 12px;
}
#msgbox .content .message {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 6px;
	overflow: hidden;
	padding: 0 2px 8px;
	position: relative;
}
#msgbox .content .message.message_detail {
	border-bottom: none;
}
#msgbox .content .message h4 {
	font-size: 14px;
	margin-bottom: 6px;
}
#msgbox #offers_window .content .message h4 {
	color: #2183a8;
}

#msgbox .content .message .date {
	color: #898989;
	float: right;
	font-size: 11px;
	font-weight: bold;
	padding: 0 16px;
}
#msgbox .content .message .date span {
	color: #dd040c;
	display: inline-block;
	padding: 0 5px;
}
#msgbox .content .message_success .text {
	font-weight: bold;
}
#msgbox .content .message .date_user {
	color: #404140;
	font-size: 11px;
	font-weight: bold;
}
#msgbox .content .message .text,
#msgbox .content .message .text_unread {
	font-size: 12px;
	line-height: 14px;
	padding: 5px 0;
}
#msgbox .content .message .text_unread {
	font-weight: bold;
}
#msgbox .content .message .text a:hover,
#msgbox .content .message .text_unread a:hover {
	text-decoration: underline;
}
#msgbox .content .message .text img {
	border: 1px solid #bcbebb;
	float: left;
	margin: 0 14px 0 0;
}
#msgbox #offers_window .content .message .text img {
	border: none;
	float: right;
	margin: 0 0 0 14px;
}
#msgbox .content .message .text input[type="checkbox"],
#msgbox .content .message .text_unread input[type="checkbox"] {
	float: left;
	margin: 1px 6px 1px 0;
}

#msgbox .content .message a.close {
	background: #f4f5f3 url(../../images/msgbox_x.gif) no-repeat 0 0;
	display: block;
	height: 15px;
	line-height: 200px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 15px;
}
#msgbox .content .message a.close:hover {
	background-position: 0 -15px;
}
#msgbox .content .message_long {
	width: 405px;
}
#offers_window .content .message_detail,
#msgbox .content .message_last {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#msgbox .content .message_detail {
	padding-bottom: 0;
}
#msgbox .content .message_detail .text {
	padding-bottom: 0;
}
#msgbox .content .message_detail .text p {
	padding-bottom: 10px;
}
#offers_window .content .message_detail .btn_cont {
	border-top: 1px solid #e3e3e3;
	height: 31px;
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
}
#msgbox .content .message .title {
	padding-top: 4px;
}
#msgbox .content .message .title a {
	font-size: 12px;
}
#msgbox .content .message .title a:hover {
	text-decoration: underline;
}
#msgbox .content .likeit {
	color: #898989;
	font-size: 11px;
	height: 20px;
}
#msgbox .content .likeit a {
	color: #898989;
	display: block;
	float: left;
	font-size: 11px;
	height: 15px;
	margin-right: 10px;
	overflow: hidden;
	padding: 0 17px 0 0;
}
#msgbox .content .likeit a.like {
	background: url(../../images/msgbox_like.gif) no-repeat 100% 0;
}
#msgbox .content .likeit a.like:hover {
	background-position: right -15px;
	color: #404140;
}
#msgbox .content .likeit a.dislike {
	background: url(../../images/msgbox_dislike.gif) no-repeat 100% 1px;
}
#msgbox .content .likeit a.dislike:hover {
	background-position: right -14px;
	color: #404140;
}
#msgbox .content .likeit span {
	display: block;
	float: left;
}
#msgbox .content .message_success {
	background: #dce89c url(../../images/ico_msg_success.gif) 10px 17px no-repeat;
	border-radius: 6px;
	border-top: 1px solid #c6d18d;
	margin: 10px 0 20px;
	padding: 5px 30px 0 50px;
	width: 337px;
}
#msgbox .question {
	background-color: #8d9385;
	border-radius: 6px;
	bottom: 50%;
	margin-bottom: -60px;
	left: 87px;
	padding: 8px;
	position: absolute;
	width: 238px;
	z-index: 1200;
}
#msgbox .question .border {
	background-color: #fffbe7;
	border: 1px solid #626a55;
	border-radius: 6px;
	padding: 15px 10px 13px;
}
#msgbox .question p {
	border-bottom: 1px solid #babab9;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	padding: 0 0 13px 0;
	text-align: center;
}
#msgbox .question p.loader {
	border: none;
	margin: 0;
	padding: 0;
}
#msgbox .question .buttons {
	padding: 0;
}
#msgbox div.header {
	border-bottom: 1px solid #989996;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	height: 23px;
	line-height: 16px;
	padding: 10px 0 0 18px;
}
#msgbox .showme {
	display: none;
}
#msgbox .content .message_writetous {
	border-bottom: 1px solid #e3e3e3;
	margin: 0 0 10px;
	padding: 0 0 8px 2px;
	position: relative;
	width: 390px;
}
#msgbox .content .message_writetous label {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-top: 2px;
	width: 58px;
}
#msgbox .content .message_writetous input {
	border: 1px solid #c9cbc5;
	color: #898989;
	float: left;
	font: 12px/22px Arial, helvetica, "Nimbus Sans L", sans-serif;
	height: 22px;
	padding: 0 0 0 5px;
	width: 325px;
}
#msgbox .content .message_writetous textarea {
	background-color: #fff;
	border: 1px solid #c9cbc5;
	font: 12px/16px Arial, helvetica, "Nimbus Sans L", sans-serif;
	height: 120px;
	margin: 10px 0 8px;
	padding: 5px 2px 4px 6px;
	resize: none;
	width: 380px;
}
#msgbox .content .message_writetous textarea + .counter {
	float: right;
}
#msgbox .content .message_writetous #captcha-holder {
	overflow: hidden;
}
#msgbox .content .message_writetous #captcha-holder label {
	width: 150px;
}
#msgbox .content .message_writetous #captcha-holder input {
	width: 60px;
}
#msgbox .content .message_writetous #captcha-holder img {
	float: right;
}
#msgbox .content .message_writetous .captcha-error {
	padding-left: 27px;
	font-weight: bold;
	color: #e9030b;
	background: url(../../images/icon_error.gif) 0 0 no-repeat;
}

#chat_window {
	position: relative;
}
#chat_window .content {
	background-color: #fff;
	border: 1px solid #cdd0c9;
	margin: 7px 0 0 5px;
	max-height: 267px;
	overflow: auto;
	padding: 5px 0 5px 10px;
	position: relative;
	width: 430px;
}
#chat_window .form {
	padding: 5px 0 0 5px;
}
#chat_window .form .title {
	background: url(../../images/msgbox_chat_textarea.gif) no-repeat 19px 100%;
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	padding: 0 0 12px 13px;
	position: relative;
	z-index: 2;
}
#chat_window .form .inputs {
	height: 61px;
	position: relative;
}
#chat_window .form .inputs textarea {
	background-color: #fffbe7;
	border: 1px solid #9d9e9b;
	float: left;
	font: 12px/16px Arial, helvetica, "Nimbus Sans L", sans-serif;
	height: 50px;
	margin: 0 10px 0 0;
	padding: 5px 2px 4px 6px;
	position: relative;
	resize: none;
	top: -1px;
	width: 345px;
	z-index: 1;
}
#chat_window .form .inputs input {
	background: url(../../images/msgbox_chat_button.gif) no-repeat 0 0;
	border: none;
	cursor: pointer;
	float: left;
	font: bold 12px/60px Arial, helvetica, "Nimbus Sans L", sans-serif;
	height: 61px;
	position: relative;
	text-shadow: 0 1px 0 #eff0ee;
	top: -1px;
	width: 77px;
	z-index: 1;
}
#chat_window .form .inputs input:hover {
	background-position: 0 -61px;
}
#chat_window .form .counter {
	font-weight: bold;
	position: absolute;
	right: 5px;
	top: -25px;
}
#chat_window .feedback-form {
	background: #fff;
	left: 0;
	min-height: 430px;
	min-width: 413px;
	overflow: hidden;
	padding: 20px 20px 40px;
	position: absolute;
	right: 0;
	top: 34px;
	z-index: 10;
}
#chat_window .feedback-form .form-row {
	border-bottom: #cdd0c9 solid 1px;
	overflow: hidden;
	padding: 7px 0;
}
#chat_window .feedback-form .form-row.last {
	border-bottom: none;
}
#chat_window .feedback-form .form-row.link {
	border-bottom: none;
	padding: 0;
}
#chat_window .feedback-form .form-row p {
	float: left;
}
#chat_window .feedback-form .form-row label {
	display: inline-block;
	padding: 0 10px 5px 0;
}
#chat_window .feedback-form .form-row .radios,
#chat_window .feedback-form .form-row textarea,
#chat_window .feedback-form .form-row select {
	float: right;
}
#chat_window .feedback-form .form-row textarea {
	float: left;
	height: 48px;
	resize: none;
	width: 407px;
}
/* chat kérdőív */
#chat_window .quit-survey .form {
	padding: 0;
}
#chat_window .quit-survey .survey-title {
	color: #4c4c4c;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 15px;
	text-align: center;
}
#chat_window .quit-survey .input-container {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
#chat_window .quit-survey .input-container label {
	bottom: 3px;
	flex: .2;
	position: relative;
}
#chat_window .quit-survey .input-container .range-wrap {
	flex: .7;
}
#chat_window .quit-survey .input-container input[type="range"] {
	background-color: transparent;
	border: none;
	margin: 0;
	padding: 0;
	position: static;
	width: 100%;
}
#chat_window .quit-survey .input-container input[type='range']::-moz-focus-outer {
	border: 0;
}
#chat_window .quit-survey .input-container input[type='range']::-ms-track {
	border-width: 0;
}
#chat_window .quit-survey .input-container input[type='range']::-ms-thumb {
	margin-top: 3px;
}
#chat_window .quit-survey .input-container .range-steps {
	display: flex;
	justify-content: space-around;
	padding: 0 8px;
	position: relative;
	top: -15px;
	z-index: -1;
}
#chat_window .quit-survey .input-container .range-steps::before {
	content: '0';
	left: 22px;
	position: absolute;
	top: 15px;
}
#chat_window .quit-survey .input-container .range-steps::after {
	content: '100';
	position: absolute;
	right: 18px;
	top: 15px;
}
#chat_window .quit-survey .input-container .range-steps span {
	background-color: #c5c5c5;
	height: 8px;
	width: 1px;
}
#chatConservationDownloadLink {
	display: none;
}

#chat_window .loader {
	border: 3px solid #f3f3f3;
	animation: spin 1s linear infinite;
	border-top: 3px solid #555;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	margin: 50px auto;
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#chat_window div[class^="page"][style="display: block;"] ~ .loader {
	display: none;
}
#chat_window .survey-content.app-template div[style="display: block;"] ~ #chatConservationDownloadLink,
#chat_window .start #chatConservationDownloadLink {
	display: block;
	text-align: center;
}
#chat_window .quit-survey .buttons {
	padding: 30px 0 10px;
}
#chat_window .quit-survey button {
	background: url(../../images/buttons.png) 0 0 no-repeat;
	border: none;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	font: bold 14px Arial, Helvetica, "Nimbus Sans L", sans-serif;
	height: 31px;
	margin: 0 30px;
	min-width: 100px;
	padding: 8px 9px;
	padding-top: 9px\0/;
	text-shadow: 0 1px 1px #5a9308;
	white-space: nowrap;
}
#chat_window .quit-survey button[disabled] {
	background: url(../../images/buttons.png) 0 -62px no-repeat;
	cursor: not-allowed;
}
#chat_window .quit-survey .form.radio-form input[type="radio"] {
	cursor: pointer;
	margin: 2px 5px 0 0;
}
#chat_window .quit-survey .form.radio-form label {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 10px;
	width: 33%;
}
#chat_window .quit-survey #quit-survey-message {
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	box-sizing: border-box;
	height: 133px;
	padding: 5px;
	width: 100%;
}
#chat_window .quit-survey .progress-steps-container {
	margin: 10px 0;
	text-align: center;
}
#chat_window .quit-survey .progress-step {
	background-color: #ccc;
	border-radius: 50%;
	display: inline-block;
	height: 11px;
	margin: 0 6px;
	width: 11px;
}
#chat_window .quit-survey .progress-step.active {
	background-color: #91C826;
}

.prompt_window {
	display: none;
}

#offers_window .content,
.prompt_window .content {
	background-color: #fff;
	border: 1px solid #cdd0c9;
	margin: 7px 0 0 5px;
	max-height: 335px;
	overflow: auto;
	padding: 5px 0 5px 10px;
	position: relative;
	width: 430px;
}
.prompt_window .content {
	max-height: 338px !important;
}

#offers_window .search_form,
.prompt_window .search_form {
	height: 24px;
	margin-bottom: -2px;
	padding: 5px 0 0 16px;
}
#offers_window .search_form label,
.prompt_window .search_form label {
	display: block;
	float: left;
	font-weight: bold;
	padding-top: 4px;
	width: 78px;
}
#offers_window .search_form input.text,
.prompt_window .search_form input.text {
	border: 1px solid #bcbebb;
	border-radius: 3px 0 0 3px;
	float: left;
	font: 12px/22px Arial, helvetica, "Nimbus Sans L", sans-serif;
	height: 22px;
	padding: 0 0 0 6px;
	width: 223px;
}
#offers_window .search_form input.submit,
.prompt_window .search_form input.submit {
	background: url(../../images/msgbox_search_button.gif) no-repeat 0 0;
	cursor: pointer;
	float: left;
	height: 24px;
	overflow: hidden;
	text-indent: -200px;
	width: 33px;
}

#help_window .content {
	background-color: #FFF;
	border: 1px solid #cdd0c9;
	margin: 7px 0 0 5px;
	max-height: 368px;
	overflow: auto;
	padding: 5px 0 5px 10px;
	position: relative;
	width: 430px;
}
#help_window .content .message_chat {
	background: url(../../images/msgbox_message_chat.gif) no-repeat 13px 17px;
}
#help_window .content .message_letter {
	background: url(../../images/msgbox_message_letter.gif) no-repeat 13px 17px;
}
#help_window .content .message_call {
	background: url(../../images/msgbox_message_call.gif) no-repeat 13px 17px;
}
#help_window .content .message_help {
	background: url(../../images/msgbox_message_help.gif) no-repeat 13px 17px;
}
#help_window .content .message_video {
	background: url(../../images/msgbox_message_video.gif) no-repeat 13px 17px;
}
.help_window_inner .content .message {
	padding: 1px 10px 12px 55px !important;
	width: 350px !important;
}
.help_window_inner .content .message .text {
	padding: 6px 0 0 !important;
}
.help_window_inner .content .message .title a {
	color: #2183a8 !important;
	font-size: 16px !important;
}
.help_window_inner .content .message .title a:hover {
	color: #0c5570 !important;
	text-decoration: none !important;
}
.writetous_window .content {
	background-color: #FFF;
	border: 1px solid #cdd0c9;
	height: 365px;
	margin: 7px 0 0 5px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	position: relative;
	width: 430px;
}
.writetous_window .buttons {
	padding-bottom: 0;
	padding-top: 0;
}

.call_window .content {
	background-color: #FFF;
	border: 1px solid #cdd0c9;
	height: 215px;
	margin: 7px 0 0 5px;
	overflow: hidden;
	padding: 5px 0 0 10px;
	position: relative;
	width: 430px;
}
.call_window li.callus {
	position: relative;
}
.call_window li.callus a {
	padding-left: 34px;
}
.call_window li.callus em {
	background: url(../../images/msgbox_button_callus.gif) no-repeat 0 0;
	height: 17px;
	left: 12px;
	top: 8px;
	width: 17px;
}
/* input file style */
li.write_to_us_file,
li.write_to_us_screen {
	overflow: hidden;
}
#write_to_us_file_input,
#write_to_us_screen_input {
	filter: alpha(opacity=0);
	height: 32px;
	opacity: 0;
	position: absolute;
	top: 0;
}
body.browserFirefox #write_to_us_file_input {
	font-size: 24px;
	left: -268px;
}
body.browserFirefox #write_to_us_screen_input {
	font-size: 34px;
	left: -368px;
}
body.browserIE #write_to_us_file_input {
	font-size: 24px;
	width: 120px !important;
}
body.browserIE #write_to_us_screen_input {
	font-size: 24px;
	width: 160px !important;
}
body.browserChrome #write_to_us_file_input,
body.browserSafari #write_to_us_file_input {
	font-size: 21px;
	left: -10px;
	top: -8px;
	width: 120px !important;
}
body.browserChrome #write_to_us_screen_input,
body.browserSafari #write_to_us_screen_input {
	font-size: 21px;
	left: -10px;
	top: -8px;
	width: 160px !important;
}
body.browserOpera #write_to_us_screen_input {
	font-size: 25px;
	width: 160px !important;
}
body.browserOpera #write_to_us_file_input {
	font-size: 21px;
	width: 120px !important;
}

#write_to_us_file_box,
#write_to_us_screen_box {
	border: 1px solid #e3e3e3;
	float: left;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
}
#write_to_us_file_box {
	margin-left: 30px;
	width: 106px;
}
#write_to_us_file_box:empty {
	display: none;
}
#write_to_us_screen_box {
	margin-left: 12px;
	width: 147px;
}


/* Segíthetünk? box */
#msgbox #help_window_callback .content {
	min-height: 285px;
	padding: 12px 29px 5px 19px;
	width: 392px;
}
#msgbox #help_window_callback .message {
	padding: 0 2px 12px 1px;
}
#msgbox #help_window_callback .message .text {
	line-height: 16px;
}
#msgbox #help_window_callback .form {
	border-bottom: 1px solid #E3E3E3;
	margin: 0;
	overflow: hidden;
	padding: 14px 2px 1px 1px;
}
#msgbox #help_window_callback .form .row {
	overflow: hidden;
}
#msgbox #help_window_callback .form label {
	display: block;
	float: left;
	padding: 4px 0 0;
	width: 84px;
}
#msgbox #help_window_callback .form select {
	background-color: #fff;
	border: 1px solid #c9cbc5;
	border-bottom: 1px solid #a7a9a3;
	border-radius: 3px;
	color: #4c4c4c;
	float: left;
	font: normal 13px/24px Arial, Helvetica, sans-serif;
	height: 24px;
	margin: 0 0 19px;
	padding: 2px 1px 2px 4px;
	width: 52px;
}
#msgbox #help_window_callback .form select#callbackPhoneArea {
	padding-left: 10px;
}
#msgbox #help_window_callback .form input[type="text"] {
	background-color: #fff;
	border: 1px solid #c9cbc5;
	border-bottom: 1px solid #a7a9a3;
	border-radius: 3px;
	color: #4c4c4c;
	float: left;
	font: normal 13px/22px Arial, Helvetica, sans-serif;
	height: 22px;
	margin: 0 0 19px 11px;
	padding: 0 13px;
	width: 52px;
}
#msgbox #help_window_callback .error {
	color: #e9030b;
	font-weight: bold;
	line-height: 16px;
	padding: 18px 1px 0;
}
#msgbox #help_window_callback .loader {
	background-color: #8d9385;
	border: 8px solid #8d9385;
	border-radius: 7px;
	height: 104px;
	left: 110px;
	position: absolute;
	top: 141px;
	width: 238px;
}
#msgbox #help_window_callback .loader span {
	background: #fffbe7 url(../../images/ajax-loader-32-grey.gif) no-repeat 50% 57px;
	border: 1px solid #626a55;
	border-radius: 6px;
	color: #4c4c4c;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 87px;
	padding: 15px 0 0;
	position: relative;
	text-align: center;
	width: 236px;
}
#msgbox #help_window_callback .loader span::after {
	background-color: #babab9;
	content: '';
	display: block;
	height: 1px;
	left: 10px;
	position: absolute;
	top: 44px;
	width: 216px;
}
#msgbox #help_window_callback .succes {
	background: #fff4cf url(../../images/feedback_final_success_bg.png) no-repeat 19px 29px;
	border-radius: 7px;
	color: #4c4c4c;
	font-size: 13px;
	font-weight: bold;
	height: 51px;
	margin-top: 97px;
	padding: 29px 0 0 60px;
	width: 332px;
}
/* /Segíthetünk? box */

/* fájlok a chat ablakban */
.message-attachments {
	padding-top: 10px;
}
.message-attachments ul li {
	line-height: 16px;
	margin-bottom: 5px;
}
.message-attachments ul li a {
	background: url(../../images/ico_attachment.png) no-repeat 0 0;
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
}
.message-attachments ul li span {
	background: url(../../images/ajax-loader-16-grey.gif) no-repeat 0 0;
	display: inline-block;
	height: 16px;
	margin-left: 10px;
	width: 16px;
}
/* fájlok a chat ablakban */

/* CONTACT BAR NEW  STAR RATING */
#msgbox .feedback-form .form-row {
	border-bottom: none;
	margin-top: 10px;
}
#msgbox .feedback-form .form-row .radios {
	display: inline-block;
	float: right;
	margin: 0;
}
#msgbox .feedback-form .form-row .radios > input[type="radio"] {
	display: none;
	float: right;
}
#msgbox .feedback-form .form-row p {
	margin: 10px 0 0;
}
#msgbox .feedback-form .form-row .radios > input[type="radio"] + label {
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 35px;
	margin: 0;
	overflow: hidden;
	padding: 5px 0 0;
	position: relative;
	text-indent: 9999px;
	white-space: nowrap;
	width: 35px;
}
#msgbox .feedback-form .form-row .radios > input[type="radio"] + label::before {
	color: #c4c4bb;
	content: '\2605';
	display: inline-block;
	font-size: 35px;
	position: absolute;
	text-indent: -9999px;
	width: 35px;
}
#msgbox .feedback-form .form-row .radios > input[checked="checked"] ~ label::before,
#msgbox .feedback-form .form-row .radios > input[type="radio"] ~ label:hover ~ label::before,
#msgbox .feedback-form .form-row .radios > input[type="radio"] ~ label:hover::before {
	color: #ffb300;
	content: '\2605';
	font-size: 35px;
}
/* /CONTACT BAR NEW  STAR RATING */

#write_to_us_files_list:not(:empty) {
	border: 1px solid #c9cbc5;
	border-radius: 2px;
	display: block;
	margin: 10px 0;
	overflow: hidden;
	padding: 10px 20px;
}

#write_to_us_files_list li {
	float: none;
	list-style-type: disc;
	margin: 0 0 5px;
	text-align: left;
}

#write_to_us_files_list li:last-child {
	margin: 0;
}

#write_to_us_files_delete {
	background: url(../../images/buttons.png) no-repeat;
	background-position: 0 -62px;
	border: none;
	color: #fff;
	cursor: pointer;
	font: bold 14px Arial, Helvetica, "Nimbus Sans L", sans-serif;
	font-size: 14px;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 8px 8px 6px 9px;
	position: relative;
	text-shadow: 0 1px 1px #5c6450;
	white-space: nowrap;
}

#write_to_us_files_delete::after {
	background: url(../../images/buttons.png) no-repeat;
	background-position: -495px -62px;
	content: '';
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	width: 5px;
}
