/*
//---------------------------------------------
//  THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.  
//  Copyright (c) 2009 Microsoft Corporation.  All rights reserved.
// ----------------------------------------------
*/
body {
    margin: 0;
    border: none;
    width: 130;
    height: 138;
    font-family: 'Segoe UI', Tahoma;
    color: #ffffff;
    font-weight: bold;
    cursor: default;
    background-color: Transparent;
}
#puzzleBg
{
    margin: 0px;
    width: 130px;
    height: 138px;
    background-repeat: no-repeat;
}
#bar {
    z-index: 100;
    width: 130;
    height: 17;
    padding: 1 0 0 3;
    overflow: hidden;
}
#bar *
{
    position: absolute;
    top: 2px;
}
#timer
{
    left: 9px;
    top: 4px;
}
#timerCount
{
    left: 24px;
    top: 4px;
    font-size: 11px;
    color: #462300;
}
#hint
{
    left: 92px;
    top: 4px;
}
#shuffle
{
    left: 107px;
    top: 4px;
}
#gamePadDiv
{
    position: absolute;
    left: 10px;
    top: 20px;
}
#pad {
    filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=16,duration=1,enabled=false)
    }
#pad * {
    position: absolute;
}
#pad {
    border-right: #462300 1px solid;
    border-top: #462300 1px solid;
    border-left: #462300 1px solid;
    width: 110px;
    border-bottom: #462300 1px solid;
    position: absolute;
    height: 110px;
}
#gamePictureDiv {
    filter:progid:DXImageTransform.Microsoft.Pixelate(MaxSquare=16,duration=1,enabled=false)
}
#overlay {
    border-right: #462300 1px solid;
    border-top: #462300 1px solid;
    background: #999999;
    border-left: #462300 1px solid;
    width: 5px;
    border-bottom: #462300 1px solid;
    position: absolute;
    height: 110px;
}
#glow {
    z-index: 9;
    left: 0px;
    width: 108px;
    top: 0px;
    height: 108px;
}
#winMessage {
    position: absolute;
    height: 110px;
    width: 110px;
    visibility: hidden;
    font-size: 12px;
    background: #333333;
    left: 10px;
    top: 19px;
    z-index: 300;
    border: 1px solid #462300;
    filter: alpha(opacity=70);
    text-align: center;
    padding-top: 30px;
}
