
body
{
    margin:		0px 0px 0px 0px;

    background-color:	black;
    height:		100%;
    min-height:		100%;
    color:		white;
    font-family:	Verdana, Helvetica;
    background-color:	#202020;
}

.content
{
    width:		100%;
    text-align:		center;
    background-color:	black;
    border-top:		1px dotted #606060;
    border-bottom:	1px dotted #606060;
    position:		relative;
    top:		5%;
    padding-top:	30px;
    padding-bottom:	30px;
}

.logo
{
    width:		200px;
    height:		200px;
}

td#logo_name
{
    border-left:	1px solid white;
}

h1, h2, h3, p
{
    font-family:	Verdana, Helvetica;
    font-size:		40px;
    font-style:		italic;
}

h2
{
    font-size:		25px;
}

h3
{
    font-size:		14px;
}

p
{
    font-size:		11px;
}

.cubeblue
{
    color:		#4040ff;
}

a, a:visited
{
    text-decoration:	none;
    color:		white;
    font-size:		10px;
}

input, form table
{
    font-size:		10px;
}

input.submit
{
    background-color:	#d0d0d0;
    outline:		none;	
}

table .errors, .errors
{
    color:		red;
}

table .messages, .messages
{
    text-decoration:	underline;
}

.checkMailboxButton
{
    background-color:	#4040ff;
    border:		solid white 2px;
    color:		white;
    font-size:		16px;
    font-weight:	bold;
    padding:		10px;
}

img
{
    border: none;
}