@font-face {
    font-family: AvantGardeGothicC; /* ��������� ������ */
    src: url(fonts/AvantGardeGothicC.ttf); /* ���� � ����� �� ������� */
   }

.shap{
position: absolute;
  top: 20px;
  background: url(images/shap.png) no-repeat;
  width: 52px;
  height: 52px;
  left: 84px;
  z-index: 1;
}
.podpisBlock{
	margin: 0px auto;
  /* border: 1px rgba(0,0,0,0.5) solid; */
  padding: 10px;
  position: relative;
  width: 220px;
  min-height: 260px;
  padding-top: 84px;
  background:url(images/block.png) no-repeat;
background-size: 100% 100%;
margin-top: 27px;

}
.rassilkaText{
	
font-family:AvantGardeGothicC; 
font-size:16px;
text-align:center;
font-weight:bold;
}
.podpisBlock input[type="text"]
{
font-family: AvantGardeGothicC;
}


.podpisBlock input[type="text"]::-webkit-input-placeholder {
font-family: AvantGardeGothicC;
    color: #000;
   } 
.podpisBlock input[type="text"]::-moz-placeholder {
font-family: AvantGardeGothicC;
    color: #000;
   }


#asd_subscribe_submit:hover{  background-color: #ff8a00;}
.podpisBlock .errortext{  
padding: 5px;
text-align: center;
display: block;

}