form, select, input
{
	font-family: Trebuchet MS;	
	font-size: 14px;
}


#addForm
{
	width: 90%;
	margin: 0 auto;
}

#addForm table
{
	width: 100%;
	
	margin: 0;
	padding: 0;
	
	border-collapse: collapse;
}

#addForm table td
{
	width: 50%;
	
	margin: 0;
	padding: 3px 6px;
	
	vertical-align: top;
}


#buttonAdd, #buttonAdd input
{
	width: 90px;
}

/**
*
* 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: 98;

	width: 100%;
}

#fldTheftTSDay, #fldTheftTSMonth, #fldTheftTSYear 
{
	position: relative;
	z-index: 98;
	
	float: left;

	width: 50px;
}
#fldTheftTSDay 
{
	width: 50px;
}
#fldTheftTSMonth 
{
	width: 90px;
}
#fldTheftTSYear 
{
	width: 65px;
}


#fldBrandId, #fldModelId, #fldProductionYearId, #fldColorId, #fldEngineVolume, #fldRegionId, #fldCityId
{
	position: relative;

	width: 100%;
}

#fldBrandId
{
	z-index: 97;
}
#fldModelId
{
	z-index: 96;
}
#fldProductionYearId
{
	z-index: 95;
}
#fldColorId
{
	z-index: 94;
}
#fldEngineVolume
{
	z-index: 93;
}
#fldRegionId
{
	z-index: 92;
}
#fldCityId
{
	z-index: 91;
}


#fldNotesInput.textareaWidth, #fldNotesInput .textareaWidth
{
	width: 100%;
}

#fldNotesInput.textareaHeight, #fldNotesInput .textareaHeight
{
	150px;
}


#fldPhoto1, #fldPhoto2, #fldPhoto3, #fldPhoto4
{
	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;
}


/**
*
* Custom File control
*
*/

.fileControl
{
	height: 17px;
	line-height: 17px;
}
.fileControl .file
{
	height: 19px;
	line-height: 19px;

	margin-top: 1px;

	cursor: pointer;
	/*
	-moz-opacity: 0.5;
	filter:alpha(opacity: 50);
	opacity: 0.5;
	*/
}
.fileControl .button
{
	width: 74px;
}
.fileControl .text
{
	height: 17px;
	line-height: 17px;

	margin-top: 1px;
}


/**
* Clouds
*/

#fldCustomBrandCloud
{
	display: none;

	width: 210px;
}

#fldCustomModelCloud
{
	display: none;

	width: 210px;
}

#fldVINCloud
{
	display: none;

	width: 330px;
}

#fldEngineNumberCloud
{
	display: none;

	width: 270px;
}

#fldBodyNumberCloud
{
	display: none;

	width: 270px;
}

#fldChassisNumberCloud
{
	display: none;

	width: 270px;
}

#fldEngineVolumeCloud
{
	display: none;

	width: 270px;
}

#fldEnginePowerCloud
{
	display: none;

	width: 220px;
}

#fldRegNumberCloud
{
	display: none;

	width: 270px;
}
#fldRunLengthCloud
{
	display: none;

	width: 250px;
}

#fldNotesCloud
{
	display: none;

	width: 270px;
}

#fldEmailCloud
{
	display: none;

	width: 330px;
}

#fldNameCloud
{
	display: none;

	width: 210px;
}

#fldCustomRegionCloud
{
	display: none;

	width: 210px;
}

#fldCustomCityCloud
{
	display: none;

	width: 210px;
}

#fldCaptchaCloud
{
	display: none;

	width: 150px;
}

