﻿
div.SearchBoxLeft
{
	display:inline;
	float:left; 
	height:auto; 
	width:100%;
	border: 0px solid red;
}
div.SearchBoxTop
{
	display:inline; 
	float:left; 
	height:auto; 
	width:100%;
	border: 0px solid black;
}

div.STCASearchBox
{
	display:inline; 
	float:left;
	height: 100%;
	border:0px solid blue;
}

div.comboresults
{
	margin-top:10px;
	background-color:#efefef;
	border:1px solid green;
	height:400px;
	padding:10px;
	overflow:none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.combowrapper
{
	border:1px solid #EFEFEF;
	height:400px;
}
div.comboboxes
{
	text-align:center;
	padding:0px;
	margin-top:15px;
	margin-bottom:10px;
	vertical-align:top;
	border:0px solid blue;
	width:100%;
	height:355px;
}
table.searchtable tr td
{
	vertical-align:bottom;
}

table.searchtable tr td.left
{
	text-align:right;
}
fieldset.comboselect fieldset *
{
	border:0px;
	background-color:Transparent;
}
input.csadd
{
	background-image:url(/Content/images/ddl_arrow_right.gif);
	height:20px;
	width:15px;
}
input.csremove
{
	background-image:url(/Content/images/ddl_arrow_left.gif);
	height:20px;
	width:15px;
}

	
	