
#src ul, #dst ul {list-style-type : none}

#src {
    width: 300px;
    border: 2px dotted gray;
    float: left;
    margin: 0 0 0 30px;
}

#src li {
    cursor:move;
    margin-top:10px;
    padding:5px;
    background:#F6F6F6 !important;
    color:black;
    width: 250px;
    border:1px solid #CDD5DA;
}

#src ul {padding:0;margin:20px;}

#dst {
    background: #E9EAF4 none repeat scroll 0 0;
    width: 530px;
    float:left;
    border: 2px dotted gray;
}
#dst ul {
    margin-right:40px;
    padding-bottom:30px;
}
#dst li {
    cursor:move;
    line-height: 1.2em;
}

.li-field {
    margin:3px 0 3px 0;
    padding:3px 0 3px 0;
}
.li-field:hover {
    background-color: #F6F6F6 ;
}

#dst .feedback_txt {width:200px;}
#dst .feedback_day, #dst .feedback_month, #dst .feedback_year{margin-right:10px;}

.constructor .title {
    float:left;
    width: 150px;
    height: auto;
}

.value {
    float:left;
}

.action {
    float:right;
    padding-left:3px;
}

.helper {
    margin-top:10px;
    background:#F6F6F6 !important;
    width: 300px;
    float: left;
    margin: 0 0 30px 30px;
}

.helper .message {
    padding:10px;
    font-style: italic;
}

.helper .actions {
    padding: 0 10px 10px 0;
    float: right;
}

.ui-state-hover {background:#F6F6F6 !important;color:black;border:1px solid #CDD5DA;}
.ui-state-highlight-2 { height: 1.5em; line-height: 1.2em; margin:5px 0 5px 0;padding:5px 0 5px 0;}
.ui-progressbar-value { background-image: url(/css/images/pbar-ani.gif); }

.hugeBtn {
    font-size:22px;
    line-height:27px;
}

.progressbar {
    width: 400px;
}

#form-constructor .input.spinbox-active {
    background-image: url('/images/form-spinbox-sprite.png');
    background-position: right 5px;
}

#form-constructor .input.spinbox-active.spinbox-up-hover {
    background-image: url('/images/form-spinbox-sprite.png');
    background-position: right -17px;
}


#form-constructor .input.spinbox-active.spinbox-up-hover.spinbox-up {
    background-image: url('/images/form-spinbox-sprite.png');
    background-position: right -83px;
}

#form-constructor .input.spinbox-active.spinbox-down-hover {
    background-image: url('/images/form-spinbox-sprite.png');
    background-position: right -39px;
}

#form-constructor .input.spinbox-active.spinbox-down-hover.spinbox-down {
    background-image: url('/images/form-spinbox-sprite.png');
    background-position: right -61px;
}

.constructor .result ul.radio input {
    margin-right: 5px;
    position: relative;
    top: 2px;

}

#form-constructor {
    padding-top: 10px;
}

.popup-settings textarea {
    border: 1px solid #E2E3EF;
    width: 100%;
    height: 80px;
}

.popup-icon {
    float:right;
    position: relative;
    z-index: 9999;
}

.popup-settings {
    margin-left: 395px !important;
    margin-top: -42px !important;
    position:absolute;
    width: 200px;
    border: 1px solid #E3E3E3;
    background-color:#cfe1e3;
    z-index: 999;
    padding: 10px !important;
    display:none;
}