.dlegiftspopup {
  position: fixed; top: 0; left: 250px; z-index: 9999;
  width: 750px;
  padding: 0 0 20px 0;
  background-color: #EEEEEE;
  display: none;
}
.gifts .cont{
  padding: 20px;
}
.gifts .name {
  font-size: 18px; background-color: #fff;  padding: 10px 20px;
}
.gifts .close{
  color: red; font-size: 18px; float: right; text-decoration: none;
}
.gifts .comment{
  width: 500px; height: 50px;
}
.gifts a img{
  border: none;
}
#giftsviev {
  position: fixed; top: 50px; left: 250px; z-index: 9999;
  width: 750px;
  padding: 20px;
  background-color: #F1F1F1;
  display: none;
}
.giftspr {
  float: left; margin: 2px 15px; padding: 2px; position: relative;
}
.giftspr a{
  border: none;
}
.giftspr a img{
  border: none;
}
#giftsedit {
  position: fixed; top: 150px; left: 250px; z-index: 9999;
  width: 750px;
  padding: 20px;
  background-color: #F1F1F1;
  display: none;
}
