div#content  #innerContent p.error {
	color:				#BE3100;
	margin:				10 0 0 30px;
	font-weight:		bold;	
}

form#dealerForm {
	width:				100%;
	height:				100%;
	padding:			20px 0 0 30px;
	color:				#000000;
}

form#dealerForm div.floatLeft {
	position:			relative;
	margin-right:		20px;
	height:				100%;
}

form#dealerForm label {
	width:				120px;
	float:				left;
	margin-bottom:		4px;
	font-size:			11px;
}

form#dealerForm span {
	color:				#be3100;
}

form#dealerForm label.error {
	width:			0px;
	height:			0px;
	overflow:		hidden;
}

div#errorLegenda {
	float:					left;
	display:				none;	
	background-image:		url('../../../../images/form_input_bg_error.gif');
	width:					150px;
	height:					16px;
	margin:					16px 0 0 20px;
	text-align:				center;
	padding-top:			4px;
}

form#dealerForm .error {
	background-image:		url('../../../../images/form_input_bg_error.gif');
}

form#dealerForm input {
	float:				left;
	clear:				left;
	width:				330px;
	height:				20px;
	margin-bottom:		6px;
	border:				0;
	background-image:	url('../../../../images/form_input_bg.gif');
	background-repeat:	repeat;
}

form#dealerForm select {
	float:				left;
	clear:				left;
	width:				330px;
	height:				20px;
	margin-bottom:		6px;
}

form#dealerForm textarea {
	float:				left;
	clear:				left;
	width:				330px;
	height:				136px;
	margin-bottom:		19px;
	border:				0;
	background-image:	url('../../../../images/form_input_bg.gif');
	background-repeat:	repeat;
	overflow:			hidden;
}

form#dealerForm .name {
	width:				160px;
	clear:				none;
	margin-right:		10px;
}

form#dealerForm .surname {
	width:				160px;
	clear:				none;
}

form#dealerForm .zipcode {
	width:				100px;
	clear:				none;
	margin-right:		10px;
}

form#dealerForm .city {
	width:				220px;
	clear:				none;
}

form#dealerForm input#submit {
	width:				90px;
	margin-top:			5px;
	text-align:			center;
	color:				#ffffff;
	background-color:	#000000;
	background-image:	none;
	font-weight:		bold;
}

div#innerContent p {
	color:				#000000;
	margin:				10px 0px 0px 30px;
}

#dealer-text {
	float:				left;
	margin-left:		20px;
	display:			block;
	font-size:			11px;
	color:				#BE3100;
	line-height:		20px;
	padding-right:		15px;
	width:				195px;
}


