
		form.login {
					width:31.22em; 
					background-color:#232323;
					padding:1em;
					margin-left:auto;
					margin-right:auto; 
					padding-bottom:2em;
		}

		p.loginTitle {
			font:bold 14px arial;
			color:white;
			margin-bottom:.5em;
			margin-left:15em;
		}
			
		.button, .textbox {
			width:25em;
   			padding:7px;
			margin-left:8.22em;
			margin-top:.35em; 
			margin-bottom:.35em; 
			border:2px solid;
			border-radius:2px;
			font:bold 12px arial;
		}
		
		.textbox {
			color:#222;
			border-color:#000;
			background-color:#e8e8e8;
			  -webkit-box-sizing:border-box;
			  -moz-box-sizing:border-box;
			  box-sizing:border-box;
		}
		
		.button {
			background-color:#db4a39;
			border:2px solid;
			border-color:transparent;
			color:#FFF;
		}