input#lstDefaultSearch {
    width:300px;
    position:relative;
    top:0px;
}
input#txtBackgroundColor {
    width:200px;
    position:relative;
    top:0px;
}
input#txtForeColor {
    width:200px;
    position:relative;
    top:0px;
    left: 65px;
}
label#labelName {
    width:400px;
    display:block;
    float: left;
}
input#txtName {
    width: 200px;
}
a#lnkSaveName, a#lnkCheckAvailability, input#txtName {
    position:relative;
    top: 5px;
    left: -75px;
}

div#ajax_status {
    position:absolute;
    top:50%;
    left:50%;
    z-index:10000;
    font-size:30;
}
label#lblTextColor {
    position:relative;
    top: 0px;
    left: 22px;
}

label.checkboxlabel {
    font-size:16px;
}

div#sitestable {

}
div#sitescoltwo *, div#sitescolone * {
    margin: 5px 3px 3px 5px;
}
div#sitescol_1 * {
/*  position:relative;
    left: 40px;
    top: 0px;*/
}
div#sitescol_2 * {
/*    position:relative;
      left: 200px;
      top: -280px;
      */
}
div#sitescol_3 * {
/*    position:relative;
      left: 400px;
      top: -560px;
      */}
div#sitescol_4 * {
/*    position:relative;
      left: 600px;
      top: -840px;
      */}
div#sitescol_1,
div#sitescol_2,
div#sitescol_3,
div#sitescol_4 {
    float: left;      
}

/* Color Selector */
A#color1:hover, A#color2:hover, A#color3:hover, A#color4:hover,A#color5:hover,
A#color6:hover, A#color7:hover, A#color8:hover, A#color9:hover {
    border-color: yellow;
}

div#divColorSelection_fg, div#divColorSelection_bg {
    position:relative;
    left:75px;
}
div#divColorSelection_fg A, div#divColorSelection_bg A {
    width:30px;
    height: 30px;
    margin: 1px;
    border: 4px;
    border-style: solid;
    position: relative;
    float:left;
    border-color: gray;

}


a#linkback {
    /*   position:absolute;
         left: 20%;
         top: 6%; */
    font-size: 18px;
}

