*
{
    font-family:arial;
    font-size:10pt;
}
.draggablewindow
{
    width:550px;
    position:absolute;
    top:-1000px;
    left:-1000px;
    border:2px solid #4d4d4d;
    background:url(../images/base/bkg_popup.jpg) repeat-x #F6F6F6;
    z-index:1000;
}
.draggablewindow div
{
    z-index:1000;
}
#indicehandle, #feedbackhandle
{
    width:500px;
    height:25px;
    cursor:move;
    float:left;
}
#indicehandleright, #feedbackhandleright
{
    width:50px;
    height:25px;
    background:url(../images/skin/feedback_x_norm.png) no-repeat 26px 14px;
    float:left;
}
#indicehandleright:hover
{
    background:url(../images/skin/feedback_x_roll.png) no-repeat 26px 14px;
    cursor:pointer;
}
#feedbackhandleright:hover
{
    background:url(../images/skin/feedback_x_roll.png) no-repeat 26px 14px;
    cursor:pointer;
}
#indiceheader, #feedbackheader
{
    background:url(../images/skin/indicebullet.png) no-repeat center left;
    padding-left:30px;
    font-size:10pt;
    font-weight:bold;
    clear:both;
}
/*#indiceheader img
{
    cursor:pointer;
    position:relative;
    top:-15px;
    left:507px;
}*/
#indicesep, #feedbacksep
{
    background:#4d4d4d;
    width:490px;
    height:2px;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
}
#indicewrapper, #feedbackwrapper
{
    width:490px;
    min-height:50px;
    max-height:430px;
    margin-top:10px;
    margin-left:30px;
    padding-right:30px;
    overflow:auto;
}
#indicewrapper div
{
    /*OTHERS*/
    padding-left:20px;
    background:url(../images/skin/arrowOnly.png) left 17px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #indicewrapper div{
        /*SAFARI ONLY HACK*/
        padding-left:20px;
        background:url(../images/skin/arrowOnly.png) left 16px no-repeat;
    }
}

#feedbackwrapper div
{
    /*OTHERS*/
    padding-left:20px;
    background:url(../images/skin/arrowOnly.png) left 17px no-repeat;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    #feedbackwrapper div{
        /*SAFARI ONLY HACK*/
        padding-left:20px;
        background:url(../images/skin/arrowOnly.png) left 16px no-repeat;
    }
}

#indicewrapper a
{
    text-decoration:none;
    color:#465EAB;
}
#indicewrapper a:hover
{
    text-decoration:underline
}

#feedbackwrapper a
{
    text-decoration:none;
    color:#465EAB;
}
#feedbackwrapper a:hover
{
    text-decoration:underline
}