.AdvTitle {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	font-weight: bolder;
	color: 669999;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 669999;
}
.AdvText {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #000000;
}
.FieldStyle {
	border: 1px solid #669999;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: normal;
	color: 000000;
}
/*************************************
PAGE LAYOUT
*************************************/
#AdvBox
{
	height: 100%;
	width: 600px;
	margin: 0px;
	padding-right: 35px;
	padding-left: 25px;
}
#SearchFormSide
{
	height: 40px;
	width: 280px;
	margin-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
}

#SideLogo
{
	height: 200px;
	width: 299px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}.Message {
	width: 225px;
	height: 110px;
}
/*************************************
Form Layout
*************************************/
.row {
  clear: both;
  padding-top: 7px;
  width: 380px;
  }

.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  }

.row span.formw {
  float: right;
  width: 250px;
  text-align: left;
  }
