#jbContainer {
	max-width:1200px;
}
h3{
	clear: both;
	}
#listview{
	z-index:1;
	float:right; 
	font-weight: bold;
	width:600px;
	border-radius:10px;
	padding:10px;
	margin-bottom:20px;	
	text-align: center;
		color : rgb(0, 91, 100);
	background-color: #FFFFEA;
	background-image: -moz-linear-gradient(center bottom, #DDDDD0 9%, #EEEEE0 95%);	
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.38, #DDDDD0 ),color-stop(0.99,  #EEEEE0 ) );
	}