form, select, input
{
	font-family: Trebuchet MS;	
	font-size: 14px;
}


#searchForm
{
	width: 90%;
	margin: 0 auto;
}

#searchForm table
{
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	border-collapse: collapse;
}

#searchForm table td
{
	width: 50%;
	
	margin: 0;
	padding: 3px 6px;
	
	vertical-align: top;
}


#buttonSearch, #buttonSearch input
{
	width: 70px;
}

/**
*
* ddControl Style
*
*/

.ddControl table
{
	height: 17px;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.ddControl td ul
{
	height: 100px;
	
	background: #fdfdfd;
	b order: solid #cecece 1px;
	b order: solid #e7e7e7 1px;
	border: solid #d5d5d5 1px;
}

.ddControl a, .ddControl a:visited
{
}

.ddControl .sub a
{
	text-decoration: none;
	
	border-bottom: dashed #0066cc 1px;
}

.ddControl .ddLabel
{
	b order: solid #cecece 1px;
	b order: solid #e7e7e7 1px;
	border: solid #d5d5d5 1px;
	
	background: url(http://vugone.info/img/input_bg.png) repeat-x 100% 0;
}

.ddControl .ddTrigger
{
	background: url(http://vugone.info/img/dd_trigger.png) no-repeat 1px 7px;
}

.ddControl.disabled .ddTrigger
{
	display: none;
}

.ddControl.disabled .ddLabel
{
	font-style: oblique;
	color: #bebebe;
}



#fldVehicleTypeId 
{
	position: relative;
	z-index: 3;

	float: left;
	width: 195px;
	
	margin-left: 5px;
}

#fldBrandId, #fldModelId, #fldProductionYearId, #fldColorId, #fldSearchType
{
	position: relative;
	z-index: 2;

	width: 100%;
}

#fldSearchType
{
	position: relative;
	z-index: 1;

	width: 100%;
}

/**
*
* checkControl style
*
*/

.checkControl
{
	background: url(http://vugone.info/img/check_off.png) no-repeat;
}

.checkControl.checked
{
	background: url(http://vugone.info/img/check_on.png) no-repeat;
}


#fldSmartSearch
{
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}


/**
* Clouds
*/

#fldVINCloud
{
	display: none;

	width: 330px;
}

#fldEngineNumberCloud
{
	display: none;

	width: 270px;
}

#fldBodyNumberCloud
{
	display: none;

	width: 270px;
}

#fldChassisNumberCloud
{
	display: none;

	width: 270px;
}

#fldSmartSearchCloud
{
	display: none;

	width: 340px;
}

