body 
{
    font-family : "Courier New", Courier, monospace;
    font-size:16px;
}

ul 
{
    list-style-type: none;
    width: 640px;
}

#commentRoot li
{
    margin: 7px 0 7px 7px;
}

#commentRoot li a
{
   margin-left: 520px;
}

#commentRoot li .commentContent
{
    border: solid 1px #ccc;
    padding: 5px 10px;
}
#commentRoot li h6 
{
    color: #666666; font-size: 16px;  
}
#commentRoot li h6  span 
{
    color: #666666; font-size: 14px;  
    margin-left: 20px;
}
#commentRoot li .comment
{
    margin-top: 5px;
}
#commentRoot li a.reply
{
    font-size: 16px; 
}    


/* The Forms */
#newComment, .loader {display: none;}
#cancelComment
{
    float: right; width: 20px; color: red; cursor: pointer;
}
#newComment input
{
    height: 26px; width: 250px; padding: 0 5px ; margin-left: 50px; 
    border: solid 1px #ccc;
}
#newComment textarea
{
    width: 460px;  height: 100px; margin-left: 5px; 
    vertical-align: middle; border: solid 1px #ccc;
}
#newComment button
{
    margin-left: 102px; margin-top: 16px;
}       


.divmenu01 { 
width : 96%; 
background : #f0f0f0; 
border : 2px dotted gray; 
text-align : center; 
margin-right : auto; 
margin-left : auto; 
} 


.divmes01 { 
width : 70%; 
background : #f0f0f0; 
border : 1px dotted gray; 
padding-left : 1em; 
padding-right : 1em; 
padding-top : 1em; 
padding-bottom : 1em; 
text-align : center; 
margin-right : auto; 
margin-left : auto; 
} 


