/** 
 * 	Layout 
 */ 

html {
	height:100%;
}
body, a {
	font-family:'DIN Next W02 Regular',Helvetica,Arial,sans-serif;
	font-size:19px;
	font-weight:normal;
	text-decoration: none;
	color:#122a3e;
	background:url(img/access-bg.png) no-repeat center 0 #30302F; 
}
body {
	height:100%;
}
body.denied {
	background:url(img/access-denied-bg.png) no-repeat center 0 #30302F; 
}
#hidden {
	background:url(img/access-denied-bg.png) no-repeat center 8px #30302F;
}
#f {
	margin: 0 auto;
	padding: 0 0px;
	width:598px;
	height:100%;
	min-height:100%;
	position:relative;
	background:url(img/access-content-bg.png) no-repeat center 0 #30302F;
}
#form {
	left: 140px;
    overflow: hidden;
    position: absolute;
    top: 377px;
}
input {
   background-color: rgba(0, 0, 0, 0);
    border: 0 none;
    color: #FFFFFF;
    font-size: 24px;
    height: 56px;
    letter-spacing: 8px;
    overflow: hidden;
    text-align: center;
    text-indent: 5px;
    text-transform: uppercase;
    width: 324px;
    
}
input:focus {
	outline: none;
	}
#button {
	cursor: default;
    left: 186px;
    position: absolute;
    top: 491px;
    width: 230px;
    height:87px;
    background:url(img/access-button-inactive.png) no-repeat 0 -8px transparent; 
}
#button.canclick {
	background:url(img/access-button-active.png) no-repeat 0 -8px transparent;
	cursor: pointer;
}
#button.canclick:hover {
	background:url(img/access-button-hover.png) no-repeat 0 -8px transparent; 
}

