#feedback {
	position:relative;
	line-height:20px;
	width:100%;
	padding:10px 0 10 0px;
	background:url(pointer.jpg) no-repeat left top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
}
#feedback .switch {
	display:block;
	cursor:pointer;
	color:#0000FF;
	font-weight:normal;
	text-decoration: underline;
}
#feedback .switch .turn_off {display:none;}
#feedback .off {color:#c00;}
#feedback .off .turn_off {display:inline;}
#feedback .off .turn_on {
	display:none;
}
#feedback .hide {display:none;}
#feedback .show {
	position:absolute;
	top:-250px;
	left:200px;
	display:block;
	width:400px;
	z-index:200;
	background-color: #CCCCCC;
}
#feedback form {width:410px; height:390px;  padding:10px;}
#feedback form fieldset {background:#ccc;}
#feedback a, #feedback a:visited {color:#00c; line-height:30px;}
#feedback dl {width:370px;}


#feedback .table {background:url(tables.jpg) no-repeat left bottom; padding:0 25px 25px; width:320px;}
#feedback table, #feedback caption, #feedback table tr, #feedback table tr td {border:1px solid #000; padding:5px; background:#fff;}
