.pView {
	width: 100%;
	/* border: 1px solid #2C5DB3; */
}
.pView th {
	width: 200px;
	background-color: #2C5DB3;
	color: white;
}
.pView td {
	padding: 10px;
}
input:focus, textarea:focus {
	background-color: #2C5DB3;
	color: white;
}
.pView .pInputLong {
	width: 80%;
}
.pView .help {
	font-size:7pt;
}
