html {
	width: 100%;
	height: 100%;
}

body {
    margin: 0;
    padding: 10px;
}

h1 {
	display: none;
    font-weight: normal;
    color: #555;
    padding: 0;
    margin: 0 0 8px 0;
}

h2 {
    font-size: 18px;
    font-weight: normal;
    color: #555;
    padding: 12px 0;
    margin: 0;
}

p {
	padding: 0;
	margin: 4px 0; 	
}

#access-denied {
	position: absolute;
	left: -50px;
	top: -50px;
	width: 100px;
	height: 100px;
	background: url("images/keys.cbcce5c34273.png") no-repeat left top;
	z-index: 1;
}

#access-box {
	position: absolute;
    width: 290px;
    height: 180px;
    padding: 10px;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -150px;
    border: 1px solid #000;
    background-color: #fff;
} 

#lock {
    display: block;
	height: 100px;
	background: url("images/lock.3c35ccdde02d.png") no-repeat center bottom;
	z-index: 0;
}

.form-row {
	padding: 2px;
	text-align: center;
}

.small {
    font-size: 10px;
}