#adminPaneDiv {
	position:relative;
	margin:0 auto;
	width:900px;
	text-align:left;
	top:40px;
}
#adminPaneContentDiv {
	height:100%;
	width:900px;
	display:inline-block;
}
#adminPaneContentInnerDiv {
	position:relative;
	width:100%;
	height:100%;
	overflow:hidden;
	left:10px;
	font-family:Trebuchet MS;
	color:#777777;
	font-size:14px;
}
#adminPaneSpacer20 {
	position:relative;
	width:100%;
	height:20px;
}
.adminLinks {
	text-decoration:none;
	color:#00a8b7;
}
#adminPaneLabelDiv {
	position:relative;
	width:100px;
	float:left;
	top:2px;
	text-align:right;
	cursor:default;
}
.adminPaneadminInputBox {
	position:relative;
	width:200px;
	float:left;
	left:5px;
	color:#666666;
}
#adminPaneTipDiv {
	position:relative;
	font-size:9px;
	top:2px;
	float:left;
	clear:left;
	left:105px;
	font-style:oblique;
	color:#999999;
}
.adminPaneadminCheckbox {
	position:relative;
	float:left;
	left:100px;
}
#adminPaneadminAgreeDiv {
	position:relative;
	width:500px;
	top:2px;
	left:105px;
	text-align:left;
	cursor:default;
}
.adminPaneadminSubmitButton {
	position:relative;
	width:150px;
	height:28px;
	left:100px;
}
#adminAgreementTitleLabelSpan {
	font-size:14px;
	font-weight:bold;
	color:#555555;
}
#adminAgreementStandardLi {
	margin-bottom:20px;
}
.adminFooterOuterDiv {
	top:40px;
}