﻿body{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #EAEAEA;
	color: #000000;
	font-size: 11px;
	}
	div#wrapper 
	{
        background-image:url('/images/tile.jpg');
        background-repeat:repeat-y;
        background-position:542px 105px;
        padding:0px 0px 0px 0px;
        margin:0px auto 0px auto; 
        height:100%; 
        width:780px;
	}
    div#content 
    {
        width:780px;
        background-image:url('/images/side.jpg');
        background-repeat:no-repeat;
        background-position:right top;
        height:400px;
        background-color:#ffffff;
    }
        p.Error 
        {
            float:right;
            margin:20px 30px 0px 0px;
            color:#222222;
            font-size:11px;
            line-height:16px;
            width:300px;
            background-color:#D7A8A8;
            padding:20px;
            text-align:left;  
        }
            p.Error span
            {
                color:#222222;
                font-size:26px;
                line-height:30px;
                letter-spacing:-1px;
            }
        div#content table 
        {
            float:left;
            width:340px;
            margin:10px 0px 0px 30px;
            font-size:12px;
            color:#333333;
        }
            div#content h1 
            {
                font-size:26px;
                font-weight:normal;
                color:#333333;
                letter-spacing:-2px;
                margin:0px;
                padding:0px;
            } 
            div#content h2 
            {
                font-size:18px;
                font-weight:normal;
                color:#333333;
                letter-spacing:-1px;
                margin:0px 0px 10px 0px;
                padding:0px;
            } 
            .tableinput 
            {
                width:261px;
                border:1px solid #cccccc;
                height:22px;
            }
           .tabletext
            {
                border:1px solid #cccccc;
            }
