
	.qsearch {
		margin: 20px;
	}
	
	body {
		background-color:#b2ceee;
	}
	.funbox {
		background-color:#b2ceee;
	}
	
	.browse	{
		width:980px;
		margin:auto;
		margin-top:20px;
		margin-bottom:40px;
		background: url(/img/panel_blue_mid.png) repeat-y top;
		
		position:relative;
	}
	
		.topcap {
			background: url(/img/panel_blue_top.png) repeat-y top;
			width:980px;
			height:40px;
			border:0;
			padding:0;
		}
		.bottomcap {
			background: url(/img/panel_blue_btm.png) repeat-y bottom;
			width:980px;
			height:40px;
			clear:both;
			position:relative;
			z-index:1;
		}

	.lefttabs .ubertab {
		background: url(/img/panel_blue_tab_top.png) no-repeat left top;
		padding-top:10px;
	}
	
	.lefttabs .ubertab.active{
		color:black;
	}
		
	.lefttabs .ubertab p		{	margin:15px;	}
	
	.lefttabs .ubertab .ubercap_btm {
		background: url(/img/panel_blue_tab_btm.png) no-repeat left bottom;
		width:120px;
		height:30px;
		clear:both;
		margin:0;
		padding:0;
	}
	
	.fore1 {
		background: #794c11;
		color: white;
	}
	
	.lefttabs .active, .fore2 {
		background: #9b6400;
	}
	
	.lefttabs .ubertab .tab {
		background: #794c11;
		color: white;		
	}
	
	.lefttabs .ubertab .active, .fore3 {
		background: white;
		color: black;
	}
	.lefttabs .active {
		background: url(/img/panel_blue_tab_top_active.png) no-repeat left top;
	}
	.lefttabs .active .ubercap_btm {		
		background: url(/img/panel_blue_tab_btm_active.png) no-repeat left bottom;
	}
	
	.fore1 a 			{	text-decoration:none;	border:none;	color:white;	}	
	.fore1 a:hover 		{	color:blue;		}	
	.fore1 a:visited 	{	color:grey;		}
	
	
/*--------*/
	form {
		display:inline;
	}