.jqifade{
  position: absolute;
  background-color: #aaaaaa;
}
div.jqi{
  width: 400px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: absolute;
  background-color: #ffffff;
  font-size: 11px;
  text-align: left;
  border: solid 1px #eeeeee;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 7px;
}
div.jqi .jqicontainer{
  font-weight: bold;
}
div.jqi .jqiclose{
  position: absolute;
  top: 4px; right: -2px;
  width: 18px;
  cursor: default;
  color: #bbbbbb;
  font-weight: bold;
}
div.jqi .jqimessage{
  padding: 10px;
  line-height: 20px;
  color: #444444;
}
div.jqi .jqibuttons{
  text-align: right;
  padding: 5px 0 5px 0;
  border: solid 1px #eeeeee;
  background-color: #f4f4f4;
}
div.jqi button{
  padding: 3px 10px;
  margin: 0 10px;
  background-color: #2F6073;
  border: solid 1px #f4f4f4;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;  
}
div.jqi button:hover{
  background-color: #728A8C;
  cursor: pointer;
}
div.jqi button.jqidefaultbutton{
  background-color: #BF5E26;
}
.jqiwarning .jqi .jqibuttons{
  background-color: #BF5E26;
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
