.readmore {
	clear:both;
	position: relative;
	background-color: #e3dede;
	padding: 10px 2px;
	margin: 0 2px;
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
}
.readmore .descripttext {
	position: absolute;
	color: #292929;
	font-weight: bold;
	top: 0;
	right: 8px;
	cursor:pointer;
}

.readmore .readfull{
	background-color: #fff;
	position: relative;
	padding: 3px;
	margin:2px;
	font-size: 0.8em;
	line-height: 0.9em;
	cursor:crosshair;
}
