#outer {
	display: table;
	height: 100%;
	vertical-align: middle;
	width: 100%;
	background: #f8f8f8;
}
#middle {
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
#inner {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #ffffff;
	width: 400px;
	padding: 40px 0;
	border: 2px solid #D9D9D9;
}
.login_table {
	margin: 0 auto;
	height: 225px;
}
#loading {
	display: none;
	text-align: center;
	height: 95px;
	vertical-align: middle;
}
.form_content {
	height: 30px;
}
#error_msg {
	color: #FF6666;
	font-weight: bolder;
	height: 30px;
}
#logo {
	height: 40px;
}
.form_content td {
	vertical-align: middle;
}
.login_button
{
	height: 33px;
	background: url(../img/log_in_button_gradient.png);
	color: #fff;
	font-size: 12px;
	border: none;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 2px solid #d23838;
	cursor: pointer;
}
.login_button:hover {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}
.login_button:focus {
	outline: none;
	box-shadow:
	0 -1px 0 rgba(0, 0, 0, .04),
	0 1px 2px rgba(0, 0, 0, .25),
	0 0 0 2px #e34d4d;
}
.login_button:active {
	background:url(../img/log_in_button_gradient_focus.png);
}