div.paf div.default div#leftForm,
div.paf div.default div#rightResults
{
	float:left;
}
div.paf div.default div#leftForm {
	width:55%;	
}
div.paf div.default div#rightResults {
	width:30%;
	padding:5px;
}

div.paf div.default div.itemtab {
	background-color:navy;
	padding-left:3px;
	color:white;
	font-weight:bold;
}
div.paf div.default div.item {
	border:1px solid black;
	padding:3px;
}

div.paf #editor, div.paf .editor {
	margin-bottom:20px;
}

div.paf #original {
	float:left;
	margin:20px 0px;
	width:45%;
	padding-right:10px;
}
div.paf #options {
	border-left: 1px solid maroon;
	float:left;
	width:50%;
	padding-left:10px;
	margin:20px 0px;
}

div.paf th {
	width:25%;
	text-align:left;
	font-size: 0.8em;
	border-bottom: 1px solid lightgray;
}
div.paf td {
	width: 75%;
	border-bottom: 1px solid lightgray;
}
div.paf div.fieldlabel {
	clear:both;
	float:left;
	margin-bottom:4px;
	font-weight:bold;
}
div.paf div.fieldinput {
	float:left;
	margin-bottom:4px;
}
div.paf div.fieldinput input {
	padding:4px;
	width: 90%;
}
div.paf .gray {
	color:gray;
	font-size:smaller;
}
div.paf .alert {
	background-color: salmon;
	border:1px solid red;
	padding:4px;
	color:navy;
}