
#logo
{
	position:absolute;
	top:14px;
	left:32px;
	background-image: url(xul.png);
	background-repeat: no-repeat;
	padding:0 0 0 0;
	width:130px;
	height:32px;
}

#ajax
{
	position:absolute;
	top:14px;
	left: 170px;
	background-image: url(gecko.png);
	background-repeat: no-repeat;
	padding:0 0 0 0;
	width:70px;
	height:24px;
}

#shade
{
	position:absolute;
	top:0;
	background-color: white;
	background-image: url(xul-shade.jpg);
	background-repeat: repeat-y;
	height: 40px;
	width:100%;
}



#antishade
{
	position:absolute;
	top:40px;
	background-color: #FF9933;
	background-image: url(xul-antishade.jpg);
	background-repeat: repeat-y;
	height: 20px;
	width:100%;
}


.sidepub
{
	background:#FF6600;
	padding:4px;
	-moz-border-radius:8px;
	border-radius:8px;	
	-moz-box-shadow:2px 2px 4px #8a8;  
	-webkit-box-shadow:2px 2px 4px #8a8;  
	box-shadow:2px 2px 4px #8a8;	
	font-size:85%;
	border:2px solid #c60;
	width:160px;	
}