@charset "utf-8";
/* CSS Document */


#quotesWrapper {
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
	vertical-align: top;
}

/*
#quotesWrapper blockquote {
margin: 0px 12px;
background:url(../images/quote_open.gif) no-repeat;
background-position: 0px 10px;
padding-right: 26px;
padding-left: 46px;
padding-bottom: 10px;
padding-top: 0px;

}

#quotesWrapper blockquote p {
background:url(../images/quote_close.gif) no-repeat; 
background-position:bottom right;
margin: 0px;
word-wrap: break-word;
padding: 18px 40px 18px 0px; 
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-style: italic;
color: #999;
}

*/