/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.commentbox{
font-size: 110%;
background-color: #ececec;
width: 450px;
padding: 10px;
}

.commentfooter{
background: url(../img/arrow.gif) 20px -1px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 5px;
padding-bottom: 6px;
margin-bottom: 1em;
font-size: 90%;
color: #4A4A4A;
}

.commentbox_ad{
font-size: 110%;
background-color: #ececec;
width: 470px;
padding: 1px;
}

.commentfooter_ad{
background: url(../img/arrow.gif) 20px -1px no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 5px;
padding-bottom: 6px;
margin-bottom: 1em;
font-size: 90%;
color: #4A4A4A;
}

.dashed {
	border : none;
	border-bottom: dashed;
	border-width: thin;
	border-color: rgb(200,200,200);
	height: 1px;
	clear: both;
}