.right-call {
  background-image: url("../images/f_foto.png");
      background-size: cover;
    background-repeat: no-repeat;
  margin-left: 25px;
  margin-top: -60px;
  width: 629px;
  height: 558px;
  z-index: 162;
  display: none;
  position: absolute;
}

.right-call .close{
  width: 20px;
  height: 25px;
  z-index: 162;
  top:30px; float:right;
  right:30px;
  position: relative;
  cursor:pointer;
}
.call-content {
	margin-top: 50px;
    margin-bottom: 25px;
	margin-left:40px;
	display:block;
}

.call-content label {
     display: block;
	 margin-bottom:15px;
	 font-size:18px;
     font-weight: bold;
}
.call-content input {
	 margin-bottom:15px;margin-right:5px;vertical-align: top;
}

.call-text {
	width: 505px;
    height: 82px;
    font-size: 20px;
    padding-left: 15px;
    border: 0;
    color: rgb( 185, 185, 185 );
	background: url("../images/input_desc.png") no-repeat;
    margin: 0;
    border-radius: 5px;
	resize:none;
}
#div-img {display:none;margin-top: -5px;margin-bottom:10px;}

.call-img {
	display:none;
     width: 25px;
	 font-size:11px;
	 height: 25px;
     background: url("../images/img_add.png");
     border: 0;
	 display: inline-block;
	 cursor:pointer;
}
.img-div-call {margin-right: 8px;width: 25px;height: 25px;}
.img-div-call2 {display: inline-block;margin-right:8px;width:25px;height:25px;margin-bottom: 15px;}

.call-content button {
    color: rgb(0, 0, 0);
    font-weight: bold;
    line-height: 1.857;
    text-align: left;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.75);
    text-align: center;
	cursor:pointer;
    background: url('../images/b_from.png') no-repeat;
    width: 170px;
    border: 0;
    height: 45px;
	margin-top: 30px;
}

