#Quotes {display:block; position:relative; margin:0 auto 20px; padding:20px; border:#aaa 1px solid; text-align:left;}
#Quotes .Signature {text-align:right; font-style:italic;}
#Quotes .Close {position:absolute; right:-12px; top:-12px; background:#eee; width:24px; height:24px; border:#444 1px solid; cursor:pointer; line-height:0; -moz-border-radius:32px; border-radius:32px; -icab-border-radius:32px; -webkit-border-radius:32px; -khtml-border-radius:32px;}
#Quotes .Close:before {position:absolute; left:4px; top:11px; content:"\f00d"; font-family:"awesome"; font-size:20px; color:#666;}
#Quotes .Close:hover {background-color:#444;}
#Quotes .Close:hover:before {color:#fff;}