@charset "utf-8";
/* CSS Document */
#joinTable{
	width:500px;	
}
#rentalForm{
	width:580px;	
}
#rentalForm textarea{
	width:250px;	
}
#rentalForm input[type="text"]{
	width:250px;
}

