div#keyImageFrame {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 500px;
	height: 500px;
	padding: 0;
	margin-top: 40px;
	margin-left: 0;
	margin-right: auto;
	margin-bottom: auto;
	border: none;
}

.wraptocenter {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 500px;
    height: 500px;
}
.wraptocenter * {
    vertical-align: middle;
}
/*\*//*/
.wraptocenter {
    display: block;
}
.wraptocenter span {
    display: inline-block;
    height: 100%;
    width: 1px;
}
/**/

div#keyText {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-left: 500px;
	margin-top: 55px;
	width: 300px;
	min-height: 300px;
	height: expression(this.height < 300 ? true : '300px');
	text-align: left;
	font-family:Arial, Charcoal, sans-serif;
	font-size:12px; font-weight:normal;
	color:#929ca3;
}

h1#keySetName
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8ed1ce;
	margin: 0;
	margin-bottom: 20px;
}

em#keyLabelRef, em#keyLabelDate
{
	font-style: normal;
	font-weight: normal;
	padding-right: 8px;
}

div#keyButView
{
	position: static;
	height: 25px;
	margin-top: 0;
	padding: 0;
}

img#keyButView
{
	position: absolute;
	left: 0;
	bottom: 0;
}

img.pre{
text-align: center;
max-width: 450px;
max-height: 450px;
height: expression(this.height >= this.width && this.height > 450 ? '450px' : true);
width: expression(this.height < this.width && this.width > 450 ? '450px' : true);
}

.bbar {
	position: absolute;
	bottom: 4px;
	left: 0;
	right: 0;
	height: 30px;
	width: 100%;
	padding: 0;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}

.back {
	display: inline;
	bottom: 4px;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0 auto;
}