<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin:0; 
	padding:0; 
	border:0; 
	font:inherit; 
	list-style:none; 
	outline:none;
}
body{
    margin:0;
    padding:0;
    background:#ffffff;
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
}

.tilebody{
	background:url(../images/diamond-pattern.png);
}
.logincenter{
	width:990px;
	height:538px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-269px 0 0 -495px;
	background:url(../Images/login.png) no-repeat center;
}
.grayborder{
	border:1px #c2c2c2 solid;
	padding:4px;
	height:500px;
}
.loginbg{
	background:url(../images/blue-wide.jpg) no-repeat 45% 55%;
	height:100%;
}
.logobg{
	background:url(../images/gb-login-logo.png) no-repeat 60% 50%;
	/*background-size:450px 260px;*/
	width:50%;
}
.loginbox{
	background:url(../images/login-box-bg.png) repeat-x;
}
.username{
	font-size:14px;
	text-align:right;
	padding:0 3px 0 0;
}
/*.logintextbox{
	width:260px;
	height:18px;
	padding:15px;
	border:none;
	background:url(../images/login-textbox-bg.png) no-repeat center;
}
.logintextbox input{
	border:none;
	background:none;
	width:100%;
}*/

.logintextbox{
 width:260px;
 /*height:18px;*/
 padding:6px 0;
}
.logintextbox input{
 width:260px;
 /*height:18px;*/
 padding:9px 15px;
 border:1px solid #d0d0d0;
 background:#fff;
 -webkit-border-radius:8px;
 -moz-border-radius:8px;
 border-radius:8px;
}

SPAN.gblmp {
	FONT-WEIGHT: bold; COLOR: #000
}
A.lsg {
	COLOR: #000
}
A.lsg:hover {
	COLOR: #f00
}
A.forgot
{
    COLOR: #f00
}</pre></body></html>