﻿body
{
    background-color: white;
    font-size: 11px;
    color: #0D71BD;
    font-family:  Arial, Sans-Serif;
}


TD
{
    font-size: 11pt;
    color: #0D71BD;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
}

table
{
    padding:0;
}


.TextBox
{
    font-size: 12px;
    color: black;
    font-family: Tahoma;
    height: 16px;
    background-color: white;
    border-right: white 1px solid;
    border-top: white 1px solid;
    border-left: white 1px solid;
    border-bottom: white 1px solid;

}



.Text_Error
{
    font-size: 14px;
    color: Green;
    font-family: Arial;
}


.WizzardStyle
{
    
    width:490px;
    
}

.page1
{
	background-color: Transparent;
	/*
    padding-left:222px;

	left: 540px;*/
	position:absolute;
	top: 180px;
	height:100px;
	width:275px;
	
	
}

.page2
{
	background-color: Transparent;
	position: absolute;
	/*left: 536px;*/
	top: 180px;
	height:100px;
	width:275px;
	padding-top:10px;
	
	
}

.page3
{
	background-color: Transparent;
	position: absolute;
	padding-left:222px;
	top: 230px;
	color:black;
	width:275px;
	height:100px;
	font-size:9pt;
}