﻿
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 #000;
	height:420px;
	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;
}
.csadd
{
	/*background-image:url(/Content/images/ddl_arrow.gif);
		height:20px;
	width:15px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);*/
	background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_2e83ff_256x240.png');
	/*background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_000000_256x240.png');*/
	background-position:-112px -192px;
	height:20px;
	width: 15px;
}
input.csremove
{
	/*background-image:url(/Content/images/ddl_arrow.gif);
		height:20px;
	width:15px;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);*/
	background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_2e83ff_256x240.png');
	/*background-image: url('jqueryui/css/custom-theme-blue-black/images/ui-icons_000000_256x240.png');*/
	background-position:-144px -192px;
	height:20px;
	width: 15px;
}

	
	