.noAccessContainer{
	width:830px;
	
	position:relative;
	left:50%;

	margin:50px 0 0 -415px;
}

.noAccessTop{
	width:830px;
	height:40px;

	background:url("../images/noAccess/noAccessTopBg.png") 0 0 no-repeat;
}

.noAccessCenter{
	width:830px;

	background:url("../images/noAccess/noAccessCenterBg.png") 0 0 repeat-y;
}
.blocked .noAccessCenter{
    min-height:50;
}


.private .noAccessCenter{
    min-height:50px;
	padding-left: 30px;
}

.noAccessBottom{
	width:830px;
	height:50px;

	margin-bottom:50px;

	background:url("../images/noAccess/noAccessBottomBg.png") 0 0 no-repeat;
}

h1{
    width:745px;

    margin:0 0 20px 0;
    padding:0 0 10px 0;

    color:#4f4d49;

    border-bottom:1px solid #e1dad0;
}

a{
    color:#4f4d49;
    text-decoration:none;
}