﻿@import "/App_/ROOT/PageFrame/HtmlTextEditorStyleSheet.css";
body
{
    background-color: #eee;
}
#aspnetForm
{
}

/* type */
.type
{
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 14px;
}
table.closeTable
{
    float: right;
    z-index: 1000;
    margin-right: -20px;
}
#pageBody
{
    width: 500px;
    position: relative;
    margin: auto;
}

