div.feedback {
    width: 20px;
    height: 123px;
    position: fixed;
    right: 0;
    top: 215px;
}

div.feedback-window.in {
	width: 510px;
	margin: -250px 0 0 -230px;
}

div.feedback-window.in.modal {
	top: 40%;
}

div.feedback-window div.modal-body {
	padding: 0;
}

div.feedback-window div.modal-footer {
	text-align: center;
}

div.feedback-window div.description {
	color: #808080;
	padding: 20px;
	border-bottom: 1px solid #CCC;
}

#feedback-form {
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#feedback-form textarea {
	width: 460px;
}
#feedback-form #captcha {
	margin-top: 10px;
}

#feedback-form div.type {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#feedback-form div.icon,
#feedback-form div.title,
#feedback-form div.arrow,
#feedback-form div.rate {
	float: left;
}

#feedback-form div.title {
    font-size: 11px;
	margin-left: 10px;
	line-height: 30px;
	width: 155px;
}
#feedback-form div.the-comfort div.title,
#feedback-form div.the-general div.title {
	line-height: 15px;
}

#feedback-form div.arrow {
	margin-top: 10px;
	margin-left: 22px;
}

#feedback-form div.rate {
	line-height: 35px;
	font-weight: bold;
	margin-top: 10px;
}

#feedback-form div.rate a:hover {
	text-decoration: none;
}

#feedback-form div.rate div.value {
	line-height: 16px;
	padding-left: 4px;
	float: left;
	width: 12px;
	height: 16px;
	background: url('/static/img/feedback/rating-white.png');
	margin-left: 5px;
	color: #cccccc;
	font-size: 10px;
}

#feedback-form div.rate div.value.green {
	color: #FFF;
	background: url('/static/img/feedback/rating-green.png');
}

#feedback-form div.rate div.value-10 {
	padding-left: 0;
	width: 16px;
}

div.feedback-window div.footer {
	padding-bottom: 10px;
}
tr p {
	padding-left: 10px;
	margin-bottom: 5px;
}
table.feedbacks {
	font-size: 12px;
	margin-bottom: 20px;
}

#first_col, #second_col {
	width: 250px;
}
table.feedbacks th {
	font-size: 12px;
	text-align: center;
	color: white;
	background-color: #a6c700;
}

table td.text {
	padding-right: 10px;
	padding-left: 10px;
}

#form_for_exel {
	float:left;
}

#form_for_exel input[type="text"]{
	background-color: #fff;
	border: 1px solid #A6C700;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	padding-left: 15px;
	height: 22px;
	width: 90px;
}

#submit_form {
	float: right;
	margin-right: 20px;
	background-color: #a6c700;
	color: #ffffff;
	height:31px;
	width: 100px;
	font-size: 14px;
	border: 0px;
}

#feedback_button {
	background-color: #a6c700;
	color: #ffffff;
	height:31px;
	width: 100px;
	font-size: 14px;
	border: 0px;
}

#form_for_exel img {
	margin-left: 10px;
	margin-right: 25px;
	vertical-align: sub;
}

#picker {
	margin-bottom: 25px
}

.user_name {
	font-size: 13px;
	font-weight: bold;
}

#form_for_exel a.sbToggle {
	background: #a6c700 url('/static/img/select.png') 6px 10px no-repeat;
	height: 29px;
}
#form_for_exel .sbSelector {
	width: 91px;
	height: 21px;
	font-size: 14px;
	padding-bottom: 4px;
	padding-top: 4px;
}
#form_for_exel .sbHolder {
	height: 23px;
	margin-right: 25px;
}

#form_for_exel .sbOptions {
	font-size: 14px;
	top:29px !important;
}
.ui-widget-content{
	background-color: #fff;
}
.ui-widget-header{
	background-color: #93c213;
	border: none;
	border-radius: 0px;
}
.ui-datepicker-calendar thead{
	background-color: #e6e6e6;
    color: #999999;
    font-size: 10px;
}
.ui-datepicker-calendar thead th{
	padding: 0 0.3em;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: none;
	background-color: #e6e6e6;
	color: #333333;
	text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	background-color: #93c213;
}
.ui-datepicker-calendar tbody tr:first-child a{
	margin-top: 10px;
}
.ui-widget-header .ui-icon{
	background-image: url('/static/img/feedback/ui-pointer.png');
	height: 25px;
	width: 22px;
	background-position: 0 0;
	left: 0 !important;
	top: 8px !important;
	margin: 0 !important;
}
 .ui-datepicker .ui-datepicker-next span{
 	background-position: -14px center;
 }
.ui-datepicker-month{
 	display: block;
}
.ui-datepicker .ui-datepicker-prev{
 background-color: transparent;
 border: none;
}
.ui-datepicker .ui-datepicker-next{
 background-color: transparent;
 border: none;
}