/***
Filename:		loginregistrationforms.css
Author:			Andrei Vais
Date:			28/05/2008
Description:	Styling for forms login existing user, registration new user, password reminder for Ryalux

***/

#PageContent .RegisterUser
{
	background: #FFFFFF;
	display: inline;
	min-height: 614px;
	padding: 11px 2% 0 2%;
	width: 43.9%;	
}

#PageContent div form p.MessageToUser
{
	background: #FFFFFF;
	border: 1px solid #717275;
	color: #FF0000;
	float: left;
	margin: 11px 0 21px 0;
	padding: 11px  2% 11px 2%;
	width: 93.6%;
}

#PageContent .ColumnWithMultipleForms
{
	background: none;
	display: inline;
	padding: 0;
	min-height: 458px;
	width: 47.9%;
}

#PageContent .ColumnWithMultipleForms div
{
	background: #FFFFFF;
	padding: 11px 4%;
	height: 283px;
	width: 92%;
}

#PageContent .ColumnWithMultipleForms div.First
{
	margin-bottom: 15px;
}

#PageContent .standard p label#Contact_label
{
	padding-top: 3px;
	width: 87%;
}

#PageContent .standard p input.checkbox
{
	width: auto;
}

#PageContent .standard p input.button
{
	margin-top: 10px;
	margin-right: 18px;
}