html, body {
	padding: 0;
	margin: 0;
	font-family: Arial, verdana, tahoma;
	font-size: 12px;
	color: #fff;
}
img {
	border: 0;
}
input.input {
	border: 1px solid #888;
	background: #f6f6f6;
	color: #333;
}
input.file {
	color: #fff;
}

body {
	background: #561340 url(../images/bg.png) no-repeat center fixed;
	position: relative;
	text-align: center;
}

fieldset#login {
	position: relative;
	top: 300px;
	width: 300px;
	margin: 0 auto;
	text-align: left;
	padding: 25px;
}

fieldset#login input.input {
	margin-bottom: 4px;
}

a#logo {
	background: url(../images/logo.png) no-repeat;
	width: 212px;
	height: 83px;
	position: absolute;
	top: 50px;
	right: 7%;
	display: block;
	text-indent: -9999px;
	outline: 0;
	z-index: 10;
}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #fff;
	width: 90%;
	height: 25px;
	margin: 0 auto 0;
	text-align: left;
	position: relative;
	top: 90px;
	z-index: 1;
}

ul#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
ul#menu li.selected a {
	color: #999;
}
ul#menu li.logout a {
	color: #ea42b3;
	margin-left: 200px;
}

ul#menu li a {
	color: #fff;
	text-decoration:  none;
	margin-left: 20px;
	margin-right: 60px;
}
ul#menu li a:hover {
	color: #bbb;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 6px 0;
}
div#content {
	margin: 0 auto;
	padding-left: 40px;
	text-align: left;
	top: 110px;
	width: 90%;
	position: relative;
}
div#content a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #b596ab;
}
div#content a:hover {
	color: #ddd;
}

div.api div.field {
	margin-bottom: 5px;
}
div.api select.input,
div.api input.input {
	width: 500px;
	font-size: 12px;
}
div.api div.field.result {
	margin-top: 20px;
	line-height: 30px;
}

div.api iframe.iframe {
	background: #fff;
	position: relative;
}
div.upload div.list,
div.users div.list,
div.groups div.list {
	width: 250px;
	float: left;
	margin-right: 70px;
}
div.upload div.list ul,
div.users div.list ul,
div.groups div.list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div.upload div.list li,
div.users div.list li,
div.groups div.list li {
	padding: 0;
	margin: 0;
	height: 20px;
}
div.users div.list div.name,
div.groups div.list div.name {
	float: left;
	height: 20px;
	line-height: 20px;
	width: 200px;
}
div.users div.list ul.customers div.name,
div.groups div.list ul.customers div.name {
	text-indent: 20px;
}
div.users div.list ul.admin ul.groups div.name,
div.groups div.list ul.admin ul.groups div.name {
	text-indent: 20px;
}
div.users div.list ul.admin ul.customers div.name,
div.groups div.list ul.admin ul.customers div.name {
	text-indent: 40px;
}
div.users div.list div.controls,
div.groups div.list div.controls {
	width: 50px;
	float: right;
	text-align: right;
}
div.users td.controls a,
div.groups div.list div.controls a {
	border: 0 !important;
}

div.users div.new_user {
	margin-bottom: 10px;
}
table th {
	text-align: left;
}
div.users table th,
div.users table td {
	padding-right: 40px;
}
div.upload div.form {
	margin-bottom: 20px;
}
div.upload div.files h2 {
	display: block;
	margin-bottom: 10px;
}
div.upload div.files div.file {
	width: 210px;
	text-align: center;
	margin-bottom: 20px;
	float: left;
	padding: 5px;
	border: 1px solid #ddd;
}
div.upload div.files div.file div.controls {
	text-align: right;
}
#errormessage{
	color: red;
}

#expires-cell {
	display: none;
}
}
