.registerbox {
	position: absolute;
	top: 20px;
	right: 10px;
	border: 1px solid #555;
	background: #e6e6e6;
	overflow: hidden;
	padding-bottom: 2px;
	z-index: 9999;
	display: none;
	text-align: right;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px solid #a5d3eb;
	padding: 5px;
}

.loginbox {
	position: absolute;
	top: 20px;
	right: 10px;
	border: 1px solid #555;
	background: #e6e6e6;
	overflow: hidden;
	padding-bottom: 2px;
	z-index: 9999;
	display: none;
	text-align: right;
	margin: 0 auto;
	margin-top: 6px;
	margin-bottom: 6px;
	border: 2px solid #a5d3eb;
	padding: 5px;
}

#togglereg {
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

#togglelogin {
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

#logout {
	margin-top: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.createfolder {
	margin-top: 20px;
	text-align: right;
}
