.quote {
	padding: 5px 10px 10px 40px;
	background: url(../images/misc/quote.gif) 0 0 no-repeat;
}
.quote cite {
	display: block;
	font-style: normal;
	margin-bottom: 5px;
}

/* Code blocks */

.code {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font: 12px Courier,"Courier New",sans-serif;
	padding: 5px
}

/* This is for the error messages that pop up */

.errorline {
	background: #add8e6;
	border: 1px solid #000000
}	

/* Posting form */
#emots { float: right; width: 100px; height: 260px; padding: 10px 10px 10px 20px; border-left: 1px solid #c8c8bd; background: #f9f9f6; }
#emots h3 { margin-bottom: 15px; }
#emots p.text-center { margin-top: 15px; line-height: normal; }

.emots { float: left; width: 540px; }
#container .emots input { width: 340px; }
#container .emots textarea { width: 340px; }

#review { padding: 0; height: 200px; overflow: scroll; }
#review .profile { width: 120px; }

/* Confirm */
#confirm { width: 380px; padding: 10px 15px; margin: 0 auto; border: 1px solid #c8c8bd; background: #f9f9f6; text-align: center; }