#avatar_section{
	position:relative;
	margin:0;
	padding:0;
	width:534px;
}

#avatar_section ul{
	padding: 3px 0;
	margin:1px 0 0 7px;
}

#avatar_section ul li{
	list-style:none;
	float:left;
	margin:0 6px 0 0;
	color: #008;
	font: bold 8pt Verdana;
	padding: 3px 3px;
	border: 1px solid #888;
	position:relative;
	cursor:pointer;
	z-index:1000000000;
}

#avatar_section ul li.mouse{
	color: #f00;
}

#avatar_stack{
	position:relative;
	height:146px;
	clear:both;
	width:532px;
}

#avatar_stack p{
	margin:0;
	height:124px;
	width:510px;
	padding:10px;
	background:#fff;
	position:relative;
	clear:both;
}

#avatar_stack p img{
	float:left;
	margin:10px;
	width:61px;
	height:100px;
}

#avatar_stack p input{
	float:left;
	margin:93px 0 0 -27px;
}

#avatar_section img.preview{
	display:block;
	width:61px;
	height:100px;
	position:absolute;
	top:20px;
	right:-100px;
	border:2px solid #00d;
	margin:0;
	padding:0;
}

#avatar_section img.black_border{
	border:2px solid #000;
}

#avatar_section img.red_border{
	border:2px solid #f00;
}

#avatar_section p.stack{
	position:absolute;
	top:-1px;
	left:0;
	border:1px solid #888;
	background:#ffffd0;
}

#submit{
	margin:0 0 0 180px;
	padding:20px 0 20px 0;
	position:relative;
	clear:both;
}

#avatar_section div.hotkeys{
	position:absolute;
	z-index:100000000;
	bottom:0;
	right:0;
	margin:0;
	color:#888;
	padding:4px;
	font: 8pt Tahoma; 
}