form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1em;
	background: transparent;
}

input.inputStandard {
	width: 98%;
	border: 0px none;
	padding-top: 2px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

input.inputLong {
	width: 470px;
	padding-top: 3px;
	padding-left: 5px;
}

input.inputSearch {
	width: 100px;
	border: 0px none;
	padding-left: 16px;
	background: transparent url('../img/icon-search.gif') no-repeat left 1px;
	font-size: 0.9em;
}

textarea.textareaStandard {
	height: 100px;
	width: 100%;
	border: 0px none;
	padding: 5px;
}

textarea.textareaBig {
	width: 687px;
	height: 100px;
	padding-top: 3px;
	padding-left: 3px;
}

select.selectStandard {
	width: 100%;
	border: 0px none;
	background-color: #fff;
}

select.selectMedium {
	width: 128px;
	border: 0px none;
	background-color: #fff;
}

select.selectTime,
select.selectMonth,
select.selectYear,
select.selectShort {
	width: 55px;
	margin: 1px 0px 0px 0px;
	border: 0px none;
	background: transparent;
}

select.selectLong {
	width: 478px;
	margin: 0px 0px 0px 0px;
}

select.selectTime {
	width: 87px;
	background: transparent;
}

select.selectMonth,
select.selectYear {
	width: 47px;
	background: transparent;
}

select.selectDay {
	width: 55px;
	margin: 0px 0px 0px 0px;
}

select.selectHour, select.selectMinute {
	width: 99px;
	margin: 0px 0px 0px 0px;
}

textarea {
	overflow: auto;
}


.labelError {
	color: red;
}

.fieldError {
}

.messageError {
	margin-bottom: 20px;
	font-weight: bold;
	color: #ff0000;
}

.messageSuccess {
	margin-bottom: 20px;
	font-weight: bold;
	color: green;
}

div.formRowStandard {
	width: 100%;
	clear: both;
	height: 55px;
}
div.formRowDisclaimer {
	width: 100%;
	clear: both;
	height: 160px;
}

div.formRowCheckbox {
	width: 204px;
	height: 20px;
	margin-bottom: 10px;
}

div.formRowVehicleFeature {
	width: 320px;
	height: 20px;
	margin-bottom: 10px;
	float: left;
}

div.formRowVehicleFeatureDouble {
	width: 640px;
	margin-bottom: 20px;
}


div.formRowVehicleFeatureLast {
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	float: left;
}

div.formRowChangePass {
	width: 320px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

div.divLabel {
	display: block;
	width: 100%;
	margin-bottom: 3px;
	height: 14px;
}

div.divLabel label{
	float: left;
}

p.required {
	float: right;
	text-align: right;
	font-style: italic;
	color: #ccc;
	background: transparent url('../img/icon-info.gif') no-repeat left 1px;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-left: 14px;
}

div.divLabelLeft {
	float: left;
	margin-bottom: 2px;
}

div.divLabelRight {
	float: left;
	padding-top: 2px;
	padding-left: 1px;
	margin-bottom: 2px;
	width:90%;
}

div.wrapper-select,
div.wrapper-input {
	background: transparent url('../img/bg-form-field.gif') repeat-x 0 0;
	padding: 5px;
	border: 1px solid #ddd;
}

div.wrapper-input {
}

div.wrapper-textarea {
	background: transparent url('../img/bg-form-field.gif') repeat-x 0 0;
	border: 1px solid #ddd;
}

div.divField {
}

div.divFieldDate {
	width: 181px;
	float: left;
}

div.divFieldDate {
	width: 181px;
	float: left;
	overflow: hidden;
}

div.divFieldTime {
	float: right;
	width: 100px;
}

div.divFieldTextarea {
	width: 298px;
}

div.divFieldLeft {
	float: left;
	width: 20px;
	padding-top: 4px;
}

div.divFieldMonth {
	float: left;
	width: 60px;
	margin-right: 20px;
}

div.divFieldYear {
	float: left;
	width: 60px;
}

div.divFieldShort {
	float: left;
	width: 60px;
}

div.divFieldSmall {
}

div.divFieldRight {
	float: left;
	width: 20px;
}

div.formRowSmall {
  width: 140px;
	height: 55px;
  float: left;
}

div.formRowSmallLast {
  width: 140px;
  height: 55px;
  float: right;
}


div.formRowBig {
	height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div.formFieldBig {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div.textareaLabeled {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

div.formRowButton {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 8px 4px 8px 0px;
}