div.jqifade{
      background-color: #000;
}
div.jqi{
      background-color: #fff;
      padding: 10px;
      width: 320px;
}
div.jqi .jqicontainer{
      background-color: #fff;
      padding: 5px;
      color: #000;
      font-weight: bold;
}
div.jqi .jqimessage{
      background-color: #eee;
      padding: 10px 10px 20px 10px;
      margin-bottom: 5px;
}
div.jqi .jqibuttons{
      text-align: center;
      padding: 5px 0 0 0;
}
div.jqi button{
			margin: 0 0 0 5px;
			background: url("../images/buttons/button-grey.gif") no-repeat 0 0 #000;
      border: none;
      cursor:pointer;
      width:149px; height:30px; color: #333; font-weight:bold;
      float: left;
}

div.jqi button:hover{
      background-position: 0 -30px;
}
