
div.comment_item_data
{
    width: 400px;
}
div.comment_item_text,
div.comment_item_header
{
    width: 730px;
}
div#comment_input,
div.ask_register
{
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
}

div.ask_register form,
div.ask_register div
{
    margin-bottom: 3px;
}

div.ask_register input
{
    margin-left: 8px;
}

div.ask_register form,
div.pick_username,
div.already_member
{
    float: left;
}

div.already_member
{
    width: 500px;
}

div#comment_input div
{
    float: left;
}

div.comment_input div.comment_info
{
    width: 350px;
}


textarea.comment_input
{
    height: 48px;
}
textarea.comment_input
{
    width: 510px;
}
div.comment_item_text textarea.comment_input
{
    width: 430px;
}

div#comment_input div#comment_input_sizer
{
    position: absolute;
    margin-left: 518px;   
    margin-top: 5px;
    _margin-top: 6px;
}
a.change_comment_input_size
{
    width: 7px;
    /*_width: 11px;*/
    border-left: none;
    display: block;
    text-align: center;
    border-color: #D9D9D9;
    font-family: courier;
}
a.change_comment_input_size:hover
{
    text-decoration: none;
}


textarea.comment_input,
.send_comment
{
    margin-top: 5px;
}
.send_comment
{
    float: left;
}
div.comment_info
{
    margin-left: 5px;
    width: 100%;
}

div#comment_input.loading
{
    background-image: url(http://style.dailymotion.com/images/wait_circle.gif.v1198003829);
    background-position: top right;
    background-repeat: no-repeat;
}

div.no_comments
{
    font-size: 16px;
    line-height: 25px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

