﻿body, html { margin: 0px; height: 100%;}

body { overflow: hidden; background-color: #dfdfdf; }

.iPreach
{
	width: 100%;
	height: 100%;
}

.MessageBox
{
    margin: 50px auto;
    font-family: Tahoma;
    width: 400px;
    position: relative;
}

.ContentBox
{
    background-color: White;
    font-size: medium;
    padding: 10px;
    margin-top: 5px;
}

.ContentBox .bl
{
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ContentBox .br
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.TitleBox
{
    background-color: #87a5c9;    
    color: White;
    font-size: x-large;
    padding: 5px 10px;
    text-align: center;
}

.TitleBox .tl
{
    position: absolute;
    top: 0px;
    left: 0px;
}

.TitleBox .tr
{
    position: absolute;
    top: 0px;
    right: 0px;
}