.free-wall {
	width:70%;
	float:left;
}


.brick {
	background:url(../images/quote.png) 95% -5px no-repeat;
	background-color:#f6f6dc;
	float: left;
	cursor: default;
	overflow: hidden;
	
	-webkit-border-radius:5px 5px 0 0; 
	-moz-border-radius:5px 5px 0 0; 
	border-radius:5px 5px 0 0;
	behavior: url(PIE.htc);
	width: 330px;
	margin:15px 0;
}

.brick h2 {
	font-size:22px;
	line-height:26px;
	color:#dc6e00;
	margin:5px 0 0 0;
	padding-bottom:15px;
	border-bottom:#fff 1px solid;
}

.brick .senderName {
	font-size:12px;
	font-family:'open_sansbold', Arial, Helvetica, sans-serif;
	text-align:right;
	padding-right:20px;
	line-height:35px;
	height:35px;
	background-color:#f4edc5;
	-webkit-border-radius:0 0 5px 5px; 
	-moz-border-radius:0 0 5px 5px; 
	border-radius:0 0 5px 5px;
	behavior: url(PIE.htc);
}

.info {
	padding: 0 20px 15px 20px;
}




