﻿body
{
    background-image: url('images/backg.png');
    background-repeat: repeat-x;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    color: #333333;
}

.HeaderContainer
{
	height:180px;
	padding-top:30px;
}

.Logo
{
	margin-top:0px;
	float:left;
}

.HeaderText
{
	padding-top:10px;
	height:88px;
	vertical-align:top;
}

H1
{
	margin-bottom:0px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 24px;
	color:#a0ae5a;	
	text-align:left;
}

H2
{
	font-family: Verdana;
	font-size: 18px;
	color:#3a477a;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
}



.Container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width:668px;
	text-align:center;
}

.Top
{
	background-image: url(images/top.png);
	background-repeat:no-repeat;
	height: 24px;
	width: 668px;
}

.Middle
{
	background-image: url(images/middle.png);
	width:668px;
	background-repeat:no-repeat;
}

.Bottom
{
	background-image: url(images/bottom.png);
	height:101px;
	width:668px;
	background-repeat:no-repeat;
}

HR
{
	width: 98%;
	color: gainsboro;
	border-style: solid;
	border-width: thin;
	border-collapse:collapse;
}

.Instructions
{
	margin:0px 20px 20px 20px;
	text-align:left;
	line-height:1.3;
}

.VarifyPanel
{
    border: silver 1px solid;
    background-color: #cadeee;
    border-collapse: collapse;
    text-align: left;
    padding: 5px;
    width: 320px;
}

.TextBox
{
	border:solid 1px silver;
}

.LinkButton
{
    border-style: solid;
    border-width: 1px;
    border-color: Gray;
    background-color: #344b5d;
    color: #FFFFFF;
    font-family: Verdana;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
    padding: 3px 5px 3px 5px;
    margin-top: 5px;
}

.MessageGreen
{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Green;
}

.MessageRed
{
	margin-top:10px;
	margin-bottom:10px;
	margin-right:20px;
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	color:Red;
}
