.logo-wrap {
	margin-top: 10px;
	margin-left: 2px;
}

.box-short {
	background: #0c818b url(/images/box-top-short.jpg) top left no-repeat;
	width: 228px;
	padding-top: 9px;
	font-size: 90%;
	float: left;
	display: inline;
	margin-right: 10px;
}

.box-wide {
	background: #0c818b url(/images/box-top-wide.jpg) top left no-repeat;
	width: 248px;
	padding-top: 9px;
	font-size: 90%;
	float: left;
	display: inline;
	margin-right: 10px;
}

#msniffer {
	margin-right: 0;
}

.box-short img,
.box-wide img {
	display: block;
	margin-bottom: 10px;
}

.box-short a,
.box-wide a {
	color: #333;
	text-decoration: none;
}

.box-short h3,
.box-wide h3 {
	background: #0c818b url(/images/box-bot-short.jpg) top left no-repeat;
	text-transform: uppercase;
	height: 17px;
	padding-top: 2px;
	width: 228px;
	font-size: 11px;
	text-align: center;
}

.box-short h3 a, .box-wide h3 a {
	color: white;
	text-decoration: none;
}

.box-wide h3 {
	background-image: url(/images/box-bot-wide.jpg);
	width: 248px;
}

.box-short p,
.box-wide p {
	padding: 5px 3px 5px 5px;
	margin: 0 1px;
	width: 218px; 
}

#secure p { background: #DCE5D0 url(/images/box-secure.jpg) top left no-repeat; }
#exchange p {
	background: #EDE1CB url(/images/box-exchange.jpg) top left no-repeat;
	width: 238px;
}
#msniffer p { background: #D0E4E3 url(/images/box-sniffer.jpg) top left no-repeat; }


