#colbox2 {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#colbox2 .left {
	float:left;
	width:50%;
}
#colbox2 .right {
	float: right;
	width:50%;
}
.brand ul{
	list-style-type:none;
}
.brand li {
	float:left;
	padding-right:10px;
}
.space {
	height:10px;clear:both;
}
.message {
	margin: 5px;
}
.message h1 {
	font:12px Verdana, Arial, sans-serif;
	font-weight: normal;
}
.outbox{
	background-color: #D0D0D0;
	height:24px;
}
.inbox {
	background-color: #FB9600;
	margin: 2px;
	height:20px;
	color: #fff;
	font-size: larger;
	font-weight:bold;
	padding:2px;
}
.special {
	font-size: 12px;
	height: 80px;
	border-bottom: solid 1px #ccc;
}