/* CSS Document */

div#lowerContent
{

}
div#lowerContent a
{ color:#666666; font-size:10px; }
div#lowerContent a:hover
{ color:#000000; }

div#lowerContent .errorText
{
	font-size:11px;
	line-height:13px;
	color:#FF0000;
}
div#lowerContent .errorText a
{
	font-size:11px;
	color:#FF0000;
}

div#lowerContent div#bar
{
	background:url(../Images/Global/Main/topBg.jpg);
	height:38px;
	width:100%;
	position:relative;
}
div#lowerContent div#bar span#title
{
	font-weight:bold;
	color:#666666;
	font-size:12px;
	position:absolute;
	left:25px;
	top:12px;
}

div#lowerContent div#formArea
{
	background:url(../images/search/searchBg.gif) no-repeat #F8F8F8;
	height:651px;
	width:100%;
	padding-left:1px;
	color:#666666;
	font-size:10px;
}

div#lowerContent div#formArea div#form
{
	width:839px;
	height:100%;
	background:url(../images/search/rightBg.jpg) repeat-x;
	position:relative;
}


div#form div#instructs
{
	text-align:center;
	position:relative;
	top:5px;
	font-size:11px;
}

div#form div#reqFields
{
	position:absolute;
	top:6px;
	right:15px;
}

div#form div
{
	text-align:center;
	clear:both;
}

div#form label
{
	display:block;
	float:left;
	margin-right:10px;
	width:340px;
	text-align:right;
	line-height:21px;
}
div#form input.text
{
	display:block;
	float:left;
	width:170px;
	margin-right:5px;
}
div#form div span
{
	line-height:21px;
	float:left;
}

div#form ul
{
	list-style:none;
	display:block;
	text-align:left;
	width:95px;
	float:left;
	margin:0;
	padding:0;
}

div#lowerContent div#formArea div.message a
{
	color:#0083db;
	text-decoration:none;
}
div#lowerContent div#formArea div.message a:hover
{
	color:#0083db;
	text-decoration:underline;
}
