body {
    margin: 0;
    padding: 0;
    color: #333;
    cursor: default;
    background: #39c;
}

button {
    border: none;
    display: inline-block;
    height: 20px;
    outline: none;
    padding: 0;
    width: 54px;
    vertical-align: middle;
}

input[type=checkbox] {
    vertical-align: middle;
    margin: 0 3px 0 0;
    width: 13px;
    height: 13px;
}

#swearwords {
    position: absolute;
    min-width: 200px;
    min-height: 250px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#top {
    position: absolute;
    top: 7px;
    left:18px;
    right: 18px;
    height: 18px;
    color: #ffc800;
    font-family: Dialog,sans-serif;
    font-weight: bold;
    font-size: 12px;
}

#middle {
    position: absolute;
    top: 25px;
    left: 18px;
    bottom: 112px;
    right: 18px;
    background: white;
}

#bottom {
    position: absolute;
    height: 77px;
    bottom: 0;
    left: 18px;
    right: 18px;
    text-align: center;
    padding-top: 30px;
    font-family: Dialog,sans-serif;
    font-size: 12px;
}

#list {
    width: 100%;
    height: 100%;
}

#bottom label {
    position: absolute;
    top: 0;
    left: 0;
    right: 66px;
}

#swearword {
    vertical-align: middle;
    width: 100%;
    line-height: 18px;
    height: 18px;
    padding: 0;
    border: 1px inset lightgray;
}

#add {
    background: url('/images/new/ekle.gif') no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

#add:active {
    background: url('/images/new/ekle.gif') no-repeat 0 -20px;
}

#remove {
    background: url('/images/new/popupButtons.gif') no-repeat 0 -360px;
}

#remove:active {
    background: url('/images/new/popupButtons.gif') no-repeat 0 -380px;
}

#close {
    background: url('/images/new/popupButtons.gif') no-repeat 0 -160px;
}

#close:active {
    background: url('/images/new/popupButtons.gif') no-repeat 0 -180px;
}

