.box1,
.box2,
.box3 {
	width: 150px;
	background: white;
	float: left;
	margin-bottom:10px;
	position: relative;
	}
	
.box1, .box2 { margin-right: 42px; }

.btop1,
.btop2,
.btop3 {
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 15px;
	font-family: arial;
	text-align: center;
	font-weight: bold;
	color: black;
	}

.btop1 {border: 1px solid #2773be;}
.btop2 {border: 1px solid #c31924;}
.btop3 {border: 1px solid #167382;}

.bmiddle1,
.bmiddle2,
.bmiddle3 {
	font-size:20px;
	font-weight:bolder;
	font-family: Trebuchet MS;
	text-align:center;
	color:#fff;
	padding-top:4px;
	padding-bottom: 5px;
	}
	
	#boxwrapper {
	/*clear: both;*/
	height: 240px;
	text-align: left;
	white-space: nowrap;
	width: 600px;
}

.bmiddle1 {letter-spacing:1px; border:1px solid #2773be; background-color:#2773be; }
.bmiddle2 {letter-spacing:0px; border:1px solid #c31924; background-color:#c31924; }
.bmiddle3 {letter-spacing:1px; border:1px solid #167382; background-color:#167382; }

.blink {text-decoration: none; width: 100%, display:block; cursor: pointer; }
