div#rent-form {
	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 : 16px 0 0 20px;
	padding : 9px 0 0 0;
	color : #FFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 30px;
	font-weight : bold;
}

div#rent-form p {
	width : 325px;
	height : 35px;
	margin : 0 0 10px 15px;
	padding : 0 0 0 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 : -10px 0 1px 0;
	padding : 0;
}

div#rent-form p.rent-shop,
div#rent-form p.rent-date-start2 {
	margin-left : 66px;
	margin-top : 18px;
}

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 : 66px;
	margin-top : 23px;
}

div#rent-form p.rent-date-end {
	float : left;
	width : 162px;
	margin-left : 0;
	margin-top : 25px;
}

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 : 66px;
	margin-top : 86px;
}

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);
}
