﻿div.label 
{
	margin-left: 3px;
	font-size: 12px;
	font-weight: normal;
    clear: left;     
    float: left;     
    width: 150px;
}
div.data 
{
	font-size: 12px;
	font-weight: normal;
	width: 400px;
    min-width: 400px;
    display: inline;
    position: relative;
   	text-align: left;
}

div.registrationForm 
{
	padding: 2px;
    font-family: Tahoma;
    color: Black;
    border: solid 1px gray;
    width: 500px;
    min-width: 500px;
    text-align: left;
}

div.header 
{
	margin-left: 0px;
	font-weight: bold;
	font-size: 12px;
	line-height: 25px;
}

inputTextBox 
{
	font-size: 10px;
}

span.required 
{
	font-size: 12px;
	font-weight: bold;
	color: Red;
	padding-right: 3px;
}

#overlay
{
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
    background-color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    text-align: center;
    vertical-align: middle;
}

#overlayText
{
	color: Black;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

#usernameErrorLabel
{
	font-size: 11px;
	color: Red;
	background-color: #ffffcc;
	visibility: hidden;
}

.error
{
	font-size: 14px;
	color: Red;
	background-color: #ffffcc;
	text-align: center;
}

                            
