/* style sheet */

.custom_excerpt_class {
	-moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	
	-moz-box-shadow: -5px 5px 5px #888;
	-webkit-box-shadow: -5px 5px 5px #888;
	box-shadow: -5px 5px 5px #888;
	
	height:auto;
	margin:10px;
	padding:20px;
}