


.SearchWrapper
{
	width:350px;
}

.SmallLabelText
{
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	font-style: italic;
	font-family: Arial;
}
/*Form Styles*/
.Help
{
	float:left;
	width:20px;
	padding-top:5px;	
}

.FormCellColControl
{
    margin-top:3px;
    width: 230px;
    float: left;
    font-weight: bold;
    font-size: 9pt;
    color: #8f5317;
    font-family: Arial;
    text-decoration: none;
}

.FormContainer
{	
    margin-top:7px;
    margin-left:7px;
    margin-right:7px;
    margin-bottom:7px;
    float:left;
    width:460px;
}
.FormRow
{
	width: 460px;
	float:left;
}
.DropDownList
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 8pt;
	border-left: #000000 1px solid;
	color: #000000;
	background-color:White;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	text-decoration: none;
}
.FormTextBox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 9pt;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	text-decoration: none;
	width:200px;
}
.TextBox
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 9pt;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial;
	text-decoration: none;
	width:200px;
}
.FormButton
{
	font-weight: bold;
	border-right: #d5d0c8 1px solid;
	border-top: #d5d0c8 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-size: 9pt;
	color: white;
	font-family: Arial;
	background-color: #000000;
	text-decoration: none;
	cursor: pointer;
}
.FormRowPadded
{
	float:left;
	padding-top:4px;
	padding-bottom:4px;
	width:400px;
}
.BorderCell
{
	border-bottom: #000000 1pt solid;
	border-left: #000000 1pt solid;
	border-top: #000000 1pt solid;
	border-right: #000000 1pt solid;
}
.SearchResultPane
{
	float:left;
	padding-left:20px;
	padding-top:10px;	
	width:635px;
}