#comment input{
	margin-bottom: 4px;
	padding-left: 3px;
	font-size: .9em;
	border: 1px solid black;
}

.table_comment{
   border:1px solid black;
   text-align:left;
   margin-bottom: 10px;
   width: 529px;
}

.table_comment td{
   padding: 4px 6px 4px 6px;
}

.comment {
   /*border: 1px solid black;
   border-top-width:0px;
   border-right-width:0px;*/
   background-color: white;
   margin:auto;
   margin-top: 6px;
   margin-bottom: 12px;
   width: 529px;
}

/*
.comment:hover {
   color: #00396F;
   cursor: pointer;
}
*/

.comment table{
   height: 23px;
}

/* IE Hack -> IE doesn't understand that */
html>body .comment table  {   
   height: 24px;
} 

.comment table td{
   padding: 0px;

}

.comment .title{
   background-color: #D3D8DF;
   border-top: 1px solid black;
   border-left: 1px solid black;
   padding-left: 4px;
}

.comment .date{
   display: block;
   padding: 0px;
   padding-bottom:10px;
   text-align:left;
   font-style:italic;
   font-size:10px;
}

.comment .text{
   padding: 4px;
   display: block;
   padding-top: 6px;
   padding-bottom:6px;
   padding-left:10px;
   border: 1px solid black;
   background: white url(../images/comment_bg.gif) repeat-x;


   /*background: #EFEDED; */
}
