﻿.RegistrationShell{
	width:650px;
	border:1px solid #000; 
	text-align:center;
}
.RegistrationContent
{
	padding:5px;
	background-color: #F9F9F9;
}
.RegistrationHeader
{
	background-color: #000;
	height:16px;
	padding-left:8px;
	padding-right:18px;
	padding-top:2px;
	font-family: tahoma; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: left;
	color: #FFF;

}
.RegistrationTextCell
{
	padding-top:2px;
	text-align:right;
}
.RegistrationTextbox
{
	width:188px;
	padding-right:18px;
	font-family: tahoma; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: left;
	color: #A1A1A1;

}

.RegistrationDropDown
{
	font-family: tahoma; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: left;
	color: #A1A1A1;

}

.RegistrationButton
{
	background-color: #5A272A;
	border:1px solid #999; 
	color: #FFF;
}

.RegistrationLabel
{
	font-family: tahoma; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: left;
	color: #000;
	text-align:left;
	padding-right:10px;
}

.RegistrationButtonRow{
	padding-top: 15px; 
	text-align:right;
}


.RegistrationLink 
{
	text-align: left;
	color: #5A272A;


}

a.RegistrationLink:link
{
	text-decoration:underline;
}
a.RegistrationLink:active
{
	text-decoration:underline;
}
a.RegistrationLink:visited
{
	text-decoration:underline;
}
a.RegistrationLink:hover
{
	text-decoration:none;
}

.RegistrationError
{
	padding-left:18px;
	padding-left:10px;
	background-color:#DCBABC;
	font-family: tahoma; 
	font-size: 9px; 
	font-weight: bold; 
	text-align: left;
	color: #000;
	border:1px solid #5A272A; 
	

}

.RegistrationRequired
{
	color: #DCBABC;	
}

.RegistrationComplete
{
	padding-top: 40px;
	font-family: tahoma; 
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	color: #000;
}