div#rent-form {
	position:relative;
	width:655px;
	height:227px;
	margin:0 0 20px 0;
	padding:0;
	background-image:url(img/rent-form.png);
	background-repeat:no-repeat;
}

div#rent-form form {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	background-position:413px 6px;
}

div#rent-form form.fr {
	background-image:url(img/rent-form-visu-fr.png);
}

div#rent-form form.en {
	background-image:url(img/rent-form-visu-en.png);
}

div#rent-form h2 {
	width:393px;
	height:39px;
	margin:19px 0 0 20px;
	padding:5px 0 0 0;
	color:#1F38B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:bold;
}

div#rent-form p {
	position:absolute;
	width:325px;
	height:35px;
	margin:0 0 0 15px;
	padding:0;
}

div#rent-form p {
	color:#1F38B1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
}

div#rent-form p label {
	display:block;
	width:100%;
	margin:-1px 0 3px 0;
	padding:0;
}

div#rent-form p.rent-shop,
div#rent-form p.rent-date-start2 {
	/* margin-left:62px;
	margin-top:18px; */
	left:57px;
	top:55px
}

div#rent-form p.rent-shop select {
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:#A5ACB2 1px solid;
}

div#rent-form p.rent-date-start,
div#rent-form p.rent-date-end2 {
	float:left;
	width:162px;
	/* margin-left:62px;
	margin-top:23px; */
	left:57px;
	top:110px
}

div#rent-form p.rent-date-end {
	float:left;
	width:162px;
	/* margin-left:0;
	margin-top:23px; */
	left:227px;
	top:110px
}

div#rent-form p.calendar-start input, div#rent-form p.calendar-end input {
	background: #FFF url('img/calendar.png') no-repeat scroll 116px 1px;
	border:#A5ACB2 1px solid;
}

div#rent-form p.rent-submit,
div#rent-form p.rent-submit2 {
	/* margin-left:62px;
	margin-top:80px; */
	left:57px;
	top:170px
}

div#rent-form p.rent-submit input,
div#rent-form p.rent-submit2 input {
	width:150px;
	height:35px;
	margin:0;
	padding:0;
	background-repeat:no-repeat;
	border:0;
	cursor:pointer;
}

div#rent-form p.rent-submit input.fr,
div#rent-form p.rent-submit2 input.fr {
	background-image:url(img/rent-submit-fr.gif);
}

div#rent-form p.rent-submit input.en,
div#rent-form p.rent-submit2 input.en {
	background-image:url(img/rent-submit-en.gif);
}

