/* DIV FOR THE ECU UNIT - YOU MIGHT NEED TO PLAY WITH THE WIDTHS & HEIGHTS */

#ecu-unit{
	width: 430px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
	background-image: url(loading.gif);
	background-repeat: no-repeat;
	background-position: center 80px;
	padding-top: 14px;
	padding-left: 10px;
	height: 200px;
}

/* THIS DIV IS FOR THE LOADING PRICES GRAPHIC - OPTIONAL */

#loading-message{
	width: 420px;
	height: 200px;
	background-image: url(loading-prices.gif);
	background-position: center 105px;
	background-repeat: no-repeat;
}
