@media screen, print {
	#container, #login-form table {text-align:center; margin-left:auto; margin-right:auto;}
	#header, #header img {width:100%; height:100px;}
	#title {font-size:22px; padding: 10px;}
	#title, .label {font-weight:bold; color: #98362B !important; }
	#login-form table {width:280px;}
	.save-login {color: gray;}
	
	#login-form td {padding-bottom: 5px !important; vertical-align:middle;}
	#login-form input.text {
		font-size:15px; height:28px; padding: 4px 0 0 2px; 
		width:150px;
	}
}