/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.leftcomment  { border:0px solid; background-color:transparent; width:550px; float:left; }
.leftcomment2 { border:0px solid; background-color:transparent; width:400px; float:left; }
.rightcomment { border:0px solid; background-color:transparent; width:100px; float:left; }

.commentbox{
border:0px solid;
background-color: #ececec;
width: 520px;
padding: 10px;
}

.commentbox2{
border:0px solid;
background-color: #ececec;
width: 400px;
padding: 10px;
}

.commentfooter{
background: url(../images/arrow.gif) 20px -4px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 1px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

