/* CSS Document */
.typography form {
		margin: 10px 0px 10px 0px;
		padding: 5px 30px 5px 30px;
		border: 3px solid #EEEEEE;
}

	.typography form fieldset {
		border: none;
		padding: 0;
		margin: 0;
	}
	
	.typography form .field {
		clear: both;
		margin-bottom: 10px;
	}
	
	.typography form label {
		float: left;
		width: 200px;
	}
	
	.typography form label.right {
		margin-right: 270px;
	}
	
	.typography form input {

	}
	
	.typography #MemberLoginForm_LoginForm_Remember {
		float: left;
	}
	
	.typography form .Actions {
		clear: both;
		margin-top: 15px;
	}