@CHARSET "UTF-8";
.jquery-feedback-close {
	cursor:pointer;
}
.jquery-feedback-container {	
	position: fixed;
	left:20%;
	top:150px;
	width:300px;
	height:420px;
	font-size:14px;
	background:#FFFFFF;
	border:1px solid #AAAAAA;
	line-height:30px;
	text-align:left;	
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
	cursor:default;	
	overflow:hidden;
	zoom:100%;
	_position:absolute;
	_top: expression(documentElement.scrollTop + this.offsetHeight + 18);
}
/** 可用于拖拽的头部 **/
.jquery-feedback-container > .jquery-feedback-drag-top {
	height:30px;
	background:#999999;
	line-height:30px;
	cursor:move;	
	font-size:18px;	
	text-align:center;	
	color:#FFFFFF;
}
/** 自定义表单 **/
.jquery-feedback-container > .jquery-feedback-drag-content {
	margin:5px;
}
/** 生成的提交取消按钮 **/
.jquery-feedback-container > .jquery-feedback-drag-bottom {
	position:absolute;
	bottom:0px;
	width:100%;
	text-align:center;
}

.jquery-feedback-container .jquery-feedback-button {
    display:inline-block;
    text-decoration:none;
    font:bold 12px/12px HelveticaNeue, Arial;
    padding:8px 11px;
    border:1px solid #dedede;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
	cursor:pointer;
	margin:5px 10px;
	background:#f5f5f5;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#f0f0f0'); /*  IE */
    background:-webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0)); /*  WebKit */
    background:-moz-linear-gradient(top,  #f9f9f9, #f0f0f0);
    border-color:#dedede #d8d8d8 #d3d3d3;
    color:#555;
    text-shadow:0 1px 0 #fff;
    -webkit-box-shadow:0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    -moz-box-shadow:0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
    box-shadow:0 1px 1px #eaeaea, inset 0 1px 0 #fbfbfb;
}

.jquery-feedback-container .jquery-feedback-button:hover {
    background:#f4f4f4;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#f8f8f8'); /*  IE */
    background:-webkit-gradient(linear, left top, left bottom, from(#efefef), to(#f8f8f8)); /*  WebKit */
    background:-moz-linear-gradient(top,  #efefef, #f8f8f8);
    border-color:#c7c7c7 #c3c3c3 #bebebe;
    text-shadow:0 1px 0 #fdfdfd;
    -webkit-box-shadow:0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    -moz-box-shadow:0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
    box-shadow:0 1px 1px #ebebeb, inset 0 1px 0 #f3f3f3;
}