#site-toolbox {
    width: 288px;
    color: #FFF;
    position: absolute;
    z-index: 200;
    top: 200px;
    cursor: move;
    left:50%;
    /*display:none;*/
}

#site-toolbox .main{
    padding: 7px 32px;
    background: url(backgrounds/site-toolbox-main.gif) 0 0 repeat-y;
}

#site-toolbox .main:after {
    content: "."; 
    display: block;
    height: 0;
    visibility:hidden;
    clear: both;
}

#site-toolbox h3{
    padding: 0;
    font-size: 190%;
    margin-bottom: 5px;
}

#site-toolbox p {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
}

#site-toolbox #search-text{
    border: 1px solid #DCDCDC;
    border-right: 0;
    width: 137px;
    height: 19px;
    color: #000;
}

#site-toolbox label {
    color: #c1c1c1;
    font-weight: bold;
}

#site-toolbox #login input {
    color: #676770;
    border: 1px solid #646464;
    width: 99%;
    margin-bottom: 10px;
}

#site-toolbox .button-container button {
    display: block;
    width: auto;
    height: 23px;
    /**background: url(backgrounds/site-toolbox-searchbutton.gif) bottom left no-repeat;**/
    background: red;
    color: white;
    font-weight: bold;
    overflow: hidden;
    border: none;
    float: right;
    padding-bottom: 4px;
}

#site-toolbox .button-container button:hover {
    cursor: pointer;
}

#site-toolbox #login .lost-password {
    clear: none;
}

#site-toolbox .lost-password a {
    text-decoration: underline;
    color: #c1c1c1;
}

#site-toolbox a.logout {
    font-size: 90%;
    float: right;   
    color: #c1c1c1;
    text-decoration: underline;
}

#site-toolbox .logged-in {
    font-size: 90%;
    font-weight: normal;
    color: #c1c1c1;
}

#site-toolbox .logged-in strong {
    font-size: 14px;
    font-weight: bold;
    color: white;
}

#site-toolbox .faux-button {
    background: #646464 url(backgrounds/arrow-solid-right.gif) no-repeat 95% 50%;   
    display: block;
    color: white;
    padding: 3px;
    padding-left: 10px;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 95%;
}

#site-toolbox .hr {
    border-bottom: 2px solid white;
    height: 2px;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}

#site-toolbox hr {
    display: none;   
}

#site-toolbox .objects ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#site-toolbox .objects li {
    width: 110px;
    height: 60px;
    margin-left: 2px;
    margin-bottom: 2px;
    float: left;
    position: relative;
}

#site-toolbox .objects li img {
    width: 110px;
    height: 60px;
}

#site-toolbox .objects a span.icon {
    position:absolute;
    top:50%;
    left:50%;
    width:32px;
    height:32px;
    margin-left:-16px;
    margin-top:-16px;
    text-indent:-999em;
    background:url(icons/video-scroller-item.png);
    cursor:pointer;
}

#site-toolbox .signup p {
    font-size: 120%;
    color: white;
    margin-bottom: 10px;
}

#site-toolbox .before{
    height: 20px;
    background: url(backgrounds/site-toolbox-top.gif) 0 0 no-repeat;
}

#site-toolbox .after{
    clear: both;
    height: 20px;
    background: url(backgrounds/site-toolbox-bottom.gif) 0 0 no-repeat;
}

#site-toolbox #close-mijn {
    position: absolute;
    right: 25px;
    top: 25px;
    background: url(backgrounds/video-box-close.png);
    width: 13px;
    height: 13px;
    cursor: pointer;
    text-indent: -9999px;
}

#site-toolbox h4 {
    margin-bottom: 0.5em;
    font-size: 14px;
}
