#taskManageEdit{
    margin: 25px;
    padding: 30px 40px;
    background: #fff;
}
#taskManageEdit .u-msg-title{
    padding-bottom: 15px;
    border-bottom: 1px solid #cecece;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
#taskManageEdit .u-msg-content{
    padding: 25px 0;
    border-bottom: 1px solid #cecece;
}
#taskManageEdit .u-msg-footer{
    padding: 25px 0 30px 0;
}
#taskManageEdit .task-row  .u-row{
    margin-bottom: 20px;
}
#taskManageEdit #validate-Task{
    border-top: 1px solid #cecece;
    padding: 35px 35px 0 35px;
    margin-bottom: 0;
}
#taskManageEdit .u-msg-title{
    position: relative;
}
#taskManageEdit .u-msg-title #editBack{
    position: absolute;
    right: 0;
    bottom: 10px;
}