form div.input
	{
		background-color:#eeeeee;
		padding: 1%;
		width: 40%;
		margin: 1%;
		float: left;
		clear: none;
	}
form div.submit
	{
		float: left;
		clear: both;
	}
form p
	{
		width:99%;
		float: left;
		clear: both;
	}

.passwordReset
	{
		padding-top:16px;
		float: left;
		clear: both;
		width: 98%;
	}

.passwordReset a, .passwordReset input[type=submit]
	{
		background:none;
		border:0;
		border-radius:0;
		padding:0 8px !important;
		text-decoration:underline;
		color:#004b94;
	}