.parte {
    margin: 10px 0px 10px 0px;
    height: 20px;
    font: 11px Tahoma;
    height: 20px;
}

.changeSection{
  height: 23px;
  padding: 5px 0px 0px 18px;
  font-size: 13px;
  /*background: -moz-linear-gradient(left, #dfd7cf, #dfd7cf);*/
  background: url('../img/pattern4.gif') -5px -30px repeat;
}

.changeSection a{
  padding: 1px 5px 2px 5px;
}

.choice{
  display: inline-block;
  padding: 1px 5px 2px 5px;
    border: 1px solid transparent;
  height: 20px;
}

.choiceSectionOpen{
    background: #f2f2f2;
    border: 1px solid #797979;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
    z-index: 1000;
    position: relative;
    height: 20px;
    display: inline-block;
    padding: 1px 5px 2px 5px;
}

.choiceSection{
    border-radius: 5px;
    border: 1px solid #797979;
    background: #f2f2f2;
    position:absolute;
    top: 28px;
    left: 14px;
    min-height: 100px;
    width: 300px;
    z-index: 100;
    display: none;
    font-size: 12px;
    padding: 10px 20px 10px 10px;
}

.choiceSection button{
    background: url('../img/delete-img.gif') -14px 0px no-repeat;
    width:14px;
    height: 14px;
    position: absolute;
    border: none;
    cursor: pointer;
    top: 5px;
    right: 6px;
}

.choiceSection button:hover{
    background: url('../img/delete-img.gif') 0px 0px no-repeat;
}

.existedSections div{
    margin: 5px 0px;
}

.existedSections .zagDeclarartion{
    margin: 0px 0px 0px 4px;
}
