.cm-management-login .container {
	left: 50%;
	margin-left: -150px;
	margin-top: -206px;
	position: absolute;
	top: 50%;
	width: 300px;
}

.cm-management-login .well {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.898) inset;
	padding-bottom: 0;
}

.cm-management-login #username,
.cm-management-login #password {
	width: 220px;
}

.cm-management-login .well .login-header {
	text-align: center;
}

.cm-management-error {
	text-align: center;
}

.user_name {
	font-weight: bold;
}

.cm-management .modal {
	top: auto;
	left: auto;
	position: relative;
	width: auto;
	margin-left: auto;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #cccccc;
	*border: 0;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
			border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	*zoom: 1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
			box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.coupon-list form,
.cm-management .navbar form {
	margin: 0;
}

.cm-management .navbar .logout-button {
	margin-left: 20px;
}

.statistics {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
	text-align: center;
}

.statistics .pre-text {
	font-size: 20px;
	font-weight: bold;
}

.statistics li {
	display: inline-block;
	margin: 5px;
	padding: 20px 15px;
	text-align: center;
}

.statistics li i {
	font-size: 50px;
	margin-right: 10px;
}

.statistics .statistic {
	font-size: 20px;
	margin-top: 5px;
}

form#staff_filter_form input,
form#staff_filter_form select {
	margin-bottom: 10px;
}

#system-message-container .alert-heading {
	display: none;
}

.actions input {
	margin-left: 5px
}