#search {
    margin-bottom: 10px;
}

#search input {
    width: calc(100% - 13px);
    height: 30px;
    border: 1px solid #b5b8c8;
}

#dialogBody #buttons {
    text-align: center;
    width: 100%;
}

#dialogBody #buttons button {
    background: #5a9bd5;
    color: white;
}

.zwyp-ptwz {
    position: relative;
    text-align: center;
    margin: 0 auto;
    z-index: 3;
}

.zwyp-ptwz div {
    background: #c1d3ea;
    color: #fff;
    font-size: 14px;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    position: absolute;
    top: 10px;
    left: 38%;
}

.fild {
    border: 1px solid #b5b8c8;
}

#form > div:nth-of-type(2){
    margin: 10px 20px
}

#shareName{
    width: calc(100% - 45px);
    height: 30px;
    border: 1px solid #b5b8c8;
}