/* Utils */
.clear {
	clear:both;
}
/* */


#flipBox {
	width: 100%;
	/* height: 44px; style changed by Johnny | GFE 13.02.2009 */
	height: 47px;
	
	position:relative;
	left: 0px;
	background-color: #f3f3f3;
	color: #333333;
	font-size: 16px;
	z-index: 155;
	/*padding: 15px;*/	
}

	#flipBox > * {
		padding: 15px;
	}




