/* CSS Document */

#bigTitle{
	position: relative;
  display: block;
	width: 458px;
	font-family: Arial;
	font-size: 20px;
	text-align: center;
	color: #FFFFFF;
	background-color: #623812;
	font-weight: lighter;
}

#userForm{
	position: relative;
	width: 450px;
	text-align: left;
	margin: 5px 0px 10px 10px;
	padding: 0;
}

.label{

	margin-top: 5px;
	text-align: left;
	font-family: Arial;
	font-size: 16px;
	color: #000000;
	font-weight: bold;


}


.button{
  position: relative;
  display: block;
	margin-top: 10px;
	text-align: center;
	width:460px;
}