		.feedbackform {
			
		}
		
		.feedbackform ul {
			float: left;
		}
		
		.feedbackform ul li {
			float: left;
			margin-right: 1px;
		}
		
		.feedbackform ul li label{
			font-weight: bold;
		}
		
		.feedbackform fieldset {
			padding-bottom: 0;
		}
		
		.feedbackform span.thumb-up,
		.feedbackform span.thumb-down {
			width: 23px;
			height: 18px;
			display: block;
			float: left;
		}
		
		.feedbackform span.thumb-up {
			background-position: 0 -7971px;
			position: relative;
			left: -4px;
		}

        .feedbackform span.thumb-down {
        	background-position: 0 -7850px;
        }

		.feedbackform label {
			font-weight: bold;
		}
		
		.feedbackform .indicator {
			margin-left: -10px;
			margin-top: 20px;
		}
		
		.feedbackform .indicator li {
			float: left;
			font-size: 15px;
			font-weight: bold;
			padding-right: 10px;
		}
		
		.feedbackform .indicator li.active {
			color: #be0f05;
		}
		
		.feedbackform .indicator li:after {
			content: ">";
			color: #0E2034;
			position: relative;
			left: 10px;
		}
		
		.feedbackform .indicator li:last-child:after {
			content: "";
		}
