#panel_left {
	float: left;
	width: 770px;
}

#panel_users {
	margin-bottom: 4px;
}

	#panel_users_header {
		background-color: #326cb5;
		color: white;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 1px;
		padding: 5px;
	}

	#panel_users_content {
		background-color: #22508c;
		color: #d4deed;
		height: 101%;
		min-height: 100px;
		overflow: auto;
		padding: 3px;
	}

		.user_border {
			background-color: #3c72b8;
			float: left;
			height: 190px;
			margin: 10px;
			width: 130px
		}

			.user_border div {
				color: #ffa115;
				font-weight: bold;
				margin: auto;
				text-align: center;
			}

			.user_border img {
				width: 120px;
				margin: 5px;
				margin-bottom: 0px;
			}

	.empty_list {
		color: white;
		font-size: 12px;
		padding: 20px;
	}

#panel_right {
	float: right;
	width: 199px;
}

	#panel_ads
	{
		background-color: #d1d4d5;
		padding: 10px;
		text-align: center;
	}

