@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:0px;
	height:500px;
}
.loginbg{
	background:#fff;
	height:100%;
}
.logobg{
	width:50%;
}
.loginbox{
	
}
.username{
	font-size:14px;
	text-align:right;
	padding:0 3px 0 0;
}
.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;
}
a.forgot{
	color:#F00;
	text-decoration:underline;
}
span.gblmp{
	color:#000;
	font-weight:bold;
}
a.lsg{
	color:#E00001;
	text-decoration:underline;
}
a.lsg:hover{
	color:#000;
}