.popup_buttons {
    position: fixed;
    right: -127px;
   
    width: 295px;
    z-index: 99;
    background: #fff;
    top: 360px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
	font-size:15px;
}

.right {
    float: right;
}

.popup_buttons a.feedback_dealer {
    width: 132px;
    background-position: 0 -178px;
}

.popup_buttons a {
    display: block;
    height: 45px;
	background:#88c13e;
    /*background: url(/image/left_ask.png) 0 0 no-repeat;*/
	/*border:1px solid black;*/
	left:162px;
	position:relative;
	text-decoration:none;
	color:white;
	box-sizing:border-box;
	padding-left:15px;
	padding-top:10px;
	
}

