@charset "utf-8";
/* CSS Document */

button.dsq-button, button.dsq-button-small {
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
background:transparent url(../img/COMMON/btn-large-black.png) repeat-x scroll center top;
/*background:transparent url(http://media.disqus.com/images/themes/narcissus/button-large.png) repeat-x scroll center top;*/
border:1px solid #999999;
color:inherit;
font-family:Arial,Helvetica,Calibri,sans-serif;
margin:0;
overflow:visible;
}

button.dsq-button {
font-size:12px;
font-weight:bold;
padding:6px 8px;
}
button.dsq-button-small {
font-size:11px;
padding:3px 6px 4px;
}
button.dsq-button:hover, button.dsq-button-small:hover {
cursor:pointer;
}
