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.formRowCheckbox {
	width: 204px;
	height: 20px;
	margin-bottom: 10px;
}

div.formRowVehicleFeature {
	width: 220px;
	height: 20px;
	margin-bottom: 10px;
	float: left;
}

div.formRowVehicleFeatureDouble {
	width: 220px;
	margin-bottom: 20px;
}


div.formRowVehicleFeatureLast {
	width: 220px;
	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 right 1px;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-left: 14px;
	color: transparent;
}

div.divLabelLeft {
	float: left;
	margin-bottom: 2px;
}

div.divLabelRight {
float:left;
margin-bottom:2px;
padding-left:1px;
padding-top:1px;
width:80%;
}

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: 160px;
	height: 55px;
  float: left;
}

div.formRowSmallLast {
  width: 160px;
  height: 55px;
  float: right;
}

div.formRowTiny {
  width: 100px;
	height: 55px;
  float: left;
}

div.formRowTinyLast {
  width: 100px;
  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;
}



/* jQuery styled select elements
-----------------------------------------------------------------------------*/

.styledSelect {
	width: 100%;
	height: 22px;
	margin: 0;
	padding: 0;
	position: relative;
}

.styledSelect ul {
	list-style: none;
	padding: 1px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.styledSelect.open ul {
	border: 1px solid #069;
	padding: 0px;
}

.styledSelect ul li {
	font-family: sans-serif;
	margin: 0;
	padding: 2px 25px 0px 5px;
	display: block;
	background: #fff none !important;
}

.styledSelect ul li.closed { background-color: #FFF; }
.styledSelect ul li.closed:hover { background-color: #FFC; }
.styledSelect.open ul li { background-color: #EEE; }
.styledSelect.open ul li.first { background-color: #FCC; }
.styledSelect.open ul li.last { background-color: #CCF; }
.styledSelect.open ul li.selected { background-color: #CFC; }
.styledSelect.open ul li:hover { background-color: #FF0; }
form {
	padding: 0;
	margin: 0;
}

input, select, textarea {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	font-size: 1em;
	color: #717171;
}

input, select {
	height:16px;
}

input.inputStandard {
	width: 95%;
	border: 0px none;
	padding: 1px 3px 0px 3px;
}

input.inputLogin {
	width: 156px;
	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: 95%;
	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: 100%;
	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: 100%;
	background: transparent;
}

select.selectDay {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

select.selectHour, select.selectMinute {
	width: 100%;
	margin: 0px 0px 0px 0px;
}

textarea {
	overflow: auto;
}

.labelError {
	color: red;
}

.fieldError {
}

.messageError {
	margin-bottom: 1em;
	font-weight: bold;
	color: #ff0000;
}

.messageSuccess {
	margin-bottom: 1em;
	font-weight: bold;
	color: green;
}

div.formRowSmallCheckbox {
	padding-top: 18px;
	width: 130px;
	float: left;
}

div.formRowStandard {
	width: 100%;
	overflow: hidden;
	clear: both;
	margin-bottom: 1em;
}

div.formRowLogin {
	width: 180px;
	clear: both;
	margin-bottom: 0.5em;
}

div.formRowCheckbox {
	width: 204px;
	height: 20px;
	margin-bottom: 10px;
}

div.formRowVehicleFeature {
	width: 340px;
	height: 24px;
	margin-right: 20px;
	margin-bottom: 5px;
	float: left;
}

div.formRowVehicleFeatureLast {
	width: 340px;
	height: 24px;
	margin-bottom: 5px;
	float: left;
}

div.formRowVehicleFeatureDouble {
	width: 640px;
	margin-bottom: 20px;
}

div.formRowChangePass {
	width: 320px;
	margin-top: 10px;
	margin-bottom: 15px;
	float: left;
}

div.divLabel {
	width: 100%;
	float: left;
}

div.divLabel label {
	float: left;
	line-height: 18px;
}

p.required {
	float: left;
	margin-bottom: 0px !important;
	height: 10px;
}

div.divLabelLeft {
	float: left;
	margin-bottom: 2px;
}

div.divLabelRight {
	float: left;
	padding-top: 1px;
	padding-left: 1px;
	margin-bottom: 2px;
	width: 80%;
}

div.wrapper-select,
div.wrapper-input {
	border: 1px solid #ddd;
}

div.wrapper-input {
  /*width: 100%;*/
}

div.wrapper-textarea {
	border: 1px solid #ddd;
	background-color: #fff;
}

div.divField {
	width: 100%;
	float: left;
}

div.divFieldLogin {
	float: left;
	width: 180px;
}

div.divFieldSmall {
	float: left;
	width: 160px;
}

div.divFieldDate {
	width: 181px;
	float: left;
}

div.divFieldDate {
	width: 181px;
	float: left;
	overflow: hidden;
}

div.divFieldTime {
	float: right;
	width: 100px;
}

div.divFieldTextarea {
	width: 100%;
	float: left;
}

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 {
	float: left;
}

div.divFieldRight {
	float: left;
	/*width: 15%;*/
	width: 20px;
}

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: 15px 0px 0px 0px;
}

div.formRowSmall {
  width: 160px;
  float: left;
  margin-bottom: 1em;
  clear: both;
}

div.formRowSmallLast {
  width: 160px;
  float: right;
  margin-bottom: 1em;
}

div.formRowVehicleFeatureSmall,
div.formRowVehicleFeatureSmallLast {
	width: 160px;
	height: 19px;
	margin-bottom: 5px;
	float: left;
}

.icon-cabrio {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -160px;
}

.icon-smallcar {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -40px;
}

.icon-limousine {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -9px;
}

.icon-van {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -97px;
}

.icon-offroad {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -126px;
}

.icon-estatecar {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -69px;
}

.icon-sportscar {
  background: transparent url('../img/icon-vehicle-category.gif') no-repeat 270px -190px;
}