@charset "utf-8";
/* CSS Document */

.inside_outline{
	width:720px;
	font-size: 13px;
	line-height: 20px;
	color: #333333;
	text-align: left;
	margin: 10px 0px 0px 0px;
}
.feedback_bg1{
	background-image: url(../Images/feedback.gif);
	background-repeat: no-repeat;
	width:590px;
	height:380px;
	background-position: 0px;
}

#feedback_bg{
	width:638px;
	height:58px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff6600;
	background-image: url(../Images/feedback_bk.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#feedback_bg02{
	width:460px;
	height:58px;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #ff6600;
	background-image: url(../Images/feedback_bk02.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.feedback_title {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #318CC3;
}
.feedback_ans_title {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC6600;
}
.feedback_ans_date{
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #CC6600;
}
.feedback_photo{
    width:246px;
	height:267px;
	background-image: url(../Images/feedback_photo.jpg);
	background-repeat: no-repeat;

}

.T_pic_line {
	height:5px;
	background-image: url(../Images/line_grey.gif);
	background-repeat: repeat-x;
}

.feedback_bottom{
	padding: 0px 0px 2px 0px;
	background-image: url(../Images/btn_add.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333333;
}
.feedback_bottom a{
	background-image: url(../Images/btn_add.gif);
	background-repeat: no-repeat;
	display:block;
	width:106px;
	height:27px;
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	color: #deebf1;
}
.feedback_bottom a:hover{
	background-image:url(../Images/btn_add.gif);
	background-repeat: no-repeat;
	display:block;
	width:106px;
	height:27px;
	padding: 5px 0px 0px 0px;
	color: #ffffff;
 	text-decoration: underline;
}


.feedback_margin{
	margin:8px 10px 5px 10px;
	text-align: left;
}
.mt20{margin:20px 0 0 0}
.mb10{margin:10px 0 0 0}


