#a_comment_start
{
    display:none;    
}
#view_comment_form 
{
    border:1px solid #B3E4E5;
}
#view_comment_form div
{
     padding:2px;  
     width:100%;
     text-align:left;
     vertical-align: top;
}
#view_comment_form .titlespan
{
    width:120px;
    white-space:nowrap;
    display:inline-block;   
    text-align:right;
    vertical-align:middle;    
}
#view_comment_form #title_comment_content
{
     vertical-align:top;
}
#view_comment_form .codespan
{
    height:26px; 
    vertical-align:middle;
}
#view_comment_form .codespan img
{
    cursor:pointer;
    vertical-align:middle;
    width:70px;
    height:25px;
    display:none;
}
#view_comment_form #view_comment_buttons
{
    text-align:center;
}
#view_comment_buttons input
{
    margin:3px 4px;  
    height:24px;  
    width:60px;
}
#comment_grouptype
{
    width:120px; 
    *width:auto; 
    border:1px solid #B3E4E5;
}
#comment_name,
#comment_phone
{
    width:120px;    
    border:1px solid #B3E4E5;
}
#comment_subject,
#comment_email,
#comment_address,
#comment_website,
#comment_chat
{
    width:480px;   
    border:1px solid #B3E4E5;
}
#comment_content
{
    width:336px;   
    height:120px;
    border:1px solid #B3E4E5;
}
#comment_checkcode
{
    width:48px;   
    border:1px solid #B3E4E5;
}
#view_comment_form #view_comment_faces
{
    width:136px;    
    height:120px;
    overflow-y:scroll;    
    display:inline-block; 
}
#view_comment_faces img
{
    cursor:pointer;
    margin:3px 2px;    
    width:24px;
    height:24px;
}