/*
Copyright 2007  Joachim Praetorius (yatcp@organisiert.net)

YATCP is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation using version 2 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
*/

select#comment_parent {
	width: 200px;
}

.authorline {
	font-size: 0.8em;
  font-style: italic;
}

ol.yatcp_commentlist {
	margin: 0;		
	padding: 0;		
	list-style-type: none;
}

ol.yatcp_commentlist li {
      list-style-type: none;
margin: 0px;
	padding: 0px;
	background-image: url('http://www.digital-damita.net/images/quotes.jpg');
	background-repeat: repeat;
border-radius:6px;
 -webkit-border-radius:6px; 
 -moz-border-radius:6px; 
 padding: 4px; 
 margin-bottom:4px;
 border: none;
height: 100%;
}

ol.yatcp_commentlist li ol {
margin: 2px;
	width: 100%;
}

