body {
	color: #4d4d4d;
	font: 12px Georgia, Times New Roman;
}
a {
	color: #1575b6;
	cursor: pointer;
}
#container {
	background: #131313 url(/images/admin/body.jpg) 0 0 repeat;
	min-height: 100%;
	min-width: 980px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#container-border-l {
	background: #111111 url(/images/admin/body-border-lr.jpg) 0 0 repeat-y;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 7px;
	z-index: 1;
}
#container-border-r {
	background: #111111 url(/images/admin/body-border-lr.jpg) -7px 0 repeat-y;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	z-index: 1;
}
#container-border-t {
	background: #111111 url(/images/admin/body-border-tb.jpg) 0 0 repeat-x;
	height: 7px;
	left: 6px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	top: 0;
	z-index: 2;
}
#container-border-b {
	background: #111111 url(/images/admin/body-border-tb.jpg) 0 -7px repeat-x;
	bottom: 0;
	height: 7px;
	left: 6px;
	overflow: hidden;
	position: absolute;
	right: 6px;
	z-index: 2;
}
#positioner {
	left: 50%;
	margin: -110px 0 0 -225px;
	position: absolute;
	top: 50%;
	width: 450px;
	z-index: 2;
}
#header > div {
	background: #4b8a00 url(/images/admin/header-bg.png) 0 -110px repeat-x;
	height: 55px;
	width: 100%;
}
#header > div div {
	background: url(/images/admin/header-bg.png) 0 0 no-repeat;
	height: 55px;
	width: 100%;
}
#header > div ul {
	background: url(/images/admin/header-bg.png) 100% -55px no-repeat;
	display: block;
	height: 55px;
	width: 100%;
}
#header > div li {
	color: #ffffff;
	display: block;
	height: 43px;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#header > div li .shadow {
	color: #070707;
	color: #396100;
	left: 0;
	position: absolute;
	top: 1px;
	z-index: 0;
}
#main {
	background: #dbdbdb;
	min-height: 80px;
	padding: 0 27px 10px 27px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#main > p {
	padding: 10px 20px 0 20px;
	text-align: center;
}
#error {
	color: #ec3131;
	text-align: center;
	width: 100%;
	padding: 0 0 15px 0;
}
#main > b {
	background: url(/images/admin/main-bg.png) -26px 0 repeat-y;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
	z-index: 2;
}
#main > b+b {
	background-position: -39px 0;
	bottom: 0;
	left: auto;
	right: 0;
	top: 0;
	z-index: 2;
}
#main > i {
	background: url(/images/admin/main-bg.png) 0 100% no-repeat;
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
	z-index: 3;
}
#main > i+i {
	background-position: -13px 100%;
	bottom: 0;
	left: auto;
	right: 0;
	top: 0;
	z-index: 3;
}
input {
	color: #4e4e4e;
	font: 11px/14px Tahoma;
	margin: 0;
	padding: 0;
}
.listing-form {
	display: block;
	padding: 20px 0 30px 0;
}
.form-input {
	display: inline-block;
	padding: 0 0 20px 0;
	vertical-align: top;
}
.form-input + .form-input {
	padding: 0 0 20px 15px;
}
*+html .form-input {
	display: inline;
}
.input-title {
	padding: 0 0 10px 11px;
}
.input-text {
	background: #e7e7e7;
	border: 1px solid #adadad;
	padding: 0 0 0 0;
}
.input-text > span {
	border-top: 1px solid #f4f4f4;
	display: block;
}
.input-text input {
	background: #e7e7e7;
	border: none;
	padding: 4px 10px 6px 10px;
	width: 167px;
}
*+html .input-text input {
	padding: 2px 10px 6px 10px;
}
button {
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
}
.form-buttons {
	text-align: center;
	width: 100%;
}
.form-buttons button {
	background: url(/images/admin/buttons.gif) -426px 0 no-repeat;
	display: inline-block;
	height: 29px;
	width: 150px;
}
#footer {
	color: #717171;
	height: 28px;
	padding: 14px 0 20px 0;
	position: relative;
	text-align: center;
}
#footer a {
	color: #1e75b8;
}
#footer a:hover {
	color: #59aae9;
}
#footer b {
	color: #94ca32;
	font-weight: normal;
}