div#Feedback {
	width:180px;
         margin: 10px 0px 0px 15px;
         font-family: "Trebuchet MS", Arial, sans-serif;
         }

div#Feedback div.head {
	height: 20px;
         width:100%;
	background: url(img/BGfeedback_head.png) center no-repeat;
         }

div#Feedback div.head h1 {
	font-size: 11px;
         margin:0px;
         padding: 3px 5px 2px 10px;
	font-weight: bold;
         text-transform: uppercase;
         color:#FFFFFF;
         }

div#Feedback div.body {
         width:178;
         border-left: 1px solid #CCCCCC;
         border-right: 1px solid #CCCCCC;
         margin:0px; padding:0px;
	background: url(img/BGfeedback_body.png) center repeat-y;
         }

div#Feedback div.tail {
	height: 10px !important;
         width: 100%;
         font-size:0px;
	background: url(img/BGfeedback_tail.png) center no-repeat;
         }


div#Feedback div.body p {font-size: 11px; margin:0px;}
div#Feedback div.body p.text { padding: 3px 7px 5px 7px; }
div#Feedback div.body p.name { padding: 5px 7px 3px 7px; font-style: italic;}


/*CD1712*/
