#toggle-info-button {
	position: absolute;
	z-index: 10011;	
	top:0px; left: 5px;
	height: 35px; width: 35px;
	cursor: pointer;
	background: url(info_icon.png) transparent top left no-repeat;
}
#toggle-info-button.panel-open {
	background: url(infoclose_icon.png) transparent top left no-repeat;
}


#info-panel {
	position: absolute;
	z-index: 10010;	
	top:0px; left:0px;
	
	width: 300px;
	padding-left: 50px;
	padding-right: 20px;
	
	font-family: arial,sans-serif;
	text-shadow:rgba(0,0,0,.2) 1px 1px 1px;	
	color:#CCC;
	
	background: transparent url(info_box_bg.png) bottom right no-repeat;
}
#wcs-title {
	font-size:24px;
	line-height: 35px;
	font-weight: bold;	
	color: #fff;
}
#wcs-description {	
	font-size:14px;
	line-height: 18px;
}

#contact-info-box {	
	font-size:12px;	
	height: 36px;		
	line-height: 36px;
}
#contact-info-box a {
	color: #CCC;
}
#contact-info-box a:hover {
	color: #FFF;
}