body{
	margin: 0;
	padding: 0;
}

.beardyFace{
	clear: both;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99;
	display:none;
}

.beardyHair{
	margin:0;
	padding: 0;
	position: absolute;
	width: 500px;
	height: 405px;
	z-index: 100;
	background: #000;
	border: 5px solid #2b2b2b;
	display: none;
}

.beardyStubble{
	width: 100%;
	height: 100%;
	background: rgba(139,139,139, 0.7);
	display:none;
}

.beardyChin{
	margin:0;
	_margin-left: -1px;
	padding: 0;
	line-height: 50px;
	position: absolute;
	width: 500px;
	height:50px;
	z-index: 200;
	border: 5px solid #2b2b2b;
	background: #2b2b2b url('beardybox.png') left no-repeat;
	color: #fff;
	display:none;
}

.beardyClose{
	width: 50px;
	height: 50px;
	background: url('close.png') left no-repeat;
	border:0;
	float:right;
	font-size: 1em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana;
	cursor: pointer;
}

.beardyClose a{
	color: #fff;
	text-decoration: none;
}

.beardyClose a:hover{
	color: #fff;
	text-decoration: underline;
}