.questions,
.phone,
#er_info{
      width: 180px;
     font-family: Tahoma;
  position: relative;
       padding: 10px;
  border: 2px solid #fff;
  border-radius: 4px;
 
 
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
 
#er_info{
  background: #b11f1e;
        width: 180px;
        height: 100px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-top: 100px;
float:right;
}
 
#er_info .info-ico{
    background: url("../img/info-icon.png");
  position: absolute;
  top: 15px;
 margin-left: 60px;
  width: 64px;
  height: 64px;
}
 
.questions{
 
  height: 150px;
float: right;
text-shadow: 1px 1px 0px #fff;
}
 
.phone{
  padding: 10px 10px;
     color: #555555;
     font-size: 20px;
	float: right;
text-shadow: 1px 1px 0px #fff;
}
 
 .questions .title-1{
   color: #449ed8;
   font-weight: bold;
 
   font-size: 18px;
  margin-bottom: 50px;
line-height: 24px;
 }
 
.questions .manager-name{
  color: #228c00;
  font-weight: bold;
 
   font-size: 18px;
 margin-bottom: 10px;
}
 
.questions .position{
   color: #7b7b7b;
 line-height: 14px;
}
 
.questions .man-logo{
  background: url("../img/man-logo.png");
  position: absolute;
  right: 0;
  bottom: 0;
  width: 130px;
  height: 120px;
}
 
 
 
 
#er_info:after, #er_info:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
 
#er_info:after {
	border-color: rgba(213, 9, 9, 0);
	border-right-color: #b11f1e;
	border-width: 12px;
	margin-top: -12px;
}
#er_info:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}
