body {
	background: #eee;
	font-family: 'Open sans', arial, serif;
}
.box {
    background: none repeat scroll 0 0 white;
    color:#555;
    box-shadow: 2px 2px 2px #666;
    margin-top: 5%;
    padding: 35px;
    text-align: left;
    width: 90%;
    max-width: 770px;
}
h2 {
    border-top: 1px solid #eee;
    color: #0186d9;
    font-size: 34px;
    line-height: 36px;
    margin: 0 0 20px;
    padding-top: 25px;
}
.logo {
    background: url("logo_noaccess.png") no-repeat scroll 0 0 transparent;
    clear: both;
    height: 55px;
    margin-bottom: 25px;
    margin-left: -5px;
    width: 100%;
}
.mini {
	color:#777;
	font-size: 13px;
}
