﻿html 
{
    height: 100%;
	overflow: auto;
}

body
{
    background-color: #FFFFFF;
    text-align: center;
    color: #404040;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.Submit
{
    text-align: left;
    margin: 20px;
}

.WhiteCorner
{
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FEFEFE;
    font-size: xx-small;
}

#silverlightControlHost 
{
    height: 100%;
	text-align:center;
}
