﻿body
{
	margin: 0;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	min-width: 900px;
	background-color: #0065a4;
}

.Header
{
	background-image: url(../images/regHdrBG.png);
	background-repeat: repeat-x;
	height: 118px;
	position: relative;
	background-color: #0065a4;/*White;*/
}

.Header .Bottom
{
	background-image: url(../images/hdrbgrad.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 18px;
	width: 100%;
}

.Logo
{
	margin-left: 15px;
	margin-top: 10px;
}

.Body
{
	position: relative;
}

.WaterMark
{
	background-image: url(../images/watermark.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.Copyright
{
	position: absolute;
	font-weight: bold;
	color: #AAAAAA;
	right: 15px;
	bottom: 10px;	
}

.Edition
{
	position: absolute;
	right: 30px;
	top: 35px;
}

.Note
{
	float: left;
	padding-top: 50px;
	padding-left: 25px;
}

#registrationPane
{
	position: relative;
	top: 25px;
	margin: 0 auto;
	width: 500px;
	color: White;
	font-weight: bold;
	border-collapse: collapse;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}
#registrationConfPane
{
	position: relative;
	top: 50px;
	margin: 0 auto;
	width: 500px;
	color: White;
	font-weight: bold;
	border-collapse: collapse;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
}
#thanksPane
{
	position: relative;
	top: 100px;
	margin: 0 auto;
	width: 550px;
	color: White;
	font-weight: bold;
	font-size: 15px;
	border-collapse: collapse;
}

#registrationPane td
{
	vertical-align: middle;
	padding: 4px 0px 4px 15px;
	white-space: nowrap;
}
#registrationConfPane td
{
	vertical-align: middle;
	padding: 30px 0px 4px 15px;
}
.TextInp
{
	background-color: White; 
	border: solid 1px #c9eaff;
	color: Black;
	width: 98%;
}

.Req
{
	color: Yellow;
	margin: 3px;
}

.Button
{
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 5px;
}

.ColA
{
	width: 200px;
	text-align: right;
	white-space: nowrap;
}

#blinds
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: Black;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	visibility: hidden;
}

#addonUsers
{
	position: absolute;
	right: 5%;
	top: 30px;
	z-index: 11;
	background-color: #0065a4;
	padding: 10px;
	border: double 3px #c9eaff;
	visibility: hidden;
	width: 700px;
}

#addonUsers td
{
	margin: 0;
	padding: 6px;
	vertical-align: middle;
}

#addonUsers thead td
{
	color: White;
	text-align: center;
}

.WhiteBold
{
	color: White;
	font-weight: bold;
	white-space: nowrap;
}

.MinWidth
{
	width: 10px;
}