#cancellation_form ul {
    list-style: none;
    margin-left: 0;
    padding-left:0;
}
#cancellation_form ul > li:last-child {
    margin-top: 12px;
}
.ui-widget-overlay {
    background: white;
}
#cancellation_form label {
    font-weight: normal;
}
#cancellation_form fieldset {
    background-color: white;
}

#cancellation_form li {
      margin-top: 4px;
}
#cancellation_form #textfields li {
    margin-top: 0;
    margin-bottom: 16px;
}
#cancellation_form #textfields #other_solution {
    width:100%
}
#cancellation_form input#other {
    margin-left: 9px;
    width: 300px;
}
.ui-dialog {
    z-index: 1000;
}

.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    background: rgba(255,255,255,0.8) url("../img/loader.gif") center no-repeat;
}
/* Turn off scrollbar when body element has the loading class */
body.loading{
    overflow: hidden;
}
/* Make spinner image visible when body element has the loading class */
body.loading .overlay{
    display: block;
}