@charset "UTF-8";
/* CSS Document */

div#buckets {
	padding-top: 18px;
	height: 153px;
	padding-bottom: 22px;
}

div#buckets div.bucket {
	float: left;
	width: 234px;
	height: 153px;
	border: 1px solid #c1dce5;
	margin-right: 12px;
	color: #057497;
	text-align: center;
}

div#buckets div#bucket1 {
	border-left: none;
}
div#buckets div#bucket4 {
	border-right: none;	
	margin-right: 0;
	float: right;
}


