#zapiskont{
width: 274px;
position:absolute;
top: 0;
left: 0;
background-color:#000;
padding: 30px;
border: 1px solid#fff;
border-radius: 10px;
display: none;
}

#zapiskont2{
width: 274px;
position:absolute;
top: 0;
left: 0;
background-color:#000;
padding: 30px;
border: 1px solid#fff;
border-radius: 10px;
display: none;
}

#closeko{
font-size: 20px;
background-color: #fff;
padding: 3px 10px;
border: 1px solid#000;
border-radius: 50%;
position:absolute;
top: -10px;
right: -10px;
cursor: pointer;
}

#closeko2{
font-size: 20px;
background-color: #fff;
padding: 3px 10px;
border: 1px solid#000;
border-radius: 50%;
position:absolute;
top: -10px;
right: -10px;
cursor: pointer;
}

.telo div.cont div.zapvko{
display: table;
}

.zapvko{
margin: 0 auto;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff8cc5+3,ef00a3+50,ff96ca+97 */
background: rgb(255,140,197); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,140,197,1) 3%, rgba(239,0,163,1) 50%, rgba(255,150,202,1) 97%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,rgba(255,140,197,1)), color-stop(50%,rgba(239,0,163,1)), color-stop(97%,rgba(255,150,202,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,140,197,1) 3%,rgba(239,0,163,1) 50%,rgba(255,150,202,1) 97%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,140,197,1) 3%,rgba(239,0,163,1) 50%,rgba(255,150,202,1) 97%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,140,197,1) 3%,rgba(239,0,163,1) 50%,rgba(255,150,202,1) 97%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,140,197,1) 3%,rgba(239,0,163,1) 50%,rgba(255,150,202,1) 97%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8cc5', endColorstr='#ff96ca',GradientType=0 ); /* IE6-9 */
  
  
padding: 10px 20px;
color: #fff;
font-size: 20px;
border-radius: 10px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 1.5);
cursor: pointer;
}

.zapvko:hover{
background: rgb(255,93,177)
}