.placeholder {
    border: 1px solid #a0cf60;            
    width: 398px;
    height: 40px;
    background: #e0ffa0;
}

.widget-name {
    cursor: pointer;
}

.dock .widget {
    margin: 1px 0 0 0;
}

.widget .pad {
    padding: 3px 10px;
}

.widget h1 {
    margin: 0;
    font: 17px Verdana;
    color: #111;
}

.widget h2 {
    border: 0;
    margin: 0;
    font: 13px Verdana/* !important*/;
    color: #444/* !important*/;
}

.hint {
  position: absolute;
  z-index: 3000;
  border: 1px solid #269;
  background-color: #48b;
  padding: 4px;
  opacity: 0.85;
  color:#ddd;
  display: none;
  max-width: 300px;
}

.hint-it {
    padding: 1px;
}

.hint .title {
    font: 16px Tahoma;
    color: #fff;
    margin: 0;
}

.hint .caption {
    font: 13px Tahoma;    
}

*.unsel {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.hidden, .storage {
    display: none;
}

.widget .group {
    background: #aaa;
    color: white;
    padding: 2px 2px 2px 40px;

    border-top: 1px solid #777;
    cursor: pointer;
}

.itemtypeHint {
    background: #333;
    padding: 4px;
}

.itemtypeHint .caption {
    color: #60a0ff;
}

.itemtypeHint .description {
    font: 12px Arial;
    color: #bbb;
}

.itemtypeHint .level {
    font: 12px Arial;
    color: #faa;
}

.camraButton {
    background: transparent url("http://camra.ru/camra-images/green-button-160x32.png") no-repeat;
    width:  152px;
    height: 12px;
    padding: 10px 4px;
    text-align: center;
    font: small-caps 13px/12px Verdana;
    cursor: pointer;
    color: #333;
}

.widget-placeholder {
    border: 1px solid #333;
    background: #eee;
    position: absolute;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.ui-effects-transfer {
    background: black;
    border: 1px solid white;
    opacity: 0.3;
}