.commentbox{
background-color: #ececec;
color: black;
width: 97%;
padding: 10px;
}

.commentfooter{
background: url(../img/arrow.gif) 20px 0 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%;
}

.borderbox{
background-color: transparent;
color: #264854;
width: 96%;
padding: 10px;
border-width: 1px;
border-color: #cecece;
border-style: solid;
}