div.pre
{
	max-height: 380px;
	margin-top: 10px;
	white-space: pre;
	font-family: 'Courier New', monospace;
	font-size: 13px;
	color: #000;
	padding: 15px;
	border: 2px solid #dde;
	border-radius: 10px;
	background-color: #f9feff;
	overflow: auto;

	line-height: 15px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}

textarea.pre
{
	width: 100%;
	height: 380px;
	margin-top: 10px;
	white-space: pre;
	font-family: 'Courier New', monospace;
	font-size: 13px;
	color: #000;
	padding: 15px;
	border: 2px solid #dde;
	border-radius: 10px;
	background-color: #f9feff;
	overflow: auto;

	line-height: 15px;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	-webkit-tab-size: 4;
	tab-size: 4;
}
