.changeSection{
  height: 23px;
  padding: 5px 0px 0px 18px;
  font-size: 13px;
  background: -moz-linear-gradient(left, white, #f2f2f2);
}

.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: 9900;
    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: 1000px;
    z-index: 9000;
    display: none;
    font-size: 12px;
}

.choiceSection a:hover{
  text-decoration: none;
}

.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{
    width: 290px;
    margin:10px 0px 10px 10px;
    background: -moz-linear-gradient(top, white, #f2f2f2);
    border-radius: 5px;
    padding: 10px 10px;
    min-height: 60px;
    float: left;
}

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

.allSections {
    float: left;
    margin: 0px 10px 10px 10px;
}
