@charset "utf-8";

.topright {
	position: absolute;
	top: 0px;
	right: 10px;
}
.topleft {
	position: absolute;
	top: 5px;
	left: 5px;
}
.topright-30 {
	position: absolute;
	top: -30px;
	right: 0px;
}

.bottomright {
	position: absolute;
	bottom: 0px;
	right: 10px;
}

.avatar {
	padding: 0px;
	height: 100px;
	width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAAAAA;
	border-right-color: #111111;
	border-bottom-color: #111111;
	border-left-color: #AAAAAA;
}