table#app_table
{
	margin-left: auto;
	margin-right: auto;
}

div#app_box
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	padding: 0px;
	border: 1px solid gray;
	height: 100px;
}

h1.app_lookup
{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: gray;
	margin: 0px;
}

div.app_row_active
{
	visibility: visible;
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	color: gray;
	float: left;
}

div.app_row_inactive
{
	visibility: hidden;
	border: 1px solid gray;
	display: none;
}

div.app_row_heading
{
	width: 150px;
	font-weight: bold;
}

div.app_row_field
{
	display: inline;
}

div#app_box select
{
	border: 1px solid gray;
	font-size: 10px;
}

.pbutton
{
	margin-left: 5px;
	border: 1px solid black;
	font-size: 10px;
	font-weight: bold;
	background: #ffcc33;
}

.pbutton:hover
{
	cursor: pointer;
}


