div.tx_flexiblecomments_notification
{
    display          : block;
    padding          : 3px;
    margin           : 5px;
    border           : 1px solid #FFCC22;
    color            : red;
    font-weight      : bold;
}

div.tx_flexiblecomments_unpublished
{
    display          : block;
    margin           : 5px 10px 1px 5px;
    text-align       : right;
}

div.tx_flexiblecomments_unpublished_options {
  display: block;
  border-top: 1px solid #C1C8CD;
  padding: 8px 0 8px 0;
  background-image: url('/fileadmin/community/img/tv/tab_content/tab_menu_background.gif');
  background-repeat: repeat-x;
  color: #333333;
}

div.tx_flexiblecomments_unpublished_optionswrap {
  display: block;
  float: left;
  width: 190px;
}

div.tx_flexiblecomments_unpublished_options_img, div.tx_flexiblecomments_unpublished_options_link {
  display: block;
  float: left;
  margin: 0;
}

div.tx_flexiblecomments_unpublished_options_img {
  width: 20px;
  padding: 5px;
  text-align: center;
  background-color: white;
  border: 0px solid #C4CACD;
}

div.tx_flexiblecomments_unpublished_options_link {
  text-align: left;
  background-color: transparent;
  padding: 5px;
}

div.tx_flexiblecomments_item_container
{
    float            : left;
    border-bottom    : 1px solid #E1E1E1;
    width            : 97%;
    margin           : 4px 3px 5px 5px;
    padding          : 3px;
}

div.tx_flexiblecomments_item_container *
{
    float            : left;
}

div.tx_flexiblecomments_label_name
{
    float:left;
    width            : 120px;
}

div.tx_flexiblecomments_username_list
{
    float            : left;
    width            : 300px;
}

div.tx_flexiblecomments_label_name,
div.tx_flexiblecomments_label_crdate
{
    float:left;
    font-weight      : bold;
}

div.tx_flexiblecomments_label_crdate
{
    width            : 120px;
}

div.tx_flexiblecomments_crdate
{
    width            : 300px;
}

div.tx_flexiblecomments_content_rendered
{
    margin           : 10px 0 7px 0;
    width            : 200px;
}

div.tx_flexiblecomments_empty_list
{
    margin          : 12px 0 15px 5px;
    font-weight     : bold;
}

div.tx_flexiblecomments_form_container
{
    float            : left;
    border           : 1px solid #E0E0E0;
    background-color : #F4F4F4;
    margin           : 10px 3px 3px 3px;
    padding          : 5px;
    width            : 301px;
}

div.tx_flexiblecomments_spacer
{
    margin           : 0 0 8px 0;
}

div.tx_flexiblecomments_form_msg
{
    margin           : 3px;
    font-weight      : bold;
    padding          : 3px;
    width            : 301px;
}

div.tx_flexiblecomments_form_error
{
    border           : 1px solid #BB0000;
    color            : #BB0000;
}

div.tx_flexiblecomments_form_success
{
    border           : 1px solid #00BB00;
    color            : #00BB00;
}

div.tx_flexiblecomments_label_username
{
    float            : left;
    font-weight      : bold;
    margin-right     : 5px;
    width            : 99%;
    margin-left      : 2px;
}

div.tx_flexiblecomments_username
{
    float            : left;
    width            : 99%;
    margin-left      : 2px;
}

div.tx_flexiblecomments_field_content_raw
{
    float            : left;
    width            : 96%;
}

textarea.tx_flexiblecomments_content_raw
{
    width            : 100%;
    height           : 100px;
}

input.tx_flexiblecomments_submit
{
    margin           : 5px 0 3px 0;
    width            : 100px;
    text-align       : center;
}