

section.other-view.feedback
{
	margin:0;
	padding:0;
	
	position: fixed;
	right:100px;
	top: 0px;
	
}

section.other-view.feedback > h2
{
	position:absolute;
	
	right: 0px;
	bottom:-22px;
	
	margin:0;
	padding:3px 10px;
	
	cursor: pointer;
	
	font-size: 14px;
	
	
	background: lightgray;
	
	
	
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	
}

section.other-view.feedback > div
{
	display:none;
	
	border:1px solid lightgray;
	border-top-width: 0;
	background: white;
	
	padding:5px;
}

section.other-view.feedback form table
{
	width:100%;
}

section.other-view.feedback form table th
{
	text-align: left;
	width: 0;
}

section.other-view.feedback form input[type=text], section.other-view.feedback form textarea
{
	width:100%;
}

section.other-view.feedback form textarea
{
	height: 50px;
	min-height: 50px;
	/*
	height:140px;
	line-height:20px;
	padding:10px;*/
}