.box {
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 20px #888888;
	background-color: #F8F8FF; 
	border: 2px solid #888888;
	padding: 10px;
	margin: 40px 0px 0px 0px;
}

.box:FIRST-CHILD {
	margin-top: 0px;
}

.box > header, .box > .title {
	background-color: #F8F8FF; 
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
	height: 24px;
}

.box > header > p, .box > .title > p {
	display: inline-block;
	margin: 0px;
}
.box > header > nav {
	float: right;
	overflow: hidden;
}

.box > header > nav * {
	vertical-align: top;
	max-height: 22px;
}

#groups-list .no-items {
	display: block;
	text-align: center;
	margin: 30px 0px 30px 0px;
	font-size: 20px;
}


.box > header > nav > button {
	font-size: 12px;
	background-color: transparent;
	border: 0px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0px;
}

.box > label {
	font-style: italic;
}

.box.dialog .close {
	position: absolute;
	border: 0px;
	background-color: transparent;
	right: -25px;
	top: -25px;
	width: 50px;
	height: 50px;
	background-image: url("../img/close.png");
	cursor: pointer;
	z-index: 10000;
}

.box.dialog .edit {
	position: absolute;
	border: 0px;
	background-color: transparent;
	right: 25px;
	top: -25px;
	width: 50px;
	height: 50px;
	background-image: url("../img/dialog.button.png");
	cursor: pointer;
	z-index: 10000;
}
