#LinksEditorDiv {
    display: none;
    position: absolute;
    top: 200px; left: 300px;
    width: 600px; height: 400px;
    border: 1px solid #606060;
    box-shadow: 3px 3px 3px 3px rbga(0,0,0,1);
    background: #f1f1f1;
    border-radius: 5px 5px;
    z-index: 510;

}
#LinksEditorTitleDiv {
    position: absolute;
    top: 0px; left: 0px;
    width: 100%; height: 26px;
    background: #0000FF;
/*     box-shadow:inset 1px 1px 1px 0px rgba(0,0,0,0.75); */
    
}
#LinksEditorTitleDiv p {
    margin: 0px;
    padding: 5px 0px 0px 10px;
    font: 600 14px/14px Arial, sans-serif;
    color: #fff;
}
#LinksEditorCloseBtn {
    position: absolute;
    top: 3px; right: 3px;
}
.linksDivs {
    position: relative;
    top: 45px; left: 15px;
}
.linksDivs label {
    
    width: 150px; height: 20px;
}
.linksDivs input {
    width: 300px;
}
#CheckURL {
    display: none;
    position: absolute;
    top: 10px; left: 305px;
    width: 20px; height: 20px;
    background: url('/images/icons/link_external.png') no-repeat;
    cursor: pointer;
}
#divResults {
    position: absolute;
    top: 40px; left: 350px;
    border: 1px inset #ccc;
    width: 195px; height: 195px;
}