.list {
	text-align: center;
}


div#users_list {
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

div#users_list table {
	margin-left: auto;
	margin-right:auto;
	text-align: left;
	list-style-type: none;
}

div#users_list table tr td label{
	width: 150px;
	height: 20px;
	padding: 3px 3px 0px 3px;
	text-decoration: none;
}

div#users_list table tr td label a {
	text-decoration: none;
}


div.search input#user {
	width: 150px;
}

.enabled0, .enabledD {
	color: red;
}



div#user_edit {
	text-align: center;
}

div#user_edit form table {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px auto auto 0px;
}


.list table {
	border
}

div.answer {
	width: 500px;
	float: left;
}


a div.subscription_item {
	text-decoration: none;
}

a:hover div.subscription_item {
	background-color: #726965;
}

a div.subscription_item div.medal_level span.level_title, a div.subscription_item div.medal_level span.level_made {
	text-decoration: none;
}
div.subscription_item {
	width: 400px;
	height: 120px;
	margin: 20px;
	padding: 10px;
	border: 1px solid #A0461A;
}


div.logo_box{
	float: left;
	width: 110px;
	height: 110px;
	
}

div.medal_level{
	float:left;
	width: 250px;
	height: 110px;
}
span.level_title{
	margin: 40px 0px 0px 0px;
	color: #1D4281;
	font-size: 1.2em;
	font-weight: bold;
	display: block;
}

span.level_made {
	color: #793F27;
	font-size: 1.0em;
	display: block;
}