
#cas-header {
	position: relative;
	display: block;
	background: url('../image/header-title-login@2x.png') top left no-repeat;
	height: 110px;
	width: 100%;
	clear: both;
	float: none;
	background-size: 293px 60px;
}
#button-userID {
	width:290px;
	display: block;
	height: 45px;
	background-size:290px auto;
	left:0px;
	z-index:200;
	position: static;
	background: url('././image/button-login-userID-fancy.png') top left no-repeat;
}
#button-userID:hover {
	background: url('../image/button-login-userID-fancy.png') center left no-repeat;
}
#button-userID:active {
	background: url('../image/button-login-userID-fancy.png') bottom left no-repeat;
}

.error-input-message { background: url('../image/background-error-alert@2x.png') top left no-repeat; background-size: 300px auto;}
