
#feedback{
	background-color:#08704B;
	width:310px;
	height:245px;
	position:fixed;
	bottom:0;
	right:20px;
	margin-bottom:-209px;
	z-index:10000;
	color:#FFFFFF;
	opacity:0.90;
}

#feedback .section{
	border-bottom:none;
	padding:3px 25px 25px;
}

#feedback .color{
	float:left;
	height:4px;
	width:20%;
	overflow:hidden;
}
#feedback a.feedbtn {background: #0072b8;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 2px 6px;
    text-decoration: none;}
#feedback .color-1{ background-color:#d3b112;}
#feedback .color-2{ background-color:#12b6d3;}
#feedback .color-3{ background-color:#8fd317;}
#feedback .color-4{ background-color:#ca57df;}
#feedback .color-5{ background-color:#8ecbe7;}

#feedback h6{
	
	height:22px;
	margin:5px 0 20px;
	cursor:pointer;
	font-size:15px;
}

#feedback .message{
	font-family:Corbel,Arial,sans-serif;
	color:#FFFFFF;
	/*text-shadow:1px 1px 0 #b3c2b5;*/
	margin-bottom:20px;
	font-size:15px;
	font-weight:bold;
}

#feedback .arrow{
	background:url('../graphics/feedback/arrows.png') no-repeat;
	float:right;
	width:23px;
	height:18px;
	position:relative;
	top:3px;
}
#feedbackform ul{ list-style:none; line-height:25px; margin:0; padding:0; float:left; clear:both; width:100%; text-align:left;}
#feedbackform ul li { float:none; margin-bottom:5px; font-size:12px; font-weight:bold;}

#feedback .arrow.down{ background-position:left top;}
#feedback h6:hover .down{ background-position:left bottom;}
#feedback .arrow.up{ background-position:right top;}
#feedback h6:hover .up{ background-position:right bottom;}