/* Form elements */
html
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90%;
}

#Form
{
	background: white url(Images/Background.png) no-repeat scroll center center;
	font-size: .7em;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -200px;
	width: 400px;
	height: 180px;
}

#LoginForm #Form fieldset
{
	text-align: center;
	border: none;
	padding: 40px 50px;
	margin: 0 auto;
	width: 300px;
}

form fieldset.hidden
{
	display: none;
}

#RegisterLink
{
	display: none;
}

#LoginForm input.text, #LoginForm input.password
{
	font-size: 1em;
	width: 150px;
	margin: 0 auto 10px auto;

	padding: 2px;

	border: 1px solid #7C7C7C;
	border-left-color: #C3C3C3;
	border-bottom-color: #DDDDDD;
	border-right-color: #C3C3C3;

	background: white url(../../../../Class/Form/Style/Images/InputBackground.gif) repeat-x scroll top left;
}

#LoginForm input.button
{
	border: none;
	margin: auto;
	display: inline;
	width: 106px;
	height: 30px;
	padding-bottom: 3px;
	background: transparent url(Images/button_on_white.png) no-repeat scroll center center;
	font-size: 9pt !important;
	text-shadow: #999 0px 1px 2px;

	margin: 10px auto 0 auto;
}

#Form label
{
	width: 120px;
	display: block;
	float: left;
	text-align: right;
	padding-top: 2px;
}

#ErrorPlaceholder
{
	width: 350px;
	color: red;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -175px;
}