﻿#EditableForm
{
	font-family:Tahoma;
	height: auto;
	min-height: 100%;
	width: 600px;
}

#EditableForm h1
{
	width: 100%;
	background: url("../Images/hr-long.jpg") no-repeat bottom;
	font-size: 11pt;
	padding-bottom: 13px;
}

#EditableForm h3
{
	height: 22px;
	max-width: 100%; 
	background: url("../Images/green_title_fade.png") repeat-x;
	padding:7px 0px 0px 4px;
	font-size: 8pt;
	clear: both;
}

#EditableForm .Content
{
	Width: 100%;
	background-color: #f7f7f7;
	font-size: 10pt;
	height: auto;
}

#EditableForm .textbox
{
	width: 130px;
}

#EditableForm  .label
{
	float: left;
	width: 30%;
	font-family: Tahoma;
	font-size: 10pt;
}

#EditableForm  .AssessorLabel
{
	float: left;
	width: 45%;
	font-family: Tahoma;
	font-size: 10pt;
}

#EditableForm .row
{
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 0.6em;
}

#EditableForm .Content #picture
{
	float:right;
	position:relative;
	right: 20px;
	top: 0.6em;
}


#EditableForm  .left
{
float:left;
width: 250px;

}

#EditableForm .right
{

	width:320px;
	float:right;
}

#EditableForm .SchemeHeader
{
	font-size: 12pt;
	/*text-decoration: underline;*/
	font-weight: bold;
}


#EditableForm .Scheme
{
	border:solid 1px gray;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 5px;
	background: url("../Images/");
}


#EditableForm .Scheme .label
{
	float: left;
	width: 48%;
	font-family: Tahoma;
	font-size: 10pt;
}

