@charset "utf-8";
.imageLeft {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
}
.imageShadow {
	margin-right: 10px;
	margin-bottom: 10px; 
	border:2px solid #000;
    -webkit-box-shadow: 10px 10px 5px #999;
}
.imageLeftShadow {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px; 
	border:2px solid #000;
	-webkit-box-shadow: 6px 6px 12px #999;
}
.DivButton{
	border: thick ridge #999; 
	background-color:#CCC;
	color:#F00;
	font-weight:bold; 
	font-family:Tahoma, Geneva, sans-serif; 
	border-bottom-color:#FFF;
	width:auto;
}
.imageRight {
	clear: right;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	z-index: auto;
}
.imageCenter {
	display:block;
	float:inherit;
	 
	margin-left:auto;
	margin-right: auto;
}
.ListOffset{
	list-style-position: outside;
	overflow: visible;
	border: thin none #FFF;
	margin-left: 15px;
	text-indent: -10px;
	padding-left: 10px;
}

/**outer wrapper**/
#box-wrapper {
width:550px;
overflow:hidden; /**to contain floats**/
border:1px dotted red;
}
 
.box {
float:left;
padding:0px;
width: 250px; /**adjust width as needed**/
min-height: 150px;
margin:55px 2px 55px 2px;

background: #087fb7;

border: 10px solid #087fb7;

-moz-border-radius: 22px;

-webkit-border-radius: 22px;

border-radius: 22px;

}

.box h2 {
margin: 0;
color: #fff;
text-align: center;
padding: 12px;


}

.box-content {

background: #FFF; 

padding: 12px;

}
