BODY {
	background: url('/img/bgTile2.jpg') repeat-x #cecece;
	text-align:center;
	margin:0px;
	
}


#g10ltd {
	position:relative;
	top: -82px;
	width:750px;
	height:15px;
}

#left-menu {
	
	position:relative;
	top: -74px;
	width:300px;
	height:15px;
}

#right-menu {
	border:1px solid;
	position:relative;
	top: -74px;
	width:750px;
	height:15px;
}

#g10Badge {
	position:relative;
	z-index:400;
	width:111px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#g10Header {
	position:absolute;
	z-index:400;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	top:15px;
	left:0px;
	text-align:center;
}

#headInner {
	position:relative;
	z-index:400;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#headLeft {
	float:left;
}

#headRight {
	float:right;
}

#screen{
	position:relative;
	top:-25px;
	width:100%;
}

#login {
	position:absolute;
	right:0px;
	top:26px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
	font-size: 9px;
}

INPUT, TEXTAREA {
	font-family: Verdana,sans-serif;
	font-size: 9px;
}

.panelHolder {
	position:relative;
	top:-25px;
	width:710px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

.panelHolderL {
	float:left;
	width:350px;
}

.panelHolderR {
	float:right;
	width:350px;
}

.panelWrapper {
	margin-top:20px;
	width:342px;
}

.panelHead {
	text-align:left;

	font-family: "verdana";
	font-size:10px;
	font-weight:bold;
}

.panelBody {
	font-family: "tahoma";
	font-size: 11px;
	text-align: justify;
	font-weight:normal;
	color: #444444;
}

.panelBody td {
	font-size:11px;
}

.panelTitle {
	font-family: "tahoma";
	font-size: 12px;
	font-weight:bold;
}

#loginPanel {
	width:336px;
	height:138px;
	position:absolute;
	left:435px;
	top:63px;
	z-index:199;
	
}

#contactPanel {
	width:346px;
	height:388px;
	position:absolute;
	right:-10px;
	top:63px;
	z-index:199;
	
}

#footer {
	font-family: "tahoma";
	font-size: 9px;
	color: #444444;
}

a {
	color:FFFFFF;
	text-decoration:none;
	font-weight: bold;
}

a.footerLink, a:visited.footerLink {
	text-decoration:none;
	font-weight: normal;
	color: #444444;
}

a:hover {
	text-decoration:underline
}


/* button css */
#g10btn {
		display:inline-block;
		height:28px;
		background: url('/img/btn/btnbg.png') repeat-x;
		zoom:1;
	}
	
	/* the following CSS is a hack to make IE do inline-block correctly
	http://www.brunildo.org/test/InlineBlockLayout.html
	The star makes everything except IE ignore the statement, for some reason... */
	#g10btn {
		* display:inline;
	}
	/* end IE layout Hack */