/* Copy this into your site's .css file and modify as necessary */

.tooltip { display: none; background: #FBF5D7; border: 1px solid #000; font-size:12px; padding:5px; color:#000; text-align: left; z-index: 2000; font-weight: normal; }
.tooltip p { margin-top: 0px; }
.tooltip form textarea { margin: 3px 3px 0px 3px; }
.tooltip .ttfeedback { font-size: 10px; border-top: 1px dashed black; }
.tooltip .ttfeedback input[type=button]{ font-size: 10px; padding: 2px; border-radius: 0px 0px 0px 0px; padding: 0px; margin: 0 0 0 3px; background: #F7D7A8; font-weight: bold;  border-color: #F0F0F0 #000000; cursor: pointer; }
.tooltip .ttsend { vertical-align: bottom; }
.tooltip .ttfeedbackbox { display: none; }