@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%;	
	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;
 padding:6px 0;
}
.logintextbox input{
 width:260px;
 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
}
*/

@charset "utf-8";
/* CSS Document */
abbr,acronym,address,applet,article,aside,audio,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;list-style:none;outline:0}
body{margin:0;padding:0;background:#fff;font-family:"segoe UI",Arial,Helvetica,sans-serif;font-size:12px}
.tilebody{background:url(../images/diamond-pattern.png)}
.logincenter{width:990px;height:530px;position:absolute;left:50%;top:50%;margin:-265px 0 0 -495px;background:url(../Images/login.png) center no-repeat}
.grayborder{border:1px solid #c2c2c2;padding:4px;height:500px}
.loginbg{background:url(../images/login-background.jpg) 45% 55% no-repeat;background-size:auto 100%;height:100%}
.logobg{width:50%;font-size:28px;font-weight:300;color:#392177;text-shadow:1px 1px 0 #fff}
.loginbox{background:url(../images/login-box-bg.png) repeat-x}
.username{font-size:18px;font-weight:lighter;text-align:right;padding:0 3px 0 0}
.logintextbox{width:260px;height:18px;padding:6px 0}
.logintextbox input[type='text'],.logintextbox input[type='password']{width:260px;height:18px;padding:9px 15px;border:1px solid #d0d0d0;background:#fff;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;outline:0;font-size:15px}
a.forgot{color:#ef0000;text-decoration:underline}
span.gblmp{font-weight:700}
.loginbtn{width:auto;padding:10px 20px;background:#00b8dc;border:1px solid #00b8dc;color:#fff;font-size:15px;border-radius:8px;font-weight:600;outline:0}
.loginbtn:active,.loginbtn:focus,.logintextbox input:not([type=button]):active,.logintextbox input:not([type=button]):focus{border-color:#392177}