div#blend{
      width:304px;
      height:324px;

      display:none;
      margin-top:0px;
      left:0px;
      position:absolute;
      z-index:9999999;
}

div#blend p{
      color:#b3b6b7;
      font-size:11px;
      margin-left:15px;
      height:55px;
      width:255px;
}
div#blend.left_top p{
       height:55px;
}

div#blend.right_top p{
       height:55px;
}

div#blend img.name_image{
      margin-left:15px;
}
div#blend.left_bottom{
       background:url('../img/blend-bl.png');
       background-repeat:no-repeat;
       padding-top:9px;
       padding-left:2px;

}

div#blend.right_bottom{

        background:url('../img/blend-br.png');
              background-repeat:no-repeat;
              padding-top:9px;
}
div#blend.left_top{
       background:url('../img/blend-tl.png');
       background-repeat:no-repeat;
       padding-top:30px;
}

div#blend.right_top{
       background:url('../img/blend-tr.png');
       background-repeat:no-repeat;
       padding-top:29px;
}

div#blend img.checkit{
      border:none;
      position:relative;
      margin-left:15px;
}