.CommentFaceBook
{
    float: left;
    border: solid 1px #ccc;
    width: 645px;
    background-color: #ECEFF5;
    font-size: 8pt;
    text-align:left;
}
.CommentFaceBook .CommentFaceBookItem
{
    float: left;
    width: 100%;
}
.CommentFaceBook .CommentFaceBookItem .AvatarDiv
{
    float: left;
    margin: 5px;
    height: 32px;
    width: 32px;
}
.CommentFaceBook .CommentFaceBookItem .AvatarDiv .Avatar
{
    height: 32px;
    width: 32px;
}
.CommentFaceBook .LeftDiv
{
    float: left;
    margin: 5px;
    margin-left: 0px;
    width: 550px;
}
.CommentFaceBook .LeftDiv .Name
{
    float: left;
    text-decoration: none;
    color: #3B5998;
    font-weight: bold;
}
.CommentFaceBook .LeftDiv .Name:hover
{
    text-decoration: underline;
}
.CommentFaceBook .LeftDiv .Title
{
    float: left;
    margin-left: 5px;
    width: 285px;
}
.CommentFaceBook .LeftDiv .Text1
{
    float: left;
    width: 550px;
    color: #333;
    font-size:8pt;
}

.CommentFaceBook .ItemSeprator
{
    float: left;
    height: 2px;
    background-color: White;
    width: 100%;
}
.CommentFaceBook .DivForm
{
    float: left;
    width: 100%;
    margin-top: 5px;
}
.CommentFaceBook .DivForm .SpanTitle
{
    float: left;
    width: 60px;
    text-align: right;
    margin-left: 5px;
}
.CommentFaceBook .DivForm .TextBoxTitle
{
    float: left;
    width: 200px;
    border: solid 1px #BDC7D8;
    margin-left: 5px;
    font-family: Tahoma;
    font-size: 8pt;
    color: #333;
    margin-top:3px;
}
.CommentFaceBook .DivForm .TextBoxText
{
    float: left;
    width: 570px;
    border: solid 1px #BDC7D8;
    margin-left: 10px;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
    color: #333;
    font-family: Tahoma;
    font-size: 8pt;
}

.CommentFaceBook .ButtonRegister
{
    float: left;
    background-color: #5B74A8;
    border-color: #29447E #29447E #1A356E;
    border-width: 1px;
    border-style: solid;
    font-family: Tahoma;
    font-size: 8pt;
    cursor: pointer;
    height: 25px;
    margin: 10px;
    color: White;
    font-weight: bold;
}
.CommentFaceBook .RegisterMessage
{
    float: left;
    color: Red;
    margin-top: 10px;
    margin-top: 13px;
}
