textarea {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 1em;
}
dt label {
	font-weight: bold;
}
dd {margin: 0 10px;}
form #submit {margin:10px}
	

#comment h5 {
text-transform: uppercase;
font-size: 90%;
}	
		
#comment {
margin-right: 1px; 
padding: 10px 10px 35px 20px; 
background: #ffffef; 
text-align: justify;
border: 1px solid #eee;
border-width: 2px 0 5px 1px;
margin-bottom: 20px;
}

#comment ol li {
padding: 3px 0;
list-style-type: square;
color: #666;
}

.inote {
color: #A63915;
line-height: 30px;
}

.important {
color: #c00!important;
}

form li, form ul {list-style-type: none}
form .image {float:left; padding:5px}

.author {color:#777; font-weight:bold;}
.author a:hover {color:#f00;}
