#CommentsDiv
{
		word-break: break-word;
		overflow:auto;
}



#zero
{
    background-color:#000;
	border-style: solid;
    border-width: 1px;
	border-color: pink;
	color:black;
    font-size: 14px;
	font-weight:bold;
	

        word-break: break-word;
		overflow:auto;
	
}

#one 
{
    border-style: solid;
    border-width: 1px;
	border-color: green;
	color:white;
    font-size:16px;
	font-weight:bold;
	text-align:center;
	
}


#two 
{
    border: 0px dotted blue;
    background-color:navy;
	color:white;
    text-align:center;
}

#three
{
    border: 0px solid green;
    color:white;
	text-align:center;
    font-size: 14px;
    
}



#four
{
    background-color:white;
    border-style: dashed;
    border-width: 2px;
	border-color: red;
	color:black;
    
	text-align:center;
	font-weight:bold;

    font-family:"Times New Roman",Times,serif;

        word-break: break-word;
		overflow:none;

		 border-top: red 2px dashed; 
		 border-left: orange 2px dashed; 
		 border-bottom: lime 2px dashed; 
		 border-right: yellow 2px dashed; 
		 margin: 1px; 
		 padding: 1px;
		
		
}

#quote
{
   
	color:white;
}


#LoginForrm
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:white;
	background-color:#001f1f;
}

#Rloginform
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:white;
	background-color:#001f1f;
}

#NewUserForm
{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color:white;
	background-color:#001f1f;
}


#regBox
{
        text-align:center; 
        color:yellow;
        background-color:black;
}

#regBox a
{	
	color:yellow;
        font-size: 25px;
        font-weight:bold;
	
        
}

#CommentPages
{
	text-align:center;
	background-color:pink;
}



#error
{
	color:#0fffff;
}

.own
{
	background-color:yellow;
}

#set
{
    
       
	text-align:center;
	font-weight:bold;

    
word-break: break-word;
		overflow:none;

word-wrap: break-word;
width:100%;
max-width:100%;
text-wrap:auto;
white-space:pre-line;
display:block;

text-overflow: ellipsis;

}



#reply{
    background-image:url(images/arrow.gif);
    font-size:0;
    width:30px;
    height:30px;
}​