.tsquestion { background: #FFFFDD; border: 1px solid #D7D7D7; padding: 3px; color: #000; width: 250px; margin: 10px 15px 0 0; position: relative; float: left; } .tsquestion textarea { width: 100%; margin-bottom: 10px; } .tsquestion .del_old_question, .tsquestion .del_question { position: absolute; right: 3px; top: 3px; cursor: pointer; } .tsquestion .hidden { display: none; padding-left: 40px; } .tsquestion .hidden input { width: 235px; } .tsquestion .hidden p img.del_old_answer, .tsquestion .hidden p img.del_answer { position: relative; top: 3px; visibility: hidden; cursor: pointer; } .tsquestion .hidden p:hover > img { visibility: visible; } .tsquestion .answer-type { width: 235px; } .tsquestion .add.new-answer { margin-left: 23px; margin-top: 10px;} .tsquestion td { vertical-align: middle;}