
/* Comment Box */

.comment-box                                        {float:left;width:670px;margin-top:20px;padding:12px 14px 19px 14px;background:url(../images/boxes/box1_bg.png) repeat-x #f2f3f5;border:1px solid #c2c2c2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.comment-box h3                                     {font-size:20px;width:540px;overflow:hidden;float:left;line-height:30px;}
/*.comment-box h3 > span                              {color:#506389;font-size:15px;}*/
.comment-box .form-settings                         {float:right;margin-top:5px;}
.comment-box .form-settings label                   {float:left;padding-top:7px;font-size:11px;}
.comment-box .form-settings .cb_squared_medium      {float:left;margin-left:3px;}
.comment-box textarea                               {margin:6px 0 15px 0;}
.comment-box button                                 {float:right;margin-left:10px;}
.comment-notice                                     {float:left;font-size:12px;color:#646464;font-style:italic;margin-bottom:2px;width:670px;}

/* Comments */

#comment-list, #comment-list-cont, #comment-list li, 
#question_list, #question_list li, 
#user-log-list, #user-log-list-cont, #user-log-list li {float:left;width:700px;margin-top:20px;overflow:hidden;}

#comment-list li, #question_list li, #user-log-list li {overflow:hidden;width:700px;margin-top:20px;}
#comment-list li:first-child, #question_list li:first-child, #user-log-list li:first-child {margin-top:0;}
#comment-list-cont h2                               {font-size:20px;margin-bottom:-8px;}
.comment_level1, .user_log_entry          {width:700px;}
.comment_level2                                      {margin-left:57px;}
.comment_avatar, .user_log_avatar        {width:70px;float:left;}
.comment_arrow, .user_log_arrow          {width:6px;height:8px;background:url(../images/misc/commentbox_arrow.png);position:absolute;margin:18px 0 0 65px;}
.comment_content, .user_log_entry_content {float:left;padding:9px 14px 10px 14px;background:url(../images/boxes/box2_bg.png) repeat-x #f3f4f4;border:1px solid #c2c2c2;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
.comment_level1 .comment_content, .user_log_entry .user_log_entry_content {width:600px;}
.comment_level2 .comment_content                    {width:543px;}
.comment_content > h3, .user_log_entry_content > h3  {font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;font-size:11px;}
.comment_content > h3 > a, .user_log_entry_content > h3 > a {font-size:15px;}
.comment_content > p, .user_log_entry_content > p {margin-top:5px;line-height:17px;}
.comment_interaction                                {float:right;min-width:543px;margin-top:17px;}
.comment_interaction span                           {float:right;font-size:11px;margin-left:2px;}
.comment_interaction span a, .comment_interaction span span {font-style:italic;}
.comment_interaction span label                     {float:right;margin:2px -3px 0 0;width:12px;height:13px;background:url(../images/icons/sprite07.png) -33px 0;}
.comment_content_empty                              {float:left;width:600px;height:58px;margin-top:39px;text-align:center;font-size:15px;font-weight:bold;color:#c5c5c5;}

.user_log_entry_content {position:relative;}
.entry_body_collapsed{height:40px;overflow:hidden}
.user_log_entry_content .bottom{line-height:12px;}
.user_log_entry_content .email {right:0px; top:0px;position:absolute; padding-top:5px; padding-right:10px; font-style:italic; }
.user_log_entry_content .admin_notes{font-style:italic;font-size:10px; line-height:14px; padding-bottom:7px; margin:0px;}
.user_log_entry .attachment{padding-bottom:15px;}
.user_log_entry .subject{margin-bottom:15px;}
.user_log_entry .bounced{font-style:italic; font-size:10px; margin: -5px 0 7px 0;}
.user_log_entry .also_sent {font-size:7px; max-width:310px;}