<!--
////////////////////////////////////////////////////////////////////////////////
//
//  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
{
    width:300px;
    height:200px;
    margin:0px;
}
.titleHeader 
{
    font-size: 12px;
    font-family: Segoe UI, Tahoma, sans-serif;
}

.settingName 
{
    font-size: 12px;
}

.normal 
{
    font-size: 12px;
}

.textBox
{
    font-size: 12px;
    font-weight:normal;
}
