.xmasb-quotes
{

}
.xmasb_quotes_image
{
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:0px;
}
.xmasb_quotes_quote{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	height: 100%;
	
	background: #f7f7f7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #ffa84c;
	box-shadow: inset 0px 0px 6px -2px black;
	-moz-box-shadow: inset 0px 0 6px -3px #999999;
	-webkit-box-shadow: inset 0px 0 6px -3px #999999;
}

.xmasb_quotes_author:before{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
	left: 20px;

}

.xmasb_quotes_author:before{
border-width: 0 15px 15px 0;	
border-right-color: #ffa84c;
}

.xmasb_quotes_quote a:link
{
	color: #555555;
	text-decoration: none;
}

.xmasb_quotes_quote a:visited 
{
	color: #555555;
	text-decoration: none;
}
.xmasb_quotes_quote a:hover 
{
	color: #000000;
	text-decoration: none
} 
.xmasb_quotes_author{	
	padding-bottom:5px;
	padding-left:25px;
	padding-right:0px;
}