#suggestion {
	position: fixed;
	right: 0;
	top: 35%;
	height: auto;
	margin-left: -3px;
	margin-bottom: -3px;
        z-index: 9999;
}

.suggest_ul
{
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
}

#suggestion-form {
	float: right;
	width: auto;
        min-height: 120px;
	height: auto;
	z-index: 9999;
	padding-left: 5px;
	padding-right: 10px;
	border: 1px solid rgba(0,0,0,.2);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

#suggestion-tab {
	float: right;
	color: #fff;
	cursor: pointer;
	text-align: center;
	width: 100px;
        height: 22px;
	background-color: rgba(0,0,0,0.5);
	margin-right: -40px !important;
        margin-top: 40px !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#suggestion-tab:hover {
	background-color: rgba(0,0,0,0.4);
}
