@charset "utf-8";



#keyBase {
	position: absolute;
	width: 400px;
	height: 600px;
	left: 0px;
	top: 0px;
	z-index: 1;
	padding-right: 16px;
	padding-bottom: 16px;
}

#key {
	position: relative;
	width: inherit;
	height: inherit;
	z-index: 4;
	background-color: #FFFFFF;
	border:1px solid #a1a1a1;
} 

#keyMoveBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 2;
	left: -16px;
	top: -16px;
	background-color: #000000;
	cursor: move;
}

#keyResetBox  {
	position: absolute;
	width: 16px;
	height: 16px;
	z-index: 2;
	left: 401px;
	top: 601px;
	background-color: #000000;
}

#keyviewInfobox {
	position: absolute;
	width: 100px;
	height: 40px;
	z-index: 4;
	left: 209px;
	top: 55px;
	background-color: #FFFFFF;
}

#keyviewThumbs {
	position: absolute;
	width: 400px;
	height: 90px;
	z-index: 4;
	left: 0px;
	top: 100px;
	background-color: #FFFFFF;
} 
 
#keyviewKey {
	position: absolute;
	width: 400px;
	height: 400px;
	z-index: 4;
	left: 0px;
	top: 200px;
	background-color: #FFFFFF;
	background-image: url(../shared/pics/buttons/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center; 
} 

#resetButton {
	position: absolute;
	width: 36px;
	height: 36px;
	z-index: 4;
	left: 348px;
	top: 548px;
} 

