/************ tell us thing **********/
#tell-us-trigger {
 width: 107px;
 height: 95px;
 position: absolute;
 top: 0;
 left: 0;
 background:url(tellus.png) no-repeat;
 cursor: pointer;
 display:none; /* hide it by defualt, enable it on template per template basic */
}



body.feedback-popup {background-color: #c2e8fb; margin: 0; padding: 0;}

body.feedback-popup #tell-us-popup {
 background-color: #FFF;
 padding: 15px;
 font-size: 12px;
 width: 391px;
 margin-left: 10px;
font-family:Arial;
}

body.feedback-popup #send_feedback { float: right;}

body.feedback-popup #tell-us-popup h1 {
font-weight: normal;
margin: 0px 0px 15px 0px;
padding:0;
font-size:18px;
height:28px;
line-height:28px;
color: #008FC7;
}

body.feedback-popup #tell-us-popup textarea { width: 390px; height: 145px; margin-bottom: 10px;font-size: 12px;
border: 1px solid #bbb;font-family: Arial !important; /* hack, for some reason it keeps using times */
}

body.feedback-popup #tell-us-popup #contact {margin-bottom: 3px;}

body.feedback-popup #tell-us-popup #contactinfo .lbl{ width: 70px; float: left; clear: left; line-height: 21px; margin-bottom: 3px;}
body.feedback-popup #tell-us-popup #contactinfo input{ width: 280px; float: right; margin-bottom: 3px; font-size: 12px; padding: 2px;border: 1px solid #bbb;}

body.feedback-popup .tell-us-popup-bg-top {width: 421px; height: 9px; background-image: url(feedbackbgtop.gif); margin-top: 10px; margin-left: 10px;}
body.feedback-popup .tell-us-popup-bg-bot {width: 421px; height: 9px; background-image: url(feedbackbgbot.gif); margin-left: 10px;}

#send_feedback {
 margin: 7px 0 -8px 0;
 text-decoration: none;
 background:url(/globalcss/sendfeedback.png) no-repeat;
 width: 163px;
 height: 37px;
}
