/* Used on order page */
fieldset {
	border: 0 none;
}

div.tiles {
/*	background: #AAAAFF; */
	float: left; 
/*	margin-left: 20px;*/
	margin-right: 20px;
	text-align: center; 
	width: 45%;
}
div#rectangle {
	margin-right: 0;
}
div.tiles > div {
	margin: 10px 0 0 0;
	display: inline;
	float: left;
}
div.tiles .item {
/*	background: gray; */
	float: left; 
	text-align: center;
/*	line-height: 2em;*/
}
div.tiles .caption {
	margin: .25rem 0 .5rem 0;
}
div.square .item, div.rectangle .item {
	width: 150px;
}
/*div.square .item {
	height: 200px;
}
div.rectangle .item {
	height: 225px;
}*/
div.tiles .actions {
}
div.tiles .image-meta {
	height: 6rem;
}
/*div.tiles div div .spacer {
	height: 180px;
	width: 1px;
}*/
/*div.tiles#rectangle div .spacer {
	background: #FFFFAA; 
	height: 220px;
	width: 1px;
}*/
.text {
/*	background: #AAFFAA; */
}
