@charset "utf-8";
/* CSS Document */

*
{
	
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: narkisim;
	font-size: 45px;
	color: #003680;
}
p 
{
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 25px;
}
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	background-color: #F2F9FF;
	background-image: url(../images/feedback.png);
	background-position: center center;
	background-repeat: repeat-y;
}
.feedback_head {
	width: 800px;
	height: 100px;
	font-family: "Times New Roman", Times, serif;
}
.feed_headname {
	height: 120px;
	width: 480px;
	float: left;
	line-height: 120px;
	text-align: center;
}
.feed_logo {
	float: right;
	width: 320px;
	height: 120px;
	text-align: center;
	line-height: 120px;
}
.instruct {
	height: 30px;
	width: 800px;
	line-height: 30px;
}
.instruct_p {
	color: #FF0000;
	font-size: 16px;
	padding-right: 20px;
	padding-left: 20px;
}
.feed_headbg {
	height: 30px;
	width: 100%;
	background-image: url(../images/Feedback%20Heading%20BG.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 45px;
	color: #FFFFFF;
	font-size: 20px;
}
.feedlist_main {
	width: 790px;
	margin-right: 5px;
	margin-left: 5px;
	height: 60px;
}
.feedback_title {
	float: left;
	width: 550px;
}
.feedback_rating {
	float: right;
	width: 200px;
	padding-left: 40px;
}
