@charset "UTF-8";

body > .content > .sideCol > .content > .authorizer {
	margin: 0em auto 10em;
	width: 410px;

	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	}
	
	body > .content > .sideCol > .content > .authorizer .window {
		min-width: 400px;
		max-width: 400px;
		width: 400px;
		}

	body > .content > .sideCol > .content > .authorizer > .logo {
		display: block;
		width: 120px;
		height: 120px;
		
		margin: 1em auto 2em;
		background: url('../img/lock.png');
		}
		
	body > .content > .sideCol > .content > .authorizer form label {
		width: 130px;
		}
		
	body > .content > .sideCol > .content > .authorizer form .inputWrapper {
		width: 235px;
		}

	body > .content > .sideCol > .content > .authorizer form button[type=submit] {
		display: block;
		margin: 2em 0em 1em 130px;
		}
