/* CSS Document */

.response {
	background-color: #F7F7EE;
	padding: 10px;
	border: 2px solid #E2E2C7;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
.user {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background-color: #E2E2C7;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	text-indent: 15px;
}
