/* ======================================================================== */
/* Name:			LogIn.css												*/
/* Author:			Derrick Went											*/
/* Date:			19 July 2006											*/
/* Description:		Standard stylesheet for LogIn and Registration			*/
/* Client:			Atlantis Marine											*/
/* ======================================================================== */
.LogInSummary
{
	padding-bottom: 1em;
	margin: 0em;
	width: 150px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 440px;
	left: 40px;
}
.LogInSummaryFieldSet
{
	padding: 0em;
	margin: 0em;
	position: static;
}
.LogInSummaryLegend
{
	visibility: hidden;
} 
.LogInSummaryLabel
{
	display: inline;
	float: left;
	margin-left: 3px;
	width: 100px;
	margin-right: 3px;
	position: static;
	text-align: right;
}
.LogInSummaryButton
{
	display: inline;
	float: left;
	position: static;
	text-align: center;
	text-decoration: none;
}

.LogInPrompt
{
	padding: 0em;
	margin: 0em;
	width: 100%;
}
.LogInPromptLegend
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
} 
.LogInPromptErrorMessages
{
	font-weight: bold;
	color: red;
}
.LogInPromptText
{
	display: block;
	width: 100%;
}
.LogInPromptLink
{
	padding: 0px;
	background-position: center center;
	MIN-WIDTH: 90px;
	font-weight: bold;
	MIN-HEIGHT: 2em;
	MAX-HEIGHT: 2em;
	line-height: 2em;
	height: 2em;
	background-image: url(../images/buttons/btn_bkd_80.gif);
	MAX-WIDTH: 90px;
	margin: 0em;
	text-transform: lowercase;
	width: 90px;
	color: white;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	float: left;
}

.LogInPromptLabel
{
	display: inline;
	float: left;
	width: 150px;
	text-align: left;
}
.LogInPromptRed
{
	font-weight: bold;
	color: red;
}

/* Registration */
.RegistrationLegend
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
} 
.RegistrationSubFieldSet
{
	padding: 1em;
}
.RegistrationSubLegend
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: larger;
} 
.RegistrationText
{
	height: 1.5em;
	line-height: 1.5em;
}
.RegistrationRed
{
	font-weight: bold;
	color: red;
}
.RegistrationLabel
{
	display: inline;
	float: left;
	width: 190px;
	position: static;
	text-align: left;
}
.RegistrationMandatory
{
	font-weight: bold;
	color: red;
}
.registrationLine
{
	display: block;
	width: 100%;
	min-width: 1%;
	max-width: 100%;
	float: left;
}
.RegistrationLink
{
	padding: 0px;
	background-position: center center;
	MIN-WIDTH: 90px;
	font-weight: bold;
	MIN-HEIGHT: 2em;
	MAX-HEIGHT: 2em;
	line-height: 2em;
	height: 2em;
	background-image: url(../images/buttons/btn_bkd_80.gif);
	MAX-WIDTH: 90px;
	margin: 0em;
	text-transform: lowercase;
	width: 90px;
	color: white;
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	float: left;
}
.RegistrationSelect
{
	margin-top: 2px;
	display: inline;
	font-size: x-small;
	float: left;
	line-height: 2em;
	height: 2em;
}
.RegistrationCBFields
{
	display: inline;
	font-size: x-small;
	width: 25em;
	color: black;
	position: static;
}
.RegistrationRB
{
}
.RegistrationInputNoBorder
{
	display: inline;
	font-size: x-small;
	width: 25em;
	color: black;
	position: static;
}

.RegistrationErrorMessages
{
	font-weight: bold;
	color: red;
}
