@charset "utf-8";
#udesk-feedback-tab {
	position: fixed;
	right: 50%;
	top: 55%;
	margin-right:-702px;
	margin-top:-76px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	/*width: 40px;
	margin: 0;
	padding: 10px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;*/
	cursor: pointer;
	background-image: url(../../images/float_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
	background-color:#FFF!important;
}
@media only screen and (max-width: 1366px) {
#udesk-feedback-tab {
	right: 10px;
	margin-right:0;
}
}
#udesk-feedback-tab {
	color: #fff;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', Tahoma, Arial, Helvetica, STHeiti;
	font-style: normal;
	font-variant: normal
}
#udesk-feedback-tab.udesk-feedback-tab-left {
	left: 1800;
	/*border-radius: 0 1px 4px 0;*/
}
#udesk-feedback-tab.udesk-feedback-tab-right {
	right: 0;
	border-radius: 4px 0 0 4px
}
#udesk-feedback-tab div {
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: none;
	border: 0
}
#udesk-feedback-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90000;
	width: 100%;
	height: 100%
}
#udesk-feedback-overlay * {
	color: #333;
	font-family: arial, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', '宋体', \5b8b\4f53, Tahoma, Arial, Helvetica, STHeiti;
	font-style: normal;
	font-variant: normal;
	font-size: 12px;
	margin: 0;
	padding: 0
}
#udesk-feedback-container {
	position: relative;
	z-index: 2;
	width: 638px;
	height: 620px;
	margin: 0 auto;
	text-align: left
}
#udesk-feedback-header {
	position: relative;
	z-index: 100;
	width: auto;
	text-align: right
}
#udesk-feedback-iframe {
	position: relative;
	width: 615px;
	height: 900px;
	margin-top: -18px
}
#udesk-feedback-iframe.panel-wrap {
	width: 615px;
	height: 900px;
	margin-top: -18px;
	position: relative
}
#udesk-feedback-close {
	position: relative;
	top: 10px;
	width: 46px;
	height: 46px;
	cursor: pointer
}
#udesk-feedback-backdrop {
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=42);
	-moz-opacity: 0.42;
	opacity: 0.42
}