*{
	margin:0;
	padding:0;
}


#feedback{
	background-color:#0099ff;
	width:310px;
	height:460px;
	position:fixed;
	bottom:0;
	right:10px;
	margin-bottom:-400px;
	z-index:10000;
}

*html #feedback { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}


#feedback .section{
	background:url('../image/bg.png') repeat-x top left;
	border:1px solid #0086df;
	border-bottom:none;
	padding:10px 25px 25px;
}

#feedback .color{
	float:left;
	height:4px;
	width:20%;
	overflow:hidden;
}

#feedback .color-1{ background-color:#ff0000;}
#feedback .color-2{ background-color:#ffff00;}
#feedback .color-3{ background-color:#8fd317;}
#feedback .color-4{ background-color:#ca57df;}
#feedback .color-5{ background-color:#00ffff;}

#feedback h6{
	background:url("../image/feedback.png") no-repeat;
	height:45px;
	margin:5px 0 12px;
	text-indent:-99999px;
	cursor:pointer;
}

#feedback input{
	background-color:#fff;
	border:none;
	color:#666666;
	font-family: "Microsoft YaHei";
	font-size:14px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:2px 2px 0 #8a9b8c;
	-webkit-box-shadow:2px 2px 0 #8a9b8c;
	box-shadow:2px 2px 0 #0086df;
}

#feedback input.captcha{
	background-color:#fff;
	border:none;
	font-family: "Microsoft YaHei";
	font-size:14px;
	width:106px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:2px 2px 0 #8a9b8c;
	-webkit-box-shadow:2px 2px 0 #8a9b8c;
	box-shadow:2px 2px 0 #0086df;
}

#feedback textarea{
	background-color:#fff;
	border:none;
	color:#666666;
	font-family: "Microsoft YaHei";
	font-size:14px;
	height:100px;
	padding:10px;
	width:236px;
	resize:none;
	outline:none;
	overflow:auto;
	
	-moz-box-shadow:2px 2px 0 #8a9b8c;
	-webkit-box-shadow:2px 2px 0 #8a9b8c;
	box-shadow:2px 2px 0 #0086df;
}

#feedback a.submit{
	background:url("../image/submit.png") no-repeat;
	border:none;
	display:block;
	height:34px;
	margin:20px auto 0;
	text-decoration:none;
	text-indent:-99999px;
	width:91px;
}

#feedback input.bot{
background: rgba(255,255,255,.0);
clear:both;
    width: 150px !important;;
    height: 37px !important;;
    display: block;
    margin: 20px auto 10px;
    line-height: 37px;
    font-size: 16px;
    color: rgba(95, 95, 95, 0.66);
    border-radius: 2px;
    transition: all ease-out .3s;
    background-color: #fff;
}

#feedback a.submit:hover{
	background-position:left bottom;
}

#feedback a.submit.working{
	background-position:top right !important;
	cursor:default;
}

#feedback .message{
	font-family:Corbel,Arial,sans-serif;
	color:#5a665b;
	text-shadow:1px 1px 0 #b3c2b5;
	margin-bottom:20px;
}

#feedback .arrow{
	background:url('../image/arrows.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
	top:10px;
}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}

#feedback .response{
	font-size:21px;
	margin-top:70px;
	text-align:center;
	text-shadow:2px 2px 0 #889889;
	color:#FCFCFC;
	display:block;
}