@charset "utf-8";
/* CSS Document */

#login
{
	margin:10px auto;
	width:300px;
}


#loginTop
{
	background:url(../assets/boxes/loginTop.jpg) no-repeat;
	width:300px;
	height:45px;
}


	a#passwordLost
	{
		text-decoration:none;
	}
	a#passwordLost:hover
	{
		text-decoration:underline!important;
	}

.inputPageElement 
{
	margin: 0 0 10px 0;
}
			
.inputPageElement label 
{
	background:#EEEEEE none repeat scroll 0 0;
	display:block;
	margin:10px 0;
	color:#529214;
}

.inputPageElement input, .inputPageElement textarea 
{
	border: 2px solid #529214;
}
			
			
#errorsContainer, #serverErrorsContainer, 
#errorsContainer2, #serverErrorsContainer2,
#errorsContainer3, #serverErrorsContainer3
{
	color:#FF3300;
	font-size:16px;
	list-style-type:none;
	margin:0;
	text-align:center;
}

#welcomeMsg
{
	padding: 10px 0pt; 
	font-size: 16px; 
	text-align: center;
}
