/* ·¹ÀÌ¾î */
div {
        font: menu;
        FILTER: alpha(opacity=100);
}

#testDiv1 {
        position: absolute;
        top: 100px;
        left: 100px;
        width: 200px;
        border: 1px solid black;
        background: white;
        color: black;
        padding: 3px;
}

#testDiv2        {
        position: relative;
        top: 60px;
        left: 30px;
        width: 200px;
        border-left:        1px solid buttonhighlight;
        border-right:        1px solid buttonshadow;
        border-top:                1px solid buttonhighlight;
        border-bottom:        1px solid buttonshadow;
        background: buttonface;
        padding: 2px;
}

#testDiv2 .handle {
        width: 100%;
        border-bottom: 2px solid buttonface;
        background: activecaption;
        color: captiontext;
        font: caption;
        padding: 2px;
}

#testDiv2 .content {
        width: 100%;
        background: white;
        border-left:        1px solid buttonshadow;
        border-right:        1px solid buttonhighlight;
        border-top:                1px solid buttonshadow;
        border-bottom:        1px solid buttonhighlight;
        padding: 3px;
}