﻿/**/

body
{
	background: #646464;
    color: #333;
    font-size: 75%;
    line-height: 1.5;
}

/* #wrapper */

div#wrapper
{
    background: url("../img/bg_login_layout.gif") repeat-x #fff;
}

/* #header */

div#header
{
	margin: 0 auto;
	padding-top: 24px;	
	width: 960px;
}

div#header p
{
	text-align: right;
}

/* #footer */

div#footer
{
	background: #646464;
}

div#footer p#copyright
{
	margin: 0 auto;
	padding: 16px 0;
	text-align: center;
	width: 960px;
}

/* #content */

div#content
{
	margin: 0 auto;
	padding-bottom: 128px;
	padding-top: 128px;
	width: 960px;
}

div#content h1
{
	margin-bottom: 16px;
	margin-top: 16px;
	text-align: center;
}

div#content div.errorMessage
{
	color: #f00;
	margin-bottom: 8px;
	margin-top: 8px;
}

div#content div.commands
{
	margin-bottom: 8px;
	margin-top: 8px;
}

div#content div.field
{
	margin-bottom: 8px;
	margin-top: 8px;
}

div#content table.field
{
	border-collapse: collapse;
	width: 100%;
}

div#content th.field
{
	height: 29px;
	padding: 2px;
	width: 25%;
}

div#content td.field
{
	height: 29px;
	padding: 2px;
	width: 75%;
}

div#content div.box
{
	background: url("../img/bg_loginbox_m.png") repeat-y left top transparent;
	margin: 0 auto;
	width: 285px;
}

div#content div.box div.outer
{
	background: url("../img/bg_loginbox_t.png") no-repeat left top transparent;
}

div#content div.box div.inner
{
	background: url("../img/bg_loginbox_b.png") no-repeat left bottom transparent;
	padding: 8px;
}

/**/