﻿#advancedSearch {
	margin: 30px 0px 0px 0px;
}

#leftColumn
{
	width:196px;
	float:left;	
}

#rightColumn
{
	width:196px;
	float:left;
	margin-left: 20px;	
}

#advancedSearch .textBox
{
	width: 80px;
	clear:right;
}

/* Small drop downs */
.ds
{ 
	width: 196px;
	clear:right;
}

/* Half drop downs small */
.dhs
{ 
	width: 96px;
	clear:right;
}

.noResults
{
	color: #fff;
	font-weight: bold;
	width:300px;
	background-color:#403f78;
	margin-top:20px;
	padding:5px;	
	
}