/* Floater design start */

#floater {
    bottom:0px;
    right:0px
    height: 30px;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    height: 50px;
    background:rgb(106, 114, 127) url(../images/footer_bg.jpg) repeat-x;
    position:fixed;
}

#m_floater {
    bottom:0px;
    right:0px
    height: 30px;
    width: 100%;
    z-index: 100;
    margin: 0;
    padding: 0;
    height: 50px;
    background:rgb(106, 114, 127) url(../images/footer_bg.jpg) repeat-x;

    -moz-border-radius-topleft: 1em;
    -webkit-border-top-left-radius: 1em;
    border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-right-radius: 1em;
    border-top-right-radius: 1em;

    -moz-border-radius-bottomleft: 1em;
    -webkit-border-bottom-left-radius: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-bottom-right-radius: 1em;
    border-bottom-right-radius: 1em;
}

#m_floater #editbar_wrap table {
    margin: 0 15px 0 0;
}

#editbar_wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background:url(../images/edit_gra_bg.jpg) no-repeat top right;
    margin-top: 0px;
}

#editbar_wrap table {
    margin: 0;
}


/**html #editbar_wrap {
    margin-top: -11px;
}*/

.editbar {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
    margin-top: 3px;
}

.editbar form, .editbar form div {
    display: inline;
    margin: 0;
}

.editbar li {
    display: inline;
    padding: 0 8px;
    margin: 0;
    font-weight:normal;
}

.editbar a, .editbar a:visited {
    color: #FFFFFF;
    font-size: 12px;
}

.editbar a:hover, .editbar a:visited:hover {
    color: #7db5b2;
    font-size: 12px;
    text-decoration: none;
}

#edit_box {
    color: #7d7d7d;
    font-family: Dotum;
    height: 17px;
}

#copyright {
    font-size: 10px;
    margin: 0px 30px 0 5px;
    padding: 0 10px 0 0;
    color: #9ba4b0;
    font-family: Arial;
    text-align: right;
}

#copyright a {
    color: #9ba4b0;
    font-weight: bold;
    font-size: 10px;
}

#copyright a:hover {
    color: #7db5b2;
    font-weight: bold;
    text-decoration: underline;
}

/* Floater design end */



