
html { height: 100%; }
body {
	background: #ebebeb;
	color: #222;
	font-family: 'Roboto-Regular';
	font-size: 75%;
	line-height: 1.5;
	height: 100%;
	min-width: 980px;
	margin: 0; 
	}
	
body.gLoginBg { background: url('../img/gantter-as-bg.jpg') no-repeat top left; background-size: cover; overflow-y: auto; }
	
	.modalMessage {
		background: #fff;
		border: 6px solid #c1d9ff;
		box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		moz-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.5);
		padding: 10px;
		}
		
		.gLoginModal {
			width: 750px;
			margin: 0 auto;
			left: 50%;
			margin-left: -350px;
			position: fixed;
			top: 5%;
			color: #555;
			}
			
			.gLoginModal .gLoginModalTitle { 
				font-size: 25px;
				font-weight: bold;
				margin: 15px 0 0;
				text-align: center;
				}
				
				.gLoginModal .gLoginModalTitle strong { 
					color: #79aad8;
					}
					
				.gLoginModalBranding  
				{
					text-align: center; 
					margin-top: 10px;
					margin-bottom: 20px;
				}
				
				
	