#FeedbackDiv {
	display: none;
	position: fixed;
	right: 0px;
	top: 180px; 
	width: 14px;
	height: 136px;
	z-index: 8765;
}

#FeedbackBadge {
	position: fixed;
	right: 0px;
	top: 180px; 
	width: 15px;
	height: 140px;
	z-index: 8765;
	cursor: pointer;
	background: #0e1fa5 url(/_images/feedback.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#FeedbackForm {
	display: none;
	position: fixed;
	right: 0px;
	top: 180px;
	width: 500px;
	z-index: 8764;
	background: #fff;
	border: 1px solid #0e1fa5;
	font-size: 12px;
	padding: 7px;
        min-height: 200px; 
}

* html #FeedbackDiv {
	position: absolute;
}

* html #FeedbackBadge {
        position: absolute;
}

* html #FeedbackForm {
        position: absolute;
}

div.autosize {
	display: table;
	width: 1px;
}

div.autosize > div {
	display: table-cell;
}

#FeedbackForm .small {
	font-size: 11px;
}

#FeedbackForm textarea {
	font-size: 11px;
}

#FeedbackForm .aligntop {
	vertical-align: top;
}

#FeedbackForm .title {
	display: block;
	text-decoration: none;
	color: #71B900;
	font-size: 18px;
	margin: 5px 25px -10px 0;
}

#FeedbackForm .in_object_error {
	display: none;
}

#feedback_error {
	text-align: center;
	margin-top: 5px;
	color: #71B900;
}

