﻿body{
	background:transparent;
}
/*客户反馈表格*/
.tblGuestBook{
	border:0;
	margin:0px 0 0 10px;
	padding:0;
	border-collaspe:collaspe;
}
.tblGuestBook th{
	text-align:left;
	vertical-align:top;
	width:100px;
	margin:0;
	padding:12px 0 0 0;
	border-bottom:0px dotted red;
	font-size:14px;
}
.tblGuestBook td span.red{
	color:red;
	display:inline;
}
.tblGuestBook td{
	text-align:left;
	vertical-align:top;
	margin:0;
	padding:12px 0 0 0;
	border-bottom:0px dotted red;
	font-size:13px;
}
.tblGuestBook td input{
	width:350px;

}
.tblGuestBook td textarea{
	width:350px;
	margin:0;
	padding:0;
	color:#999999;
	border-bottom:1px solid #9E9E9E;
	background-color:#FFF;line-height: 25PX;
}
/*.tblGuestBook td input#btnSubmit,.tblGuestBook td input#btnReset{
	width:100px;
	text-align:center;
	vertical-align:middle;
	margin:10px 0;
	padding:6px 25px 3px 25px;
	border-bottom:1px solid #333;
	background-color:#eee;
	color:#000;
	height:30px;
}*/
td#tdNotice, td#tdOver{
	text-align:left;
	vertical-align:middle;
	display:none;
}
td#tdNotice img{
	height:16px;
	margin:0;
	padding:0;
	border:0;
}
span#notice{
	display:inline;
	text-align:left;
	vertical-align:middle;
}

input{
    -webkit-appearance: textfield;
    background-color: white;
    -webkit-rtl-ordering: logical;
    cursor: text;
	line-height: 25px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}
.fdsub {
    margin-left: 90px;
    border: 1px solid #b60001;
    background: #cc0001;
}
.fdres {
    border: 1px solid #006db9;
    background: #0086e3;
}
.fdsub, .fdres {
	margin-left: 10PX;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-family: 微软雅黑;
    border-radius: 3px;
    padding: 10px 20px;width: 130PX;font-size: 14px;letter-spacing:5px;
}