@charset "utf-8";
/* CSS Document */
.feedback_input {
	width: 200px;
	border: 1px solid #999999;
	color: #333333;
	font-size: 12px;
}
.feadback_reset {
	background-image: url(../../img/fb_reset_but.gif);
	background-color:#e8f5fb;
	background-repeat: no-repeat;
	background-position:right;
	height: 22px;
	/*width: 60px;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	cursor: hand;
	padding-right:18px;
	font-size:12px;
	font-weight:bold;
	color:#4d8ab5;
	font-family: Arial AMU, Arial Unicode, Verdana, Arial, Helvetica, sans-serif;
}
.feadback_send {
	background-image: url(../../img/fb_send_but.gif);
	background-color:#e8f5fb;
	background-repeat: no-repeat;
	background-position:right;
	height: 22px;
	/*width: 53px;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	cursor: hand;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	color:#4d8ab5;
	font-family: Arial AMU, Arial Unicode, Verdana, Arial, Helvetica, sans-serif;
}
.feadback_title {
	background-color: #b5c8d7;
	height: 30px;
	color: #454344;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../img/fb_div1.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.feadback_title_td {
	padding-left: 5px;
	padding-right: 5px;
}
.feadback_title1 {
	height: 30px;
	color: #454344;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../../img/fb_div2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.feadback_title_td1 {
	padding-left: 5px;
	padding-right: 10px;
	vertical-align: top;
}
.feedback_div {
	height: 12px;
}
.feadback_input_td {
	padding-left: 5px;
	padding-right: 5px;
}