﻿blockquote {
	background: #FFF url('images/quote.gif') no-repeat;
	border: 1px solid #EAEAEA;
	color: #555;
	display: block;
	font: normal 1em sans-serif;
	margin-bottom: 1em;
    padding: 5px 1em 0.2em 42px;
}

code {
	display: block;
	background: #FFFFFA;
	color: #335;
	border: 1px solid #E8E8D5;
	padding: 5px 10px;
    font-family: normal 1em sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	margin: 1em 0;
    color: #5F5F58;	
}

.handleImage
{
	width:15px;
	height:16px;
	background-image:url('images/HandleHand.png');
	overflow:hidden;
	cursor:se-resize;
}

.commentbox{
background-color: #ececec;
width: 630px;
padding: 10px;
}

.commentfooter{
background: url(images/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%;
color: #4A4A4A;
height:18px;
}