#header {
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 100%;
	/* background : #F9F9F9; */
	background: #fff;
	border-bottom: 1px solid #ABB6B4;
	box-shadow: 0 0 6px 3px #ccc;
}
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-top: 1px solid #ABB6B4;
	background: #fff;
	box-shadow: 0 0 8px 3px #ccc;
	z-index: 25;
}
#credits {
	float: right;
	text-align: right;
	width: auto;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
/* LOGO */
#logo {
	float: left;
	width: 100px;
	height: 60px;
	background: url('images/logo.png') no-repeat;
	margin: -4px 0 0 20px;
}


#cas .flc-screenNavigator-view-container {
	width: 500px !important;
	margin: 25px auto 0 auto !important;
}

#cas #content #login {
	width: 100% !important;
}

#cas #content #login #fm1 .row .btn-forgot {
	border: 0;
	background: none;
	color: #777;
	text-transform: none;
}

#cas #content #login #fm1 .row .btn-reset {
	text-transform: none;
}
.clearBoth {
	clear: both;
}