.backdrop{
	background-color: rgba(255, 255, 255, 0.75);
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top:0;
	z-index: 5;
	display: none;
}

#box-acount{
	display: block;
	height: 325px;
	box-shadow: 0 2px 3px #555;
}

#time-line-acount, #box-acount form{
	display: block;
}

.close-create-acount{
	float: none;
	top: -102px;
	position: absolute;
	right: 0;
}
.close-create-acount:active{
	top: -99px;
	position: absolute;
}