/* CSS Document */

/*feedback*/
.Ml10 {margin-left:10px;}
.Ml20 {margin-left:20px;}
.Mt10 {margin-top:10px;}
.Must {color:#CC0000;  font-weight:bold; font-size:10pt; font-family:verdana;}

table#feedback {margin-top:20px; font-size:14px; color:#363636;}
table#feedback td {height:32px;}
table#feedback td.preface {font-size:9pt; color:#000099; height:50px; line-height:25px;}
table#feedback td.fcontent {height:200px;}
table#feedback input {border:1px solid #898989;border-radius:3px; height:23px; line-height:150%; font-family:Verdana; font-size:13px;}
table#feedback input:hover {background:#FFF5FA; border:1px solid #690;}
table#feedback input.length {width:250px; }
table#feedback input.short {width:70px; margin-right:10px;}
table#feedback textarea {height:190px; border:1px solid #898989;border-radius:3px; line-height:20px; font-family:verdana; font-size:13px; width:250px;}
table#feedback textarea:hover {background:#FFF5FA; border:1px solid #690;}
table#feedback input.sub {padding:3px 10px 5px 10px; line-height:normal; background:#f7f7f7;}

/*feedback list*/
ul#flist {list-style:none; padding:10px; margin:0; font-family:verdana; }
ul#flist li { clear:both; margin-bottom:25px;}
ul#flist li div.title {line-height:26px; background:#f7f7f7; padding-left:10px; font-weight:bold; color:#555;}
ul#flist li div.title span {float:right;font-size:8pt; padding-right:10px;}
ul#flist li div.content {line-height:150%; border:1px solid #ddd; padding:10px; color:#666; border-bottom:0;}
ul#flist li div.reply { line-height:26px; padding-left:10px; background:#ededed; color:#c00; border:1px solid #ddd; border-top:0;}
ul#flist li div.reply span {float:right; font-family:verdana; font-size:8pt; padding-right:10px; color:#666; margin-left:20px;}
