
body {
	font-family: helvetica, arial, sans-serif;
}

label {
	display: block;
	text-align: left;
	margin-bottom: 20px;
	text-align: center;
}

input {
	width: 98%;
	font-size: 115%;
	border: none;
	padding: 10px;
}

input[type="submit"] {
	cursor: pointer;
	border: 1px solid #999999;
	background-color: eeeeee;
}

input[type="submit"]:hover {
	
}













.disabled, 
.disabled:hover {
	cursor: not-allowed;
	background-color: eeeeee;
}

.notValidated {
	border: 1px solid red;
	background-color: pink;
}

.thinText {
	font-weight: 100;
}











.loginSectionWrapper {
	margin:20px 20px 0px;
	padding:20px;
	text-align:center;
}

.formItemBox {
	margin: 0 auto;
	width: 350px;
	padding-bottom: 10px;
}

.formSpacer {
	height: 20px;
}

.buttonBox {
	text-align: center;
}








