﻿.inputCSS {
	width: 100%;
	height: 200px;
	font: 12px 'lucida console', 'Courier New', Courier, monospace;
}
.previewCSS {
	width: 99%;
	height: 200px;
}
#ifrPreview1 {
	background-color: #F1F5F5;
	padding: 4px;
	border: 1px dashed #C5D3D3;
}
form ul
{
	font-size:100%;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

form li
{
	display:block;
	margin:0;
	padding:4px 5px 2px 9px;
	position:relative;
}

form li:after
{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}

