﻿.LoginBox, .UserLoginBox
{
	position:relative;
	width:376px;
	height:124px;
	margin: 100px auto 100px auto;
	padding: 100px 0 0 0;
	background:url(../Images/Page/LoginBoxBack.png) top left no-repeat;
}

.UserLoginBox
{
	background:url(../Images/Page/UserLoginBoxBack.png) top left no-repeat;
}


.LoginBox input[type=text], .LoginBox input[type=password], .UserLoginBox input[type=text], UserLoginBox input[type=password]
{
    width:12em;
}

.LoginBox label
{
	width:8em;
}

.LoginBox input[type=submit]
{   
   margin-top:4px;
}

.AdminPanel input[type=submit]
{
	width:20em;
	font-size:110%;
}

.AdminSummary 
{
	position:relative;
	float:right;
	width:226px;
}

.AdminSummaryBody
{
	position:relative;
	float:left;
	width:210px;
	padding:8px 4px 0px 8px;
	border-left:#7c9e4a 4px solid;
	background-color:#e7f6cf;
}

.AdminSummaryBody ul
{
	list-style-image:url(../Images/Page/BulletGreenBack.png)
}

.AdminSummaryTop
{
	position:relative;
	width:226px;
	height:12px;
	background:url(../Images/Page/AdminSummaryTopBack.png) top left no-repeat;
	overflow:hidden;
}

.AdminSummaryBottom
{
	position:relative;
	width:226px;
	height:32px;
	background:url(../Images/Page/AdminSummaryBottomBack.png) top left no-repeat;
	overflow:hidden;
}