.quotes {
	float: left;
	margin-top: 10px;
}
.quotes-right {
	text-align: right;
}

.quotes-element {
	color: #231f20;
	border: 1px solid #dee0ee;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	padding: 7px;
}

.quotes-author {
	font-weight: bold;
	color: #59ba47;
}